Service/NIM: convert to ServiceFramework

This commit is contained in:
wwylele 2018-03-01 21:12:20 +02:00
parent 001ad9da3b
commit 508bba2932
10 changed files with 99 additions and 128 deletions

View file

@ -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();