systemswstubs/featuremanagerstub/data/10205058.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:  Feature Manager stub plugin ECom resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "ecom/registryinfov2.rh"
       
    20 
       
    21 // Declares info for one implementations
       
    22 
       
    23 RESOURCE REGISTRY_INFO featmgrstubplugin_registry_info
       
    24     {
       
    25     // UID for the DLL. See FeatMgrStubPlugin.mmp
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27     dll_uid = 0x10205058;
       
    28     interfaces = 
       
    29         {
       
    30         INTERFACE_INFO
       
    31             {
       
    32             // UID of interface that is implemented
       
    33             interface_uid = 0x10205057;
       
    34             implementations = 
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     implementation_uid = 0x10205059;
       
    39                     version_no = 1;
       
    40                     display_name = "";
       
    41                     default_data = "";      
       
    42                     opaque_data = "";
       
    43                     rom_only = 1;
       
    44                     }
       
    45                 };
       
    46             }
       
    47         };
       
    48     }