resourcemgmt/hwresourcesmgr/test/plugins/fmtxwatcherplugin/data/20012401.rss
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-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 FM Tx watcher plugin implementation
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22     {
       
    23     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    24     dll_uid = 0x20012401;
       
    25     interfaces = 
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             // UID of interface that is implemented
       
    30             interface_uid = 0x10205028;
       
    31             implementations = 
       
    32                 {
       
    33                 IMPLEMENTATION_INFO
       
    34                     {
       
    35                     implementation_uid = 0x20012402;
       
    36                     version_no = 1;
       
    37                     display_name = "Fmtx watcher plugin";
       
    38                     default_data = "HWRMFmTxWatcher";      
       
    39                     opaque_data = "";
       
    40                     rom_only = 1;
       
    41                     }
       
    42                 };
       
    43             }
       
    44         };
       
    45     }