Sync with 5.1.0
[deliverable/titan.core.git] / regression_test / ERC / included1.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 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 [DEFINE]
9 binary_octet_prefix = binary
10
11 [INCLUDE]
12 "base.cfg"
13
14 [MODULE_PARAMETERS]
15 m_included1_float := 2.0
16 m_included1_binaryoctet := ${binary_octet_prefix, binaryoctet}
17 m_included1_string := $include1_prefix & ${string, charstring}
18 m_included1_integer := ${two, integer}
19 m_included1_bitstring := ${n240, bitstring}
20 m_included1_hexstring := ${long_zero, hexstring}
21 m_included1_octetstring := ${long_zero, octetstring}
22
23 [DEFINE]
24 n240 := "11110000"
25 include1_prefix = "included1_"
26 long_zero = "0000"
This page took 0.032925 seconds and 5 git commands to generate.