featuremgmt/featuremgr/test/helper/test_plugins/data/102836FD.rss
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 #include "ecom/registryinfov2.rh"
       
    19 
       
    20 // Declares info for one implementations
       
    21 
       
    22 RESOURCE REGISTRY_INFO reconciliation_plugin_registry_info
       
    23     {
       
    24     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    25     dll_uid = 0x102836FD;
       
    26     interfaces = 
       
    27         {
       
    28         INTERFACE_INFO
       
    29             {
       
    30             // UID of interface that is implemented
       
    31             interface_uid = 0x10205057;
       
    32             implementations = 
       
    33                 {
       
    34                 IMPLEMENTATION_INFO
       
    35                     {
       
    36                     implementation_uid = 0x102836FE;
       
    37                     version_no = 1;
       
    38                     display_name = "";
       
    39                     default_data = "";      
       
    40                     opaque_data = "";
       
    41 	      //rom-only resolving is disabled for test projects to allow run-time plugin addition and removal 	
       
    42                     rom_only = 0;
       
    43                     }
       
    44                 };
       
    45             }
       
    46         };
       
    47     }