persistentstorage/centralrepository/common/inc/srvdefs.h
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    43 	const TInt KErrMultiRofsOldCreUsed= 			-30001;
    43 	const TInt KErrMultiRofsOldCreUsed= 			-30001;
    44 	const TInt KErrMultiRofsGlobalOverride=			-30002;
    44 	const TInt KErrMultiRofsGlobalOverride=			-30002;
    45 	const TInt KErrMultiRofsTypeOverride=			-30003;
    45 	const TInt KErrMultiRofsTypeOverride=			-30003;
    46 	const TInt KErrMultiRofsIllegalRofs=			-30004;
    46 	const TInt KErrMultiRofsIllegalRofs=			-30004;
    47 #endif
    47 #endif
       
    48 
       
    49 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC
       
    50     const TUint8 KPersistFormatSupportsPma = 3;
       
    51 
       
    52     enum  TKeyspaceType
       
    53         {
       
    54         ENonPMAKeyspace,
       
    55         EPMAKeyspace
       
    56         };
       
    57     
       
    58 #endif
       
    59 	
    48 namespace NCentralRepositoryResources
    60 namespace NCentralRepositoryResources
    49 {
    61 {
    50     enum  TCentRepLocation
    62     enum  TCentRepLocation
    51         {
    63         {
    52         EPersists,
    64         EPersists,
    53         EInstall,
    65         EInstall,
    54         ERom
    66         ERom
       
    67 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC
       
    68         ,EPma
       
    69 #endif
    55         };
    70         };
    56     
    71     
    57     enum  TCentRepFileType
    72     enum  TCentRepFileType
    58         {
    73         {
    59         ECre,
    74         ECre,