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
commit 9b598d936d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();