service/cecd: Migrate to ServiceFramework

This commit is contained in:
NarcolepticK 2018-06-30 23:27:57 -04:00
parent 4564fc5baa
commit 363d6fdb89
9 changed files with 148 additions and 140 deletions

View file

@ -239,7 +239,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
APT::InstallInterfaces(*sm);
BOSS::Init();
CAM::InstallInterfaces(*sm);
CECD::Init();
CECD::InstallInterfaces(*sm);
CFG::InstallInterfaces(*sm);
DLP::InstallInterfaces(*sm);
FRD::InstallInterfaces(*sm);
@ -268,7 +268,6 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
/// Shutdown ServiceManager
void Shutdown() {
CECD::Shutdown();
BOSS::Shutdown();
FS::ArchiveShutdown();