internetradio2.0/resources/2001a962.rss
changeset 0 09774dfdd46b
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     1 /*
       
     2 * Copyright (c) 2001 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:  ECom plugin registration resource for IRActionHandler.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ahpluginuids.hrh>
       
    20 #include <ecom/registryinfov2.rh>
       
    21 
       
    22 #include "iractionhandler.hrh"
       
    23 
       
    24 // ---------------------------------------------------------------------------
       
    25 // Resource information for the ECOM DLL.
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    31 
       
    32     dll_uid = KIRActionHandlerDllUid;
       
    33 
       
    34     interfaces = 
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             // AH plugin interface
       
    39             interface_uid = KAHPluginInterfaceUid;
       
    40 
       
    41             implementations = 
       
    42                 {
       
    43                 // VR Action handler AH plugin implementation
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KIRActionHandlerImplementationUid;
       
    47                     version_no         = 1;
       
    48                     display_name       = "IRActionHandlerPlugin";
       
    49                     default_data       = "";
       
    50                     opaque_data        = "";
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }