mmserv/radioutility/presetutility/inc/presetcrkeys.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:43:02 +0300
branchRCL_3
changeset 19 095bea5f582e
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* 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