mmserv/radioutility/presetutility/inc/presetcrkeys.h
author hgs
Fri, 06 Aug 2010 16:55:00 -0500
changeset 38 9e9fc5ab059f
parent 14 80975da52420
permissions -rw-r--r--
201031

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