internetradio2.0/resources/2000b4aa.rss
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     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 irpresetplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 
       
    21 // ---------------------------------------------------------------------------
       
    22 // r_ir_preset_plugin_registry_info
       
    23 // Registry info for the preset ECOM plugin.
       
    24 // ---------------------------------------------------------------------------
       
    25 //
       
    26 RESOURCE REGISTRY_INFO r_ir_preset_plugin_registry_info
       
    27     {
       
    28     dll_uid     = 0x2000B4AA;
       
    29     interfaces  =
       
    30         {
       
    31         INTERFACE_INFO
       
    32             {
       
    33             interface_uid   = 0x10281CB6;
       
    34             implementations =
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     //implementation_uid  = 0xA0001D79;
       
    39                     implementation_uid  = 0x10009DC1;
       
    40 
       
    41                     version_no          = 1;
       
    42                     display_name        = "Internet Radio Preset Plugin";
       
    43                     default_data        = "";
       
    44                     opaque_data         = "";
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };        
       
    49     }