# HG changeset patch # User Johan Groth # Date 1284476660 -3600 # Node ID 9a6d81b932b134469ca45f53ce2cbe37f60feb4b # Parent dfafee79af7165346de6137c7075ef38052dc12b Corrected the path option to joinsysdef.pl. diff -r dfafee79af71 -r 9a6d81b932b1 common/tools/generate_system_models.pl --- a/common/tools/generate_system_models.pl Tue Sep 14 14:32:10 2010 +0100 +++ b/common/tools/generate_system_models.pl Tue Sep 14 16:04:20 2010 +0100 @@ -54,7 +54,8 @@ elsif ($codeline eq "symbian4") { my $config_dir = "packages\\$codeline\\config"; - $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"; + my $path = "os/deviceplatformrelease/foundation_system/system_model/system_definition.xml"; + $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"; } print "$full_cmd\n"; system($full_cmd);