internetradio2.0/irpresetplugin/data/irpresetplugin.rss
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <registryinfo.rh>
    18 #include <registryinfo.rh>
       
    19 #include "iruid3.hrh"
    19 
    20 
    20 // ---------------------------------------------------------------------------
    21 // ---------------------------------------------------------------------------
    21 // r_ir_preset_plugin_registry_info
    22 // r_ir_preset_plugin_registry_info
    22 // Registry info for the preset ECOM plugin.
    23 // Registry info for the preset ECOM plugin.
    23 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
    24 //
    25 //
    25 RESOURCE REGISTRY_INFO r_ir_preset_plugin_registry_info
    26 RESOURCE REGISTRY_INFO r_ir_preset_plugin_registry_info
    26     {
    27     {
    27     dll_uid     = 0x2000B4AA;
    28     dll_uid     = UID3_IRPRESETPLUGIN_DLL;
    28     interfaces  =
    29     interfaces  =
    29         {
    30         {
    30         INTERFACE_INFO
    31         INTERFACE_INFO
    31             {
    32             {
    32             interface_uid   = 0x10281CB6;
    33             interface_uid   = 0x10281CB6;
    33             implementations =
    34             implementations =
    34                 {
    35                 {
    35                 IMPLEMENTATION_INFO
    36                 IMPLEMENTATION_INFO
    36                     {
    37                     {
    37                     //implementation_uid  = 0xA0001D79;
    38                     //implementation_uid  = 0xA0001D79;
    38                     implementation_uid  = 0x10009DC1;
    39                     implementation_uid  = UID3_IRPRESETPLUGIN_DLL_IMPLEMENTATION_UID;
    39 
    40 
    40                     version_no          = 1;
    41                     version_no          = 1;
    41                     display_name        = "Internet Radio Preset Plugin";
    42                     display_name        = "Internet Radio Preset Plugin";
    42                     default_data        = "";
    43                     default_data        = "";
    43                     opaque_data         = "";
    44                     opaque_data         = "";