diff -r 000000000000 -r 5f000ab63145 phoneengine/phonemodel/inc/telinternalcrkeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneengine/phonemodel/inc/telinternalcrkeys.h Mon Jan 18 20:18:27 2010 +0200 @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2004-2006 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: Telephony internal Central Repository keys +* +*/ + + +#ifndef TELINTERNALCRKEYS_H +#define TELINTERNALCRKEYS_H + +#include + +/****************************************************************************** +* Telephony Variation API +* Keys under this category are used in defining telephony variation. +******************************************************************************/ +const TUid KCRUidTelVariation = {0x102828F8}; + +/** +* Telephony Local Variation Flags. Values are defined in TelephonyVariant.hrh. +*/ +const TUint32 KTelVariationFlags = 0x00000001; + +/** +* Contains a space separated list of product specific contact stores. +* Can be empty, contain 1 or more stores. +* Varies in different product variants. +* Exact match search strategy is applied to the additional stores, if match +* is not found from additional stores default stores are checked. +*/ +const TUint32 KTelAdditionalStores = 0x00000002; + +/** +* Timeout of VoIP service enabling +* if enabling time is longer than this value, +* cancel the enabling +*/ +const TUint32 KTelEnableTimeOut = 0x00000003; + + +#endif // TELEPHONYINTERNALCRKEYS_H + +// End of file \ No newline at end of file