sl@0: /* sl@0: * Copyright (c) 2004-2008 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: Central Repository keys. sl@0: * sl@0: * sl@0: */ sl@0: sl@0: sl@0: #ifndef NUMBERGROUPING_CR_KEYS_H sl@0: #define NUMBERGROUPING_CR_KEYS_H sl@0: sl@0: const TUid KCRUidNumberGrouping = { 0x101F8775 }; sl@0: sl@0: /** sl@0: * Number Grouping sl@0: * sl@0: * Possible values are: sl@0: * 0 (none) sl@0: * 1 (USA) sl@0: * sl@0: * Default value: 0 sl@0: */ sl@0: const TUint32 KNumberGrouping = 0x00000001; sl@0: sl@0: #endif sl@0: sl@0: // End of file