# HG changeset patch # User William Roberts # Date 1269604277 0 # Node ID 80e618dac55b64e025caa742938203a3e1d482b4 # Parent ef4c618643c792be78e7d7b2eb4aa4ded3e106c2 COrrect previous fix for Bug 1960 - needs an extra ../ in the path to the aisystemuids.hrh file diff -r ef4c618643c7 -r 80e618dac55b homescreensrv_plat/idlefw_api/group/bld.inf --- a/homescreensrv_plat/idlefw_api/group/bld.inf Thu Mar 25 17:31:24 2010 +0000 +++ b/homescreensrv_plat/idlefw_api/group/bld.inf Fri Mar 26 11:51:17 2010 +0000 @@ -31,4 +31,4 @@ ../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) +../../../inc/aisystemuids.hrh MW_LAYER_PLATFORM_EXPORT_PATH(aisystemuids.hrh)