Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / cfgFile / ordered_include / oi_after1.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 # Baranyi, Botond
11 #
12 ###############################################################################
13 #oi_after1.cfg
14 # oi1 is after [MODULE_PARAMETERS] in oi, oi2 is after [MODULE_PARAMETERS] in oi1_after.cfg
15 [LOGGING]
16 LogSourceInfo := Stack
17 //LogEventTypes := Detailed
18 AppendFile:=Yes
19 *.ConsoleMask:= LOG_ALL
20 [DEFINE]
21 MACRO:=0
22
23 [MODULE_PARAMETERS]
24 tsp_c:=$MACRO
25 tsp_c0:=$MACRO
26
27 [DEFINE]
28 [ORDERED_INCLUDE]
29 "oi1_before1.cfg"
30
31 [EXECUTE]
32 oi.tc_3
This page took 0.030614 seconds and 5 git commands to generate.