Changed to avoid bld.inf's being included more than once in files package HighFidelityModel
authorSimon Howkins <simonh@symbian.org>
Fri, 12 Nov 2010 14:24:05 +0000
branchHighFidelityModel
changeset 487 5759869d8f8b
parent 486 c69e5cb94197
child 488 e64609ed0e3a
Changed to avoid bld.inf's being included more than once in files package
symbian3/app/files/package_definition.xml
--- a/symbian3/app/files/package_definition.xml	Fri Nov 12 12:23:40 2010 +0000
+++ b/symbian3/app/files/package_definition.xml	Fri Nov 12 14:24:05 2010 +0000
@@ -24,8 +24,11 @@
    <component id="deviceencryption_help" filter="s60" name="Device Encryption Help" introduced="^3">
     <unit bldFile="deviceencryption/help/group"/>
    </component>
-   <component id="deviceencryption_build" filter="s60" name="Device Encryption Build" introduced="^3">
-    <unit bldFile="deviceencryption/group"/>
+   <component id="deviceencryption_headers" filter="s60" name="Device Encryption Headers" introduced="^3">
+     <unit bldFile="deviceencryption/common/group"/>
+   </component>
+   <component id="deviceencryption_rom" filter="s60" name="Device Encryption ROM" introduced="^3">
+     <unit bldFile="deviceencryption/rom/group"/>
    </component>
   </collection>
   <collection id="filemanager" name="File Manager" level="apps">