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