imaging/imagingunittest/testcodec/src/101F7C03.rss
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2001-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 // Registry file for the Test codec
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include "TestUids.hrh"
       
    20 
       
    21 #define CR 0x0D
       
    22 
       
    23 RESOURCE REGISTRY_INFO theInfo
       
    24 	{
       
    25 	dll_uid = KExtendedTestDecoderDllUidValue;
       
    26 	interfaces = 
       
    27 		{
       
    28 		INTERFACE_INFO
       
    29 			{
       
    30 			interface_uid = 0x101F45AD;
       
    31 			implementations = 
       
    32 				{
       
    33 				BINARY_IMPLEMENTATION_INFO
       
    34 					{
       
    35 					implementation_uid = KExtendedTestDecoderImplementationUidValue;
       
    36 					version_no = 1;
       
    37 					display_name = "TST";
       
    38 					default_data = {0x54, 0x53, 0x3F}; // "TS?"
       
    39 					opaque_data = {0, 0x10, 0x1F, 0x7B, 0xF7, 0x10, 0x1F, 0x7B, 0xF8, 1, 0x2E, 0x74, 0x73, 0x74, CR, 2, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x74, 0x73, 0x74, CR, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x74, 0x65, 0x73, 0x74, CR};
       
    40 					// 0 0x101F7BF7 0x101F7BF8 1 .tst 2 image/tst image/test
       
    41 					}
       
    42 				};
       
    43 			},
       
    44 		INTERFACE_INFO
       
    45 			{
       
    46 			interface_uid = 0x101F45B4;
       
    47 			implementations = 
       
    48 				{
       
    49 				BINARY_IMPLEMENTATION_INFO
       
    50 					{
       
    51 					implementation_uid = KExtendedTestEncoderImplementationUidValue;
       
    52 					version_no = 1;
       
    53 					display_name = "TST";
       
    54 					default_data = {0x54, 0x53, 0x54, 0x3F}; // "TST?"
       
    55 					opaque_data = {0, 0x10, 0x1F, 0x7B, 0xF7, 0x10, 0x1F, 0x7B, 0xF8, 1, 0x2E, 0x74, 0x73, 0x74, CR, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x74, 0x65, 0x73, 0x74, CR};
       
    56 					// 0 0x101F7BF7 0x101F7BF8 1 .tst 1 image/test
       
    57 					}
       
    58 				};
       
    59 			}
       
    60 		};
       
    61 	}
       
    62 
       
    63