os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/TestDevice/101F9F50.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2004-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 #include <ecom/registryinfo.rh>
    17 #include <mmfplugininterfaceuids.hrh>
    18 #include "TSU_MMF_DEVSOUND_TESTDEVICE_ImplementationUID.hrh"
    19 
    20 RESOURCE REGISTRY_INFO theInfo
    21 	{
    22 	dll_uid = 0x101F9F50;
    23 	interfaces = 
    24 		{
    25 		INTERFACE_INFO
    26 			{
    27 			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
    28 			implementations = 
    29 				{
    30 				IMPLEMENTATION_INFO
    31 					{
    32 					implementation_uid = KMmfUidTestHwDevice;
    33 					version_no = 1;
    34 					display_name = "Test Hw Device||Copyright  2004 Symbian Ltd. All Rights Reserved.||";
    35 					default_data = "TEST, P16" ; // four CC codes
    36 					opaque_data = "";
    37 					},
    38 
    39 					IMPLEMENTATION_INFO
    40 					{
    41 					implementation_uid = 0x102834C3;
    42 					version_no = 1;
    43 					display_name = "DevSound test HwDevice1||Copyright  2008 Symbian Ltd. All Rights Reserved.||";
    44 					default_data = "PTST, P16" ; // four CC codes
    45 					opaque_data = "";
    46 					},
    47 					IMPLEMENTATION_INFO
    48 					{
    49 					implementation_uid = 0x102834C4;
    50 					version_no = 1;
    51 					display_name = "DevSound test HwDevice2||Copyright  2008 Symbian Ltd. All Rights Reserved.||";
    52 					default_data = "PTST, P16" ; // four CC codes
    53 					opaque_data = "";
    54 					},
    55 					IMPLEMENTATION_INFO
    56 					{
    57 					implementation_uid = 0x102834C5;
    58 					version_no = 1;
    59 					display_name = "DevSound test HwDevice3||Copyright  2008 Symbian Ltd. All Rights Reserved.||";
    60 					default_data = "PTST, P16" ; // four CC codes
    61 					opaque_data = "";
    62 					}					
    63 
    64 				};
    65 			}
    66 		};
    67 	}
    68