applicationmanagement/inc/ApplicationManagementCommon.h
branchRCL_3
changeset 57 6757f1e2efd2
parent 0 3ce708148e4d
child 58 5b858729772b
--- a/applicationmanagement/inc/ApplicationManagementCommon.h	Thu Aug 19 09:42:30 2010 +0300
+++ b/applicationmanagement/inc/ApplicationManagementCommon.h	Tue Aug 31 15:05:55 2010 +0300
@@ -26,11 +26,15 @@
 namespace NApplicationManagement
 	{
 
-const TUint32  KAppMgmtServerUid         = {0x1020781C};
+const TUint32  KAppMgmtServerUid         = {0x200267FB};
 
 const TUint32 KAMServiceUid = {0x1020781B};
 
-const TUint32 KOmaDMAppUid = {0x1020781C};
+const TUid KProperty = {0x101F9A02};
+
+const TUint32 KInteger = 0x00000001;
+
+//const TUint32 KOmaDMAppUid = {0x200267FB};
 const TInt KVersionLength= 7; // 3 for Major, 1 for '.' and 3 for Minor
 _LIT( KLiteralPeriod, ".");