Move the export of aisystemuids.hrh to the idlefw_api, as a revised fix for Bug 1960
--- 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)