# HG changeset patch # User William Roberts # Date 1269538284 0 # Node ID ef4c618643c792be78e7d7b2eb4aa4ded3e106c2 # Parent 30e052d96e017f295d23cda3a05e58cf018b8ab5 Move the export of aisystemuids.hrh to the idlefw_api, as a revised fix for Bug 1960 diff -r 30e052d96e01 -r ef4c618643c7 homescreensrv_plat/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" diff -r 30e052d96e01 -r ef4c618643c7 homescreensrv_plat/idlefw_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)