mmlibs/mmfw/tsrc/mmfunittest/ACOD/TestCodecs/101F76AA.rss
changeset 0 b8ed18f6c07b
child 5 b220a9341636
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 // Copyright (c) 2002-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 <mmfplugininterfaceuids.hrh>
       
    17 #include <ecom/registryinfo.rh>
       
    18 #include "TSU_MMF_ACOD_TestCodecImplementationUIDs.hrh"
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo
       
    21 	{
       
    22 	dll_uid = 0x101F76AA;
       
    23 	interfaces = 
       
    24 		{
       
    25 		INTERFACE_INFO
       
    26 			{
       
    27 			interface_uid = KMmfUidPluginInterfaceCodec ;  // CMMFCodec
       
    28 			implementations = 
       
    29 				{
       
    30 				IMPLEMENTATION_INFO
       
    31 					{
       
    32 					implementation_uid = KMmfUidCodecAAAABBBBTest;
       
    33 					version_no = 1;
       
    34 					display_name = "AAAA ->BBBB Codec||Copyright © 2002 Preferred Supplier Test Codec. All Rights Reserved.||";
       
    35 					default_data = "AAAA,BBBB" ;//four CC codes.
       
    36 					opaque_data = "<s>Preferred Supplier Test Codec 1";
       
    37 					},
       
    38 				IMPLEMENTATION_INFO
       
    39 					{
       
    40 					implementation_uid = KMmfUidCodecAAAABBBBTest2;
       
    41 					version_no = 1;
       
    42 					display_name = "AAAA ->BBBB Codec||Copyright © 2002 Second Test Codec. All Rights Reserved.||";
       
    43 					default_data = "AAAA,BBBB" ;//four CC codes.
       
    44 					opaque_data = "<s>Preferred Supplier Test Codec 2";
       
    45 					}
       
    46 				};
       
    47 			}
       
    48 		};
       
    49 	}
       
    50