os/persistentdata/featuremgmt/featuremgr/test/helper/test_plugins/data/102836F3.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2010 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 = 0x102836F3;
    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 = 0x102836F4;
    37                     version_no = 1;
    38                     display_name = "efmtestplugin";
    39                     default_data = "efmtestplugin";      
    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     }