BigW Consortium Gitlab

Commit 70157352 by Andrew Mitchell

trac:3537 - Setup of MangOH repositories

Patch 2: - Add targetDefs for mangOH - Tell git to ignore apps subdirectory Patch 1: - Add mangOH sdef file Change-Id: Ia75786b6e188d07b3abb89a91686d59145bbab8d
parent 916b1de0
# Ignore apps directory (contains other git repos)
apps
//--------------------------------------------------------------------------------------------------
/**
* 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.
*/
//--------------------------------------------------------------------------------------------------
apps:
{
// Platform services.
$LEGATO_ROOT/apps/platformServices/airVantage/avcService
$LEGATO_ROOT/apps/platformServices/audioService
$LEGATO_ROOT/apps/platformServices/cellNetService
$LEGATO_ROOT/apps/platformServices/dataConnectionService
$LEGATO_ROOT/apps/platformServices/fwupdateService
$LEGATO_ROOT/apps/platformServices/modemService
$LEGATO_ROOT/apps/platformServices/positioningService
$LEGATO_ROOT/apps/platformServices/powerMgr
$LEGATO_ROOT/apps/platformServices/secStore
$LEGATO_ROOT/apps/platformServices/smsInboxService
$LEGATO_ROOT/apps/platformServices/voiceCallService
$LEGATO_ROOT/apps/platformServices/gpioService
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderService.adef
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderDemo/gpioExpanderDemo.adef
// Command-line tools.
$LEGATO_ROOT/apps/tools/tools
}
commands:
{
cm = tools:/bin/cm
fwupdate = tools:/bin/fwupdate
secstore = tools:/bin/secstore
}
# Root directory for MangOH code
export MANGOH_ROOT = $(LEGATO_ROOT)/../mangOH
# Override the default sdef file to use the MangOH one
export SDEF_TO_USE = $(MANGOH_ROOT)/mangoh.sdef
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