Added new attributes found in v3 system definitions
authorSimon Howkins <simonh@symbian.org>
Wed, 27 Oct 2010 15:01:28 +0100
changeset 1315 8d797b367538
parent 1314 2a30d4157ddd
child 1316 0b4a09013baf
Added new attributes found in v3 system definitions
common/tools/csvToSysDef.pl
--- a/common/tools/csvToSysDef.pl	Wed Oct 20 17:30:21 2010 +0100
+++ b/common/tools/csvToSysDef.pl	Wed Oct 27 15:01:28 2010 +0100
@@ -169,7 +169,7 @@
 
 	foreach my $attr (
 		sort {
-			my $order = "name long-name tech_domain level span schema levels filter introduced deprecated purpose class plugin origin-model bldFile proFile qmakeArgs mrp version priority";
+			my $order = "id name long-name tech_domain level span schema levels filter introduced deprecated purpose class plugin origin-model bldFile proFile qmakeArgs mrp version priority target";
 			my $ixA = index $order, $a;
 			my $ixB = index $order, $b;
 			die "$a $b" if $ixA + $ixB == -2;