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