os/mm/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/ts_testterminationcontroller/102833fd.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // Filename: 102833fd.rss - Must match dll_uid.
    15 // The Test Termination Controller resource file
    16 // 
    17 //
    18 
    19 #include <ecom/registryinfo.rh>
    20 #include <mmfplugininterfaceuids.hrh>
    21 #include "cmmftestterminationcontrolleruids.hrh"
    22 
    23 
    24 
    25 RESOURCE REGISTRY_INFO theinfo //Any name can be used for the resource.
    26     {
    27     dll_uid = KMmfTestTerminationControllerDllUid; //The DLL's 3rd UID.
    28     interfaces = 
    29         {
    30         INTERFACE_INFO
    31             {
    32             interface_uid = KMmfUidPluginInterfaceController; //ECOM UID for a Transport Adapter plug-in
    33             implementations = 
    34                 {
    35                 // This DLL contains only a single adapter implementation.
    36                 IMPLEMENTATION_INFO
    37                     {
    38                     implementation_uid = KMmfTestTerminationControllerUid; //UID for this Adapter
    39                              // Same value as in implementation table.
    40                     version_no = 1;
    41                     display_name = "CMMFTestTerminationController"; //Human readable string for UI purposes.
    42 					default_data = "?";
    43 					opaque_data = "<s>TSU<u>wyxz<u>rtsp<u>xxxx<i>0x102833FC"; //<i>0x101F7D8D<p>0x101F7D8E<a>5000000";
    44                     }
    45                 };
    46             }
    47 		};
    48 	}