imagingandcamerafws/imaginginttest/Codecs/PPM2/101F45F2.rss
changeset 0 40261b775718
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imagingandcamerafws/imaginginttest/Codecs/PPM2/101F45F2.rss	Tue Feb 02 01:56:55 2010 +0200
@@ -0,0 +1,68 @@
+// 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 PPM example 2
+// 
+//
+
+#include <ecom/registryinfo.rh>
+#include "PPM2Uids.hrh"
+#include <icl/icl_uids.hrh>		// for KDecoderInterfaceUidValue, etc
+#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
+#include <icl/icl_uids_const.hrh>
+#include <icl/icl_uids_def.hrh>
+#endif
+
+#define CR 0x0D
+
+RESOURCE REGISTRY_INFO theInfo
+	{
+	dll_uid = KPpm2DecoderDllUidValue;
+	interfaces = 
+		{
+		INTERFACE_INFO
+			{
+			interface_uid = KDecoderInterfaceUidValue;
+			implementations = 
+				{
+				BINARY_IMPLEMENTATION_INFO
+					{
+					implementation_uid = KPpm2DecoderImplementationUidValue;
+					version_no = 1;
+					display_name = "PPM";
+					default_data = {0x50, 0x3F}; // "P?" - internally will match P3 and P6
+					opaque_data = {0x01, 0x00, 0x02, 0x10, 0x1F, 0x45, 0xF7, 0, 0, 0, 0, 1, 0x2E, 0x70, 0x70, 0x6D, CR, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x70, 0x6F, 0x72, 0x74, 0x61, 0x62, 0x6C, 0x65, 0x2D, 0x70, 0x69, 0x78, 0x6D, 0x61, 0x70, CR};
+					// 1 0x0002 0x101F45F7 0x00000000 1 .ppm 1 image/x-portable-pixmap
+					}
+				};
+			},
+		INTERFACE_INFO
+			{
+			interface_uid = KEncoderInterfaceUidValue;
+			implementations = 
+				{
+				BINARY_IMPLEMENTATION_INFO
+					{
+					implementation_uid = KPpm2EncoderImplementationUidValue;
+					version_no = 1;
+					display_name = "PPM";
+					default_data = {0x3F}; // "?" - Won't match
+					opaque_data = {0x00, 0x10, 0x1F, 0x45, 0xF7, 0, 0, 0, 0, 1, 0x2E, 0x70, 0x70, 0x6D, CR, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x70, 0x6F, 0x72, 0x74, 0x61, 0x62, 0x6C, 0x65, 0x2D, 0x70, 0x69, 0x78, 0x6D, 0x61, 0x70, CR};
+					// 0 0x101F45F7 0x00000000 1 .ppm 1 image/x-portable-pixmap
+					}
+				};
+			}
+		};
+	}
+
+