Corrected the path option to joinsysdef.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);