Addressed issues

This commit is contained in:
David Marcec 2019-06-17 08:17:26 +10:00
parent 50e3269f3b
commit 6ca20ad7ba
4 changed files with 14 additions and 9 deletions

View file

@ -200,7 +200,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system,
SM::ServiceManager::InstallInterfaces(sm);
Account::InstallInterfaces(*sm);
Account::InstallInterfaces(system);
AM::InstallInterfaces(*sm, nv_flinger);
AOC::InstallInterfaces(*sm);
APM::InstallInterfaces(*sm);