os/mm/mmlibs/mmfw/tsrc/mmfunittest/AFMT/TestDataSource/101f7d33.rss
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 1997-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 // Filename: 101f7D33.RSS - Must match dll_uid.
    15 // MMF Test Data Source Resource files
    16 // 
    17 //
    18 
    19 #include <ecom/registryinfo.rh>
    20 #include <mmfplugininterfaceuids.hrh>
    21 
    22 RESOURCE REGISTRY_INFO theInfo //Any name can be used for the resource.
    23     {
    24     dll_uid = 0x101f7d33; //The DLL's 3rd UID.
    25     interfaces = 
    26         {
    27         INTERFACE_INFO
    28             {
    29             interface_uid = KMmfUidPluginInterfaceDataSource; //ECOM UID for a Transport Adapter plug-in
    30             implementations = 
    31                 {
    32                 // This DLL contains only a single adapter implementation.
    33                 IMPLEMENTATION_INFO
    34                     {
    35                     implementation_uid = 0x101f7d36; //UID for this Adapter
    36                              // Same value as in implementation table.
    37                     version_no = 1;
    38                     display_name = "MMFTestDataSource"; //Human readable string for UI purposes.
    39                     default_data = ""; //Ignored.
    40                     opaque_data = ""; //Ignored.
    41                     }
    42                 };
    43             }
    44         };
    45     }