systemswstubs/hwrmstubplugins/data/10205040.rss
changeset 39 65e91466a14b
parent 31 931072794a66
child 40 b7e5ed8c1342
equal deleted inserted replaced
31:931072794a66 39:65e91466a14b
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  Hardware Resource Manager stub plugins ECom resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "ecom/registryinfov2.rh"
       
    20 
       
    21 // Declares info for two implementations
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23     {
       
    24     // UID for the DLL. See HWRMStubPlugins.mmp
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26     dll_uid = 0x10205040;
       
    27     interfaces = 
       
    28         {
       
    29         INTERFACE_INFO
       
    30             {
       
    31             // UID of interface that is implemented
       
    32             interface_uid = 0x10205028;
       
    33             implementations = 
       
    34                 {
       
    35                 IMPLEMENTATION_INFO
       
    36                     {
       
    37                     implementation_uid = 0x1020503F;
       
    38                     version_no = 1;
       
    39                     display_name = "Light plugin stub";
       
    40                     default_data = "HWRMLight";      
       
    41                     opaque_data = "";
       
    42                     rom_only = 1;
       
    43                     },
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = 0x1020503E;
       
    47                     version_no = 1;
       
    48                     display_name = "Vibra plugin stub";
       
    49                     default_data = "HWRMVibra";      
       
    50                     opaque_data = "";
       
    51                     rom_only = 1;
       
    52                     },
       
    53                 IMPLEMENTATION_INFO
       
    54                     {
       
    55                     implementation_uid = 0x2000BF15;
       
    56                     version_no = 1;
       
    57                     display_name = "Fmtx plugin stub";
       
    58                     default_data = "HWRMFmTx";      
       
    59                     opaque_data = "";
       
    60                     rom_only = 1;
       
    61                     }
       
    62                 };
       
    63             },
       
    64         INTERFACE_INFO
       
    65             {
       
    66             // UID of interface that is implemented
       
    67             interface_uid = 0x10205042;
       
    68             implementations = 
       
    69                 {
       
    70                 IMPLEMENTATION_INFO
       
    71                     {
       
    72                     implementation_uid = 0x1020503D;
       
    73                     version_no = 1;
       
    74                     display_name = "Power State Test plugin";
       
    75                     default_data = "HWRMPowerState";
       
    76                     opaque_data = "";
       
    77                     rom_only = 1;
       
    78                     }
       
    79                 };
       
    80             }
       
    81         };
       
    82     }