os/mm/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/TSU_DummyTestController/10273816.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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: 10273816.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 #include <mmfcontrollerimplementationuids.hrh>
    22 #include <mmfformatimplementationuids.hrh>
    23 #include "CmmfDummyTestControllerUIDs.hrh"
    24 
    25 
    26 
    27 RESOURCE REGISTRY_INFO theinfo //Any name can be used for the resource.
    28     {
    29     dll_uid = KMmfDummyTestControllerDllUid; //The DLL's 3rd UID.
    30     interfaces = 
    31         {
    32         INTERFACE_INFO
    33             {
    34             interface_uid = KMmfUidPluginInterfaceController; //ECOM UID for a Transport Adapter plug-in
    35             implementations = 
    36                 {
    37                 // This DLL contains only a single adapter implementation.
    38                 IMPLEMENTATION_INFO
    39                     {
    40                     implementation_uid = KMmfDummyTestControllerUid; //UID for this Adapter
    41                              // Same value as in implementation table.
    42                     version_no = 1;
    43                     display_name = "CMMFDummyTestController"; //Human readable string for UI purposes.
    44 					default_data = "?";
    45 					opaque_data = "<s>TSU<u>wyxz<u>rtsp<u>xxxx<i>0x10273825<d>"; //<i>0x101F7D8D<p>0x101F7D8E<a>5000000";
    46                     }
    47                 };
    48             }
    49 		};
    50 	}