Service/PTM: convert to ServiceFramework

This commit is contained in:
wwylele
2018-01-10 11:26:07 +02:00
parent 80025792d6
commit 9be3ce83db
13 changed files with 306 additions and 315 deletions

View File

@ -285,7 +285,7 @@ void Init() {
NFC::Init();
NIM::Init();
NWM::Init();
PTM::Init();
PTM::InstallInterfaces(*SM::g_service_manager);
QTM::Init();
AddService(new CSND::CSND_SND);
@ -302,7 +302,6 @@ void Init() {
/// Shutdown ServiceManager
void Shutdown() {
PTM::Shutdown();
NFC::Shutdown();
NIM::Shutdown();
NEWS::Shutdown();