applicationmanagement/inc/ApplicationManagementCommon.h
branchRCL_3
changeset 24 6757f1e2efd2
parent 0 3ce708148e4d
child 25 5b858729772b
equal deleted inserted replaced
23:c4687ff85147 24:6757f1e2efd2
    24 #include "ApplicationManagementConst.h"
    24 #include "ApplicationManagementConst.h"
    25 
    25 
    26 namespace NApplicationManagement
    26 namespace NApplicationManagement
    27 	{
    27 	{
    28 
    28 
    29 const TUint32  KAppMgmtServerUid         = {0x1020781C};
    29 const TUint32  KAppMgmtServerUid         = {0x200267FB};
    30 
    30 
    31 const TUint32 KAMServiceUid = {0x1020781B};
    31 const TUint32 KAMServiceUid = {0x1020781B};
    32 
    32 
    33 const TUint32 KOmaDMAppUid = {0x1020781C};
    33 const TUid KProperty = {0x101F9A02};
       
    34 
       
    35 const TUint32 KInteger = 0x00000001;
       
    36 
       
    37 //const TUint32 KOmaDMAppUid = {0x200267FB};
    34 const TInt KVersionLength= 7; // 3 for Major, 1 for '.' and 3 for Minor
    38 const TInt KVersionLength= 7; // 3 for Major, 1 for '.' and 3 for Minor
    35 _LIT( KLiteralPeriod, ".");
    39 _LIT( KLiteralPeriod, ".");
    36 
    40 
    37 const TInt KAMDefaultValue = 0;
    41 const TInt KAMDefaultValue = 0;
    38 const TInt KAMSCMAdapter = 1;
    42 const TInt KAMSCMAdapter = 1;