equal
deleted
inserted
replaced
52 $full_cmd = "$XALAN_C -o $codeline\\full_system_model_3.0.xml $ROOT_SYSDEF $SYSDEFTOOLS_PATH\\joinsysdef.xsl"; |
52 $full_cmd = "$XALAN_C -o $codeline\\full_system_model_3.0.xml $ROOT_SYSDEF $SYSDEFTOOLS_PATH\\joinsysdef.xsl"; |
53 } |
53 } |
54 elsif ($codeline eq "symbian4") |
54 elsif ($codeline eq "symbian4") |
55 { |
55 { |
56 my $config_dir = "packages\\$codeline\\config"; |
56 my $config_dir = "packages\\$codeline\\config"; |
57 $full_cmd = "$joinsysdef_cmd --out=$codeline\\full_system_model_3.0.xml --exclude-meta=Api --path=$ROOT_SYSDEF --config=$config_dir\\bldvariant.hrh -I$config_dir $ROOT_SYSDEF"; |
57 my $path = "os/deviceplatformrelease/foundation_system/system_model/system_definition.xml"; |
|
58 $full_cmd = "$joinsysdef_cmd --out=$codeline\\full_system_model_3.0.xml --exclude-meta=Api --path=$path --config=$config_dir\\bldvariant.hrh -I$config_dir $ROOT_SYSDEF"; |
58 } |
59 } |
59 print "$full_cmd\n"; |
60 print "$full_cmd\n"; |
60 system($full_cmd); |
61 system($full_cmd); |
61 |
62 |
62 # Filter the model to remove the test and techview units |
63 # Filter the model to remove the test and techview units |