Service/NIM: convert to ServiceFramework
This commit is contained in:
parent
001ad9da3b
commit
508bba2932
10 changed files with 99 additions and 128 deletions
|
@ -252,7 +252,7 @@ void Init() {
|
|||
NDM::Init();
|
||||
NEWS::Init();
|
||||
NFC::Init();
|
||||
NIM::Init();
|
||||
NIM::InstallInterfaces(*SM::g_service_manager);
|
||||
NWM::Init();
|
||||
PTM::InstallInterfaces(*SM::g_service_manager);
|
||||
QTM::Init();
|
||||
|
@ -272,7 +272,6 @@ void Init() {
|
|||
/// Shutdown ServiceManager
|
||||
void Shutdown() {
|
||||
NFC::Shutdown();
|
||||
NIM::Shutdown();
|
||||
NEWS::Shutdown();
|
||||
NDM::Shutdown();
|
||||
FRD::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue