BigW Consortium Gitlab

Commit fe54cc9c by Forest Godfrey

Create SDEF for just the applications.

parent 8a109cb8
//--------------------------------------------------------------------------------------------------
// Universal mangOH system definition that extends the wifi sdef from Legato. This SDEF aims to
// support all mangOH boards and all WP modules.
//
// Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
//--------------------------------------------------------------------------------------------------
#include "$LEGATO_ROOT/modules/WiFi/wifi.sdef"
#include "sinc/targets/${LEGATO_TARGET}.sinc"
apps:
{
$LEGATO_ROOT/apps/sample/dataHub/dataHub
$LEGATO_ROOT/apps/tools/devMode
#if ${MANGOH_BOARD} = green
${CURDIR}/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceGreen
${CURDIR}/apps/MuxControl/muxCtrlService/muxCtrlService
${CURDIR}/apps/MuxControl/tools/muxCtrlTools
${CURDIR}/apps/DataRouter/dataRouter
${CURDIR}/apps/DataRouter/drTool/drTool
${CURDIR}/apps/ArduinoBridge/arduinoBridge
${CURDIR}/apps/Heartbeat/heartbeatGreen
${CURDIR}/apps/MqttClient/mqttClient
#elif ${MANGOH_BOARD} = red
${CURDIR}/apps/LedService/ledService
${CURDIR}/apps/RedSensorToCloud/redSensorToCloud
${CURDIR}/apps/BatteryService/battery
#elif ${MANGOH_BOARD} = yellow
${CURDIR}/apps/YellowSensorToCloud/yellowSensor
${CURDIR}/apps/Bme680EnvironmentalSensor/bme680EnvironmentalSensor
${CURDIR}/apps/DataHub-Buzzer/buzzer
${CURDIR}/apps/YellowOnBoardActuators/actuator
${CURDIR}/apps/BatteryService/battery
${CURDIR}/apps/OpenWeatherMapAmbientTemperature/openWeatherMapAmbientTemperature
#endif // MANGOH_BOARD
}
commands:
{
dhub = dataHub:/bin/dhub
#if ${MANGOH_BOARD} = green
mux = muxCtrlTools:/bin/mux
dr = drTool:/bin/dr
#elif ${MANGOH_BOARD} = red
#elif ${MANGOH_BOARD} = yellow
#endif // MANGOH_BOARD
}
interfaceSearch:
{
${CURDIR}/interfaces
$LEGATO_ROOT/apps/sample/dataHub
#if ${MANGOH_BOARD} = green
${CURDIR}/apps/MuxControl
${CURDIR}/apps/DataRouter
${CURDIR}/apps/MqttClient
#elif ${MANGOH_BOARD} = red
${CURDIR}/apps/BatteryService
#elif ${MANGOH_BOARD} = yellow
${CURDIR}/apps/BatteryService
${CURDIR}/apps/Bme680EnvironmentalSensor
#endif // MANGOH_BOARD
}
componentSearch:
{
${CURDIR}/components
#if ${MANGOH_BOARD} = red
${CURDIR}/apps/RedSensorToCloud
#elif ${MANGOH_BOARD} = green
${CURDIR}/apps/GpioExpander/gpioExpanderService
#elif ${MANGOH_BOARD} = yellow
${CURDIR}/apps/YellowSensorToCloud/interfaces
$LEGATO_ROOT/apps/sample/dataHub/components
#endif
}
kernelModules:
{
}
// Uncomment to include support for the CAN IoT card
// #include "sinc/can_iot_card.sinc"
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