diff -r 19bba8228ff0 -r 5cc2995847ea syncmlfw/dm/provisioningadapter/inc/ProvisioningInternalCRKeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syncmlfw/dm/provisioningadapter/inc/ProvisioningInternalCRKeys.h Tue Sep 14 22:54:36 2010 +0300 @@ -0,0 +1,44 @@ +/* +* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Provisioning internal Central Repository keys +* +*/ + + +#ifndef PROVISIONINGINTERNALCRKEYS_H +#define PROVISIONINGINTERNALCRKEYS_H + +#include + +/****************************************************************************** +* Provisioning Variation API +* Keys under this category are used in defining Provisioning variation. +*/ +const TUid KCRUidOMAProvisioningLV = {0x101F87AA}; +const TUid KOMAProvAuthenticationLV = {0x101F87AA}; + +/** +* Provisioning Local Variation Flags. Values are defined in ProvisioningVariant.hrh. +*/ +const TUint32 KOMAProvisioningLVFlag = 0x00000000; +const TUint32 KOMAProvAuthenticationLVFlag = 0x00000001; +const TUint32 KOMAProvAuthFailMsgHandling = 0x00000002; +const TUint32 KOMAProvOriginatorContent = 0x00000003; +const TUint32 KOMAProvIsUserPin = 0x00000004; +const TUint32 KOMAProvCriticalAdapterSettingCount = 0x00000005; +const TUint32 KOMAProvMessageOpen = 0x00000006; +const TUint32 KOMAProvAllowCriticalAdapterSetting = 0x00000007; +#endif // PROVISIONINGINTERNALCRKEYS_H + +// End of file