Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Added support for *hax payload v2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Feb 11, 2017
1 parent df5fb90 commit a84b26c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DATA := data
INCLUDES := include
#ROMFS := romfs

VERSION := v1.2
VERSION := v1.3

APP_TITLE := hblauncher_loader $(VERSION)
APP_DESCRIPTION := This boots the *hax payload.
Expand Down Expand Up @@ -178,7 +178,7 @@ $(OUTPUT).elf : $(OFILES)
@bannertool makebanner -i "$<" -ca ../Resources/hblauncher_loader.cwav -o "$@"

$(OUTPUT).cia : $(OUTPUT).elf ../Resources/hblauncher_loader.icn ../Resources/hblauncher_loader.bnr
@makerom -f cia -o "$@" -elf $(OUTPUT).elf -rsf ../Resources/hblauncher_loader.rsf -icon ../Resources/hblauncher_loader.icn -banner ../Resources/hblauncher_loader.bnr -exefslogo -ver 1056
@makerom -f cia -o "$@" -elf $(OUTPUT).elf -rsf ../Resources/hblauncher_loader.rsf -icon ../Resources/hblauncher_loader.icn -banner ../Resources/hblauncher_loader.bnr -exefslogo -ver 1072
@echo "built ... hblauncher_loader.cia"

#---------------------------------------------------------------------------------
Expand Down
56 changes: 54 additions & 2 deletions Resources/hblauncher_loader.rsf
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,37 @@ AccessControlInfo:
# Service List
# Maximum 34 services (32 if firmware is prior to 9.6.0)
ServiceAccessControl:
- APT:U
- cfg:u
- fs:USER
- gsp::Gpu
- hid:USER
- http:C
- ndm:u
- pxi:dev
- APT:U
- ac:u
- act:u
- am:sys
- boss:U
- cam:u
- cecd:u
- csnd:SND
- frd:u
- http:C
- ir:USER
- ir:u
- ir:rst
- ldr:ro
- mic:u
- news:u
- nfc:u
- nim:aoc
- nwm::UDS
- ptm:u
- qtm:u
- soc:U
- ssl:C
- y2r:u
- dsp::DSP


SystemControlInfo:
Expand All @@ -166,9 +190,37 @@ SystemControlInfo:
# So act, nfc and qtm are commented for 4.x support. Uncomment if you need these.
# <module name>:<module titleid>
Dependency:
ac: 0x0004013000002402L
#act: 0x0004013000003802L
am: 0x0004013000001502L
boss: 0x0004013000003402L
camera: 0x0004013000001602L
cecd: 0x0004013000002602L
cfg: 0x0004013000001702L
codec: 0x0004013000001802L
csnd: 0x0004013000002702L
dlp: 0x0004013000002802L
dsp: 0x0004013000001a02L
friends: 0x0004013000003202L
gpio: 0x0004013000001b02L
gsp: 0x0004013000001c02L
hid: 0x0004013000001d02L
http: 0x0004013000002902L
i2c: 0x0004013000001e02L
ir: 0x0004013000003302L
mcu: 0x0004013000001f02L
mic: 0x0004013000002002L
ndm: 0x0004013000002b02L
news: 0x0004013000003502L
#nfc: 0x0004013000004002L
nim: 0x0004013000002c02L
nwm: 0x0004013000002d02L
pdn: 0x0004013000002102L
ps: 0x0004013000003102L
ptm: 0x0004013000002202L
#qtm: 0x0004013020004202L
ro: 0x0004013000003702L
socket: 0x0004013000002e02L
spi: 0x0004013000002302L
ssl: 0x0004013000002f02L

0 comments on commit a84b26c

Please sign in to comment.