internetradio2.0/resources/2002ffaf.rss
changeset 15 065198191975
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
       
     1 /*
       
     2 * Copyright (c) 2000 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:  Resource definitions for project Internet Radio RFS plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 #include "iruid3.hrh"
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // r_ps_rfs_plugin_registry_info
       
    24 // Registry info for the Internet Radio RFS ECOM plugin.
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO r_ps_rfs_plugin_registry_info
       
    28     {
       
    29     dll_uid = UID3_IRRFSPLUGIN_DLL;
       
    30     interfaces =
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             interface_uid = 0x102073BB;
       
    35             implementations =
       
    36                 {
       
    37                 IMPLEMENTATION_INFO
       
    38                     {
       
    39                     implementation_uid = UID3_IRRFSPLUGIN_DLL_IMPLEMENTATION_UID;
       
    40                     version_no = 1;
       
    41                     display_name = "Internet Radio RFS Plugin";
       
    42                     default_data = "N"; // Normal RFS.
       
    43                     opaque_data = "";
       
    44                     }
       
    45                 };
       
    46             }
       
    47         };
       
    48     }