internetradio2.0/inc/iruid3.hrh
changeset 15 065198191975
child 17 38bbf2dcd608
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
       
     1 /*
       
     2 * Copyright (c) 2010 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 #ifndef	__IRUID3_H__
       
    20 #define	__IRUID3_H__
       
    21 
       
    22 //Duplicate with : 
       
    23 //irquid3.hrh	\qtinternetradio\irqcommon\inc
       
    24 #define UID3_INTERNET_RADIO_10_1_EXE        0x2002FFAC
       
    25 
       
    26 #define UID3_IRSETTINGS_DLL                 0x2002FFAE
       
    27 #define UID3_IRRFSPLUGIN_DLL                0x2002FFAF
       
    28 #define UID3_IRNETWORKCONTROLLER_DLL        0x2002FFB0
       
    29 #define UID3_IRDATASTRUCTURES_DLL           0x2002FFB1
       
    30 #define UID3_IRCACHEMGMT_DLL                0x2002FFB2
       
    31 #define UID3_IRXMLPARSER_DLL                0x2002FFB3
       
    32 #define UID3_IRFAVORITESDB_DLL              0x2002FFB4
       
    33 #define UID3_IRDATAPROVIDER_DLL             0x2002FFB5
       
    34 #define UID3_IRSESSIONLOG_DLL               0x2002FFB6
       
    35 #define UID3_ISDSCLIENTINTERFACE_DLL        0x2002FFB7
       
    36 #define UID3_IRFILERECOGNIZER_DLL           0x2002FFB8
       
    37 #define UID3_IRPRESETPLUGIN_DLL             0x2002FFC7
       
    38 
       
    39 #define STR_UID3_IRSETTINGS_DLL                 "2002FFAE"
       
    40 #define STR_UID3_IRRFSPLUGIN_DLL                "2002FFAF"
       
    41 #define STR_UID3_IRNETWORKCONTROLLER_DLL        "2002FFB0"
       
    42 #define STR_UID3_IRDATASTRUCTURES_DLL           "2002FFB1"
       
    43 #define STR_UID3_IRCACHEMGMT_DLL                "2002FFB2"
       
    44 #define STR_UID3_IRXMLPARSER_DLL                "2002FFB3"
       
    45 #define STR_UID3_IRFAVORITESDB_DLL              "2002FFB4"
       
    46 #define STR_UID3_IRDATAPROVIDER_DLL             "2002FFB5"
       
    47 #define STR_UID3_IRSESSIONLOG_DLL               "2002FFB6"
       
    48 #define STR_UID3_ISDSCLIENTINTERFACE_DLL        "2002FFB7"
       
    49 #define STR_UID3_IRFILERECOGNIZER_DLL           "2002FFB8"
       
    50 #define STR_UID3_IRPRESETPLUGIN_DLL             "2002FFC7"
       
    51 
       
    52 #define UID3_IRRFSPLUGIN_DLL_IMPLEMENTATION_UID 0x2002FFE1
       
    53 #define UID3_IRFILERECOGNIZER_DLL_IMPLEMENTATION_UID 0x2002FFE2
       
    54 #define UID3_IRPRESETPLUGIN_DLL_IMPLEMENTATION_UID 0x2002FFE3
       
    55 
       
    56 #endif	//__IRUID3_H__
       
    57