Corrected the path option to joinsysdef.pl.
authorJohan Groth <johang@symbian.org>
Tue, 14 Sep 2010 16:04:20 +0100
changeset 1255 9a6d81b932b1
parent 1254 dfafee79af71
child 1256 468b74292f68
Corrected the path option to joinsysdef.pl.
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);