mmlibs/mmfw/tsrc/mmfunittest/MidiClnt/MidiTestCntrl/101FF9F4.rss
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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: 101FF9F4.RSS - Must match dll_uid.
       
    15 // The Http spi magic resource file
       
    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 = 0x101FF9F4; //The DLL's 3rd UID.
       
    25     interfaces = 
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             interface_uid = KMmfUidPluginInterfaceController; //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 = 0x101FF9F7; //UID for this Adapter
       
    36                              // Same value as in implementation table.
       
    37                     version_no = 1;
       
    38                     display_name = "CMMFMidiTestController"; //Human readable string for UI purposes.
       
    39                     default_data = ""; //Ignored.
       
    40                     opaque_data = "<s>Symbian<i>0x101F7D02<p>0x101F7F99";
       
    41                     }
       
    42                 };
       
    43             },
       
    44 
       
    45 		INTERFACE_INFO
       
    46 			{
       
    47 			interface_uid = 0x101F7F99;    
       
    48 			implementations = 
       
    49 				{
       
    50 				IMPLEMENTATION_INFO
       
    51 					{
       
    52 					implementation_uid = 0x101F7FA0;
       
    53 					version_no = 1;
       
    54 					display_name = "MIDI Test Format||Copyright 2003 Symbian Ltd. All Rights Reserved.||";
       
    55 					default_data = "0x101FF9F7";//Preferred Controller (MIDI Test Controller)
       
    56 					opaque_data = "<s>Symbian<i>0x101F7D02<e>.mid<h>MThd";
       
    57 					}
       
    58 				};
       
    59 			}
       
    60 
       
    61 		};
       
    62     }