Service/FRD: convert to ServiceFramework

This commit is contained in:
wwylele 2018-03-04 02:18:58 +02:00
parent 5178e5bce1
commit 6ebd3f396f
7 changed files with 313 additions and 267 deletions

View file

@ -244,7 +244,7 @@ void Init() {
CECD::Init();
CFG::Init();
DLP::Init();
FRD::Init();
FRD::InstallInterfaces(*SM::g_service_manager);
GSP::InstallInterfaces(*SM::g_service_manager);
HID::InstallInterfaces(*SM::g_service_manager);
IR::InstallInterfaces(*SM::g_service_manager);
@ -274,7 +274,6 @@ void Shutdown() {
NFC::Shutdown();
NEWS::Shutdown();
NDM::Shutdown();
FRD::Shutdown();
DLP::Shutdown();
CFG::Shutdown();
CECD::Shutdown();