Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / cfgFile / ordered_include / oi_before4.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2016 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 # Contributors:
9 # Balasko, Jeno
10 #
11 ###############################################################################
12 [ORDERED_INCLUDE]
13 #this is just a test comment
14 "oi1_after1.cfg"
15 //this is also a test comment
16 /*this is also a test comment*/
17
18 #oi_before4.cfg
19 # oi1 is before [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg
20 [LOGGING]
21 LogSourceInfo := Stack
22 //LogEventTypes := Detailed
23 *.ConsoleMask:= LOG_ALL
24 AppendFile:=Yes
25 [DEFINE]
26 MACRO:=0
27
28 [MODULE_PARAMETERS]
29 tsp_c:=$MACRO
30 tsp_c0:=$MACRO
31 [EXECUTE]
32 oi.tc_2
This page took 0.031986 seconds and 5 git commands to generate.