-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.sdef
More file actions
44 lines (37 loc) · 1020 Bytes
/
shared.sdef
File metadata and controls
44 lines (37 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
l//--------------------------------------------------------------------------------------------------
// Base mangOH system definition that is shared by all types of mangOH board with all models of
// Sierra Wireless WP module. This contains only the base features that are common to all types
// of mangOH board. It is intended to be included by model-specific .sdef files, like green.sdef
// and red.sdef.
//
// Copyright (C) Sierra Wireless Inc.
//--------------------------------------------------------------------------------------------------
#include "wifi.sdef"
#include "sinc/module/${LEGATO_TARGET}.sinc"
buildVars:
{
MANGOH_ROOT = $CURDIR
LEGATO_WIFI_ROOT = ${LEGATO_ROOT}/modules/WiFi
}
apps:
{
$CURDIR/apps/DataHub/dataHub
{
maxFileBytes: 4000K
}
}
commands:
{
dhub = dataHub:/bin/dhub
}
interfaceSearch:
{
$CURDIR/interfaces
$CURDIR/apps/LedService
$CURDIR/apps/DataHub
}
componentSearch:
{
$CURDIR/components
$CURDIR/apps/DataHub/components
}