BigW Consortium Gitlab

Commit 65b4f95d by David Clark

Added DataPushTest application

parent ef7237cf
cflags:
{
-std=c99
}
requires:
{
api:
{
airVantage/le_avdata.api
}
}
sources:
{
avPublisher.c
}
sandboxed: true
start: manual
version: 0.1
executables:
{
dataPushTest = (avPublisherComponent)
}
processes:
{
run:
{
( dataPushTest )
}
envVars:
{
LE_LOG_LEVEL = DEBUG
}
}
bindings:
{
dataPushTest.avPublisherComponent.le_avdata -> avcService.le_avdata
}
...@@ -18,6 +18,7 @@ apps: ...@@ -18,6 +18,7 @@ apps:
$MANGOH_ROOT/apps/DataRouter/drTool/drTool $MANGOH_ROOT/apps/DataRouter/drTool/drTool
$MANGOH_ROOT/apps/SocialService/socialService $MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud $MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
$MANGOH_ROOT/apps/DataPushTest/dataPushTest
// Disabled until Release 15 is released due to bug in power supply kernel support // Disabled until Release 15 is released due to bug in power supply kernel support
// $MANGOH_ROOT/apps/BatteryService/batteryService // $MANGOH_ROOT/apps/BatteryService/batteryService
...@@ -27,7 +28,7 @@ apps: ...@@ -27,7 +28,7 @@ apps:
// console port. // console port.
// $MANGOH_ROOT/apps/Heartbeat/heartbeatRed // $MANGOH_ROOT/apps/Heartbeat/heartbeatRed
$LEGATO_ROOT/apps/tools/devMode // $LEGATO_ROOT/apps/tools/devMode
} }
commands: commands:
...@@ -75,9 +76,9 @@ kernelModules: ...@@ -75,9 +76,9 @@ kernelModules:
// Don't enable mt7697 drivers until a kernel is publicly available which supports the correct // Don't enable mt7697 drivers until a kernel is publicly available which supports the correct
// cfg80211 and mac80211 modules // cfg80211 and mac80211 modules
// $MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q $MANGOH_ROOT/linux_kernel_modules/mt7697q/1-mt7697q
// $MANGOH_ROOT/linux_kernel_modules/mt7697serial/1-mt7697serial $MANGOH_ROOT/linux_kernel_modules/mt7697serial/1-mt7697serial
// $MANGOH_ROOT/linux_kernel_modules/mt7697wifi/2-mt7697wifi_core $MANGOH_ROOT/linux_kernel_modules/mt7697wifi/2-mt7697wifi_core
// spisvc creates a spidev device which will appear as /dev/spidev0.0 once the spidev module is // spisvc creates a spidev device which will appear as /dev/spidev0.0 once the spidev module is
// loaded. // loaded.
......
...@@ -19,6 +19,7 @@ apps: ...@@ -19,6 +19,7 @@ apps:
$MANGOH_ROOT/apps/SocialService/socialService $MANGOH_ROOT/apps/SocialService/socialService
$MANGOH_ROOT/apps/LedService/ledService $MANGOH_ROOT/apps/LedService/ledService
$MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud $MANGOH_ROOT/apps/RedSensorToCloud/redSensorToCloud
$MANGOH_ROOT/apps/DataPushTest/dataPushTest
// Disabled until Release 15 is released due to bug in power supply kernel support // Disabled until Release 15 is released due to bug in power supply kernel support
// $MANGOH_ROOT/apps/BatteryService/batteryService // $MANGOH_ROOT/apps/BatteryService/batteryService
......
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