resourcemgmt/hwresourcesmgr/include/HWRMFmTxInternalPSKeys.h
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2006-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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef HWRMFMTXINTERNALPSKEYS_H
       
    23 #define HWRMFMTXINTERNALPSKEYS_H
       
    24 
       
    25 // INCLUDES
       
    26 #include <e32std.h>
       
    27 #include <hwrm/hwrmfmtxdomainpskeys.h>
       
    28 
       
    29 // =============================================================================
       
    30 // HWRM FM Tx API
       
    31 // =============================================================================
       
    32 
       
    33 /**
       
    34 * RDS PTY (integer)
       
    35 *
       
    36 * @internalComponent
       
    37 * @released
       
    38 */
       
    39 const TUint32 KHWRMFmTxRdsPty = 0x00000010; 
       
    40 
       
    41 /**
       
    42 * RDS PTYN (string)
       
    43 *
       
    44 * @internalComponent
       
    45 * @released
       
    46 */
       
    47 const TUint32 KHWRMFmTxRdsPtyn = 0x00000011; 
       
    48 
       
    49 /**
       
    50 * RDS music/speech flag
       
    51 *
       
    52 * @internalComponent
       
    53 * @released
       
    54 */
       
    55 const TUint32 KHWRMFmTxRdsMs = 0x00000012; 
       
    56 
       
    57 /**
       
    58 * RDS language ID
       
    59 *
       
    60 * @internalComponent
       
    61 * @released
       
    62 */
       
    63 const TUint32 KHWRMFmTxRdsLangId = 0x00000013; 
       
    64 
       
    65 #endif      // HWRMFMTXINTERNALPSKEYS_H
       
    66 
       
    67 // End of File
       
    68