imaging/imagingunittest/testcodec/src/101F7C03.rss
author hgs
Fri, 22 Oct 2010 10:31:17 +0530
changeset 6 d5507cf6801c
parent 0 5752a19fdefe
permissions -rw-r--r--
201037_01

// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Registry file for the Test codec
// 
//

#include <ecom/registryinfo.rh>
#include "TestUids.hrh"

#define CR 0x0D

RESOURCE REGISTRY_INFO theInfo
	{
	dll_uid = KExtendedTestDecoderDllUidValue;
	interfaces = 
		{
		INTERFACE_INFO
			{
			interface_uid = 0x101F45AD;
			implementations = 
				{
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = KExtendedTestDecoderImplementationUidValue;
					version_no = 1;
					display_name = "TST";
					default_data = {0x54, 0x53, 0x3F}; // "TS?"
					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};
					// 0 0x101F7BF7 0x101F7BF8 1 .tst 2 image/tst image/test
					}
				};
			},
		INTERFACE_INFO
			{
			interface_uid = 0x101F45B4;
			implementations = 
				{
				BINARY_IMPLEMENTATION_INFO
					{
					implementation_uid = KExtendedTestEncoderImplementationUidValue;
					version_no = 1;
					display_name = "TST";
					default_data = {0x54, 0x53, 0x54, 0x3F}; // "TST?"
					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};
					// 0 0x101F7BF7 0x101F7BF8 1 .tst 1 image/test
					}
				};
			}
		};
	}