APT: convert to ServiceFramework
This commit is contained in:
parent
dca5fd291f
commit
8970e28031
9 changed files with 903 additions and 937 deletions
|
@ -269,7 +269,7 @@ void Init() {
|
|||
FS::ArchiveInit();
|
||||
ACT::Init();
|
||||
AM::Init();
|
||||
APT::Init();
|
||||
APT::InstallInterfaces(*SM::g_service_manager);
|
||||
BOSS::Init();
|
||||
CAM::InstallInterfaces(*SM::g_service_manager);
|
||||
CECD::Init();
|
||||
|
@ -311,7 +311,6 @@ void Shutdown() {
|
|||
CFG::Shutdown();
|
||||
CECD::Shutdown();
|
||||
BOSS::Shutdown();
|
||||
APT::Shutdown();
|
||||
AM::Shutdown();
|
||||
FS::ArchiveShutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue