BigW Consortium Gitlab

Commit b571f74b by Bertrand Roussel

Make sdef closer to the default.sdef from Legato

Change-Id: I3acac35a7ca4f5ab0acb75eaf9ed0c9cd48bda41
parent 7f3c4188
//--------------------------------------------------------------------------------------------------
/**
* MangOH system definition that includes essential modem and positioning services
* plus available MangOH apps
*
* Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
*/
// MangOH system definition that includes essential modem and positioning services
// plus available MangOH apps
//
// Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
//--------------------------------------------------------------------------------------------------
interfaceSearch:
{
interfaces/modemServices
interfaces/positioning
}
apps:
{
// Platform services.
......@@ -55,6 +46,18 @@ commands:
cm = tools:/bin/cm
fwupdate = tools:/bin/fwupdate
secstore = tools:/bin/secstore
pmtool = tools:/bin/pmtool
wifi = wifi:/bin/wifi
mux = muxCtrlTools:/bin/mux
}
bindings:
{
<root>.le_fwupdate -> fwupdateService.le_fwupdate
}
interfaceSearch:
{
interfaces/modemServices
interfaces/positioning
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment