Merge pull request #3248 from wwylele/ir-new-frame

ir: convert to ServiceFramework
This commit is contained in:
bunnei
2017-12-13 22:24:51 -05:00
committed by GitHub
9 changed files with 335 additions and 317 deletions

View File

@ -275,7 +275,7 @@ void Init() {
DLP::Init();
FRD::Init();
HID::Init();
IR::Init();
IR::InstallInterfaces(*SM::g_service_manager);
MVD::Init();
NDM::Init();
NEWS::Init();
@ -307,7 +307,6 @@ void Shutdown() {
NIM::Shutdown();
NEWS::Shutdown();
NDM::Shutdown();
IR::Shutdown();
HID::Shutdown();
FRD::Shutdown();
DLP::Shutdown();