service/dlp: Migrate to ServiceFramework

This commit is contained in:
NarcolepticK 2018-06-29 03:36:37 -04:00
parent fc8f997a28
commit f5f5ac2197
9 changed files with 98 additions and 100 deletions

View file

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