Blame view

config/current.env.template 450 Bytes
f1252b32   Benjamin Renard   Add template for ...
1
;This is a template file.
2274f0e7   Elena.Budnik   comment corrected
2
;Copy this file in ./current.env and replace all placeholders - included between {: and :} flags - by your own values
f1252b32   Benjamin Renard   Add template for ...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

;Path to COTS dir
COTS_BASE_DIR='{:COTS_BASE_DIR:}'

;Path to tools dir
TOOLS_BASE_DIR='{:TOOLS_BASE_DIR:}'

;Define kernel build type
KERNEL_BUILD_TYPE='{:KERNEL_BUILD_TYPE:}'

;Path to AMDA_Kernel base dir
AMDA_KERNEL_DIR='{:AMDA_KERNEL_DIR:}'

;Path to AMDA_IHM base dir
IHM_SRC_DIR='{:IHM_SRC_DIR:}'