Move the export of aisystemuids.hrh to the idlefw_api, as a revised fix for Bug 1960 RCL_3
authorWilliam Roberts <williamr@symbian.org>
Thu, 25 Mar 2010 17:31:24 +0000
branchRCL_3
changeset 24 ef4c618643c7
parent 23 30e052d96e01
child 32 80e618dac55b
Move the export of aisystemuids.hrh to the idlefw_api, as a revised fix for Bug 1960
homescreensrv_plat/group/bld.inf
homescreensrv_plat/idlefw_api/group/bld.inf
--- a/homescreensrv_plat/group/bld.inf	Thu Mar 25 17:29:00 2010 +0000
+++ b/homescreensrv_plat/group/bld.inf	Thu Mar 25 17:31:24 2010 +0000
@@ -16,9 +16,6 @@
 *
 */
 
-PRJ_EXPORTS
-../../inc/aisystemuids.hrh              MW_LAYER_PLATFORM_EXPORT_PATH(aisystemuids.hrh)
-
 #include "../ai_content_model_api/group/bld.inf"
 #include "../ai_utilities_api/group/bld.inf"
 #include "../ai_plugin_management_api/group/bld.inf"
--- a/homescreensrv_plat/idlefw_api/group/bld.inf	Thu Mar 25 17:29:00 2010 +0000
+++ b/homescreensrv_plat/idlefw_api/group/bld.inf	Thu Mar 25 17:31:24 2010 +0000
@@ -30,3 +30,5 @@
 ../inc/aiuiidleintegration.h     MW_LAYER_PLATFORM_EXPORT_PATH(aiuiidleintegration.h)
 ../inc/debug.h                   MW_LAYER_PLATFORM_EXPORT_PATH(debug.h) // needed?
 ../inc/aifwdefs.h                MW_LAYER_PLATFORM_EXPORT_PATH(aifwdefs.h)
+
+../../inc/aisystemuids.hrh              MW_LAYER_PLATFORM_EXPORT_PATH(aisystemuids.hrh)