idlefw/hslaunch/src/hslaunch.cpp
branchv5backport
changeset 54 666a2952b5b3
parent 4 1a2a00e78665
--- a/idlefw/hslaunch/src/hslaunch.cpp	Fri Apr 02 20:17:48 2010 +0200
+++ b/idlefw/hslaunch/src/hslaunch.cpp	Wed Apr 07 14:35:19 2010 +0200
@@ -19,10 +19,11 @@
 #include "hslaunch.h"
 
 // ========================= DECLARATIONS ==================================
-_LIT( KHsExeName, "homescreen.exe" );
+_LIT( KHsExeName, "homescreen_hs.exe" );
 _LIT( KHsProcessName, "Home screen" );
 const TInt KSleepOnRetry = 250000; // 250ms
-const TUid KPSCategoryUid = TUid::Uid( 0x200286E3 );
+// changed from 0x200286E3 to 0xEF5A047A for standalone app
+const TUid KPSCategoryUid = TUid::Uid( 0xEF5A047A );
 const TInt KPSCrashCountKey = 1;
 _LIT_SECURITY_POLICY_C1( KPSReadPolicy, ECapabilityReadDeviceData );
 _LIT_SECURITY_POLICY_C1( KPSWritePolicy, ECapabilityWriteDeviceData );