mmserv/radioutility/presetutility/inc/presetcrkeys.h
changeset 14 80975da52420
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmserv/radioutility/presetutility/inc/presetcrkeys.h	Mon May 03 12:59:52 2010 +0300
@@ -0,0 +1,35 @@
+/*
+* 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