service/mvd: Migrate to ServiceFramework (#3890)
* service/mvd: Migrate to ServiceFramework * service/mvd: Silenced clang format
This commit is contained in:
parent
3e42b361b1
commit
db75b80e22
5 changed files with 28 additions and 29 deletions
|
@ -247,7 +247,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
|
|||
GSP::InstallInterfaces(*sm);
|
||||
HID::InstallInterfaces(*sm);
|
||||
IR::InstallInterfaces(*sm);
|
||||
MVD::Init();
|
||||
MVD::InstallInterfaces(*sm);
|
||||
NDM::InstallInterfaces(*sm);
|
||||
NEWS::InstallInterfaces(*sm);
|
||||
NFC::InstallInterfaces(*sm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue