javauis/amms_akn/src_tuner/native/external_include/fmradioenginecrkeys.h
branchRCL_3
changeset 24 6c158198356e
parent 23 e5618cc85d74
child 25 ae942d28ec0e
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
     1 /*
       
     2 * Copyright (c) 2005 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:  Definition of central repository keys for FM Radio Engine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef FMRADIOENGINECRKEYS_H
       
    20 #define FMRADIOENGINECRKEYS_H
       
    21 
       
    22 // FM Radio Engine UID
       
    23 const TUid KCRUidFMRadioEngine = {0x101F7CBC};
       
    24 
       
    25 // Radio headset volume
       
    26 const TUint32 KRadioHeadsetVolume =  0x00000001;
       
    27 
       
    28 // Radio speaker volume
       
    29 const TUint32 KRadioSpeakerVolume = 0x00000002;
       
    30 
       
    31 // The last played radio frequency
       
    32 const TUint32 KFmRadioFrequency = 0x00000003;
       
    33 
       
    34 // The last played radio channel
       
    35 const TUint32 KFmRadioChannel = 0x00000004;
       
    36 
       
    37 // The radio mode before radio off
       
    38 const TUint32 KFmRadioMode = 0x00000005;
       
    39 
       
    40 // The first preset channel's location in central repository
       
    41 const TUint32 KFmRadioPresetChannel1 = 0x0000000A;
       
    42 
       
    43 #endif // FMRADIOENGINECRKEYS_H
       
    44 
       
    45 // End of file
       
    46 
       
    47