Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / cfgFile / ordered_include / oi_before1.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2015 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 ###############################################################################
8 #oi_before1.cfg
9 # The chain: oi<-oi1<-oi2
10 [LOGGING]
11 LogSourceInfo := Stack
12 //LogEventTypes := Detailed
13 #AppendFile := Yes
14 *.ConsoleMask:= LOG_ALL
15 [DEFINE]
16 MACRO:=0
17 [ORDERED_INCLUDE]
18 "oi1_before1.cfg"
19 //which means:
20 // [DEFINE]
21 // MACRO1=1
22 // [ORDERED_INCLUDE]
23 // "oi2.cfg" which means:
24 // [DEFINE]
25 // MACRO2:=2
26 // [MODULE_PARAMETERS]
27 // tsp_c=$MACRO2
28 // tsp_c2=$MACRO2
29 // [MODULE_PARAMETERS]
30 // tsp_c=$MACRO1
31 // tsp_c1=$MACRO1
32 [MODULE_PARAMETERS]
33 tsp_c:=$MACRO
34 tsp_c0:=$MACRO
35 [EXECUTE]
36 oi.tc_1
This page took 0.032448 seconds and 6 git commands to generate.