mmserv/radioutility/presetutility/inc/presetcrkeys.h
branchRCL_3
changeset 20 0ac9a5310753
parent 19 095bea5f582e
child 21 999b2818a0eb
--- a/mmserv/radioutility/presetutility/inc/presetcrkeys.h	Tue Aug 31 15:43:02 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-/*
-* Copyright (c) 2009 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:  Preset Utility's Central Repository key index definitions.
-*
-*
-*/
-
-
-#ifndef RADIOPRESETCRKEYS_H
-#define RADIOPRESETCRKEYS_H
-
-// Preset Utility UID
-const TUid KCRUidPresetUtility = {0x10207B87};
-
-// The first preset channel's location in central repository
-const TUint32 KRadioBookKeepingLocation = 0x00000001;
-const TUint32 KRadioPresetChannel1 = 0x00001000;
-const TUint32 KNbrOfParametersPerChannelSequence = 0x10;
-const TUint32 KChannelNameOffset = 0x0;
-const TUint32 KFrequencyOffset = 0x1;
-const TUint32 KUrlOffset = 0x2;
-const TUint32 KRestOfParametersOffset = 0xF;
-
-#endif // RADIOPRESETCRKEYS_H