ldr_ro: convert to ServiceFramework
This commit is contained in:
parent
683bd0a852
commit
de8dbbf0b6
3 changed files with 189 additions and 184 deletions
|
@ -261,6 +261,7 @@ void Init() {
|
|||
|
||||
NS::InstallInterfaces(*SM::g_service_manager);
|
||||
AC::InstallInterfaces(*SM::g_service_manager);
|
||||
LDR::InstallInterfaces(*SM::g_service_manager);
|
||||
|
||||
FS::ArchiveInit();
|
||||
ACT::Init();
|
||||
|
@ -288,7 +289,6 @@ void Init() {
|
|||
AddService(new GSP::GSP_GPU);
|
||||
AddService(new GSP::GSP_LCD);
|
||||
AddService(new HTTP::HTTP_C);
|
||||
AddService(new LDR::LDR_RO);
|
||||
AddService(new MIC::MIC_U);
|
||||
AddService(new PM::PM_APP);
|
||||
AddService(new SOC::SOC_U);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue