equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Preset Utility's Central Repository key index definitions. |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef RADIOPRESETCRKEYS_H |
|
21 #define RADIOPRESETCRKEYS_H |
|
22 |
|
23 // Preset Utility UID |
|
24 const TUid KCRUidPresetUtility = {0x10207B87}; |
|
25 |
|
26 // The first preset channel's location in central repository |
|
27 const TUint32 KRadioBookKeepingLocation = 0x00000001; |
|
28 const TUint32 KRadioPresetChannel1 = 0x00001000; |
|
29 const TUint32 KNbrOfParametersPerChannelSequence = 0x10; |
|
30 const TUint32 KChannelNameOffset = 0x0; |
|
31 const TUint32 KFrequencyOffset = 0x1; |
|
32 const TUint32 KUrlOffset = 0x2; |
|
33 const TUint32 KRestOfParametersOffset = 0xF; |
|
34 |
|
35 #endif // RADIOPRESETCRKEYS_H |