|
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 TIFF Bitmap Decoder Implementation |
|
15 // |
|
16 // |
|
17 |
|
18 #include <ecom/registryinfo.rh> |
|
19 #include <icl/icl_uids.hrh> |
|
20 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
21 #include <icl/icl_uids_const.hrh> |
|
22 #include <icl/icl_uids_def.hrh> |
|
23 #endif |
|
24 |
|
25 RESOURCE REGISTRY_INFO theInfo |
|
26 { |
|
27 dll_uid = KTIFFCodecDllUidValue; |
|
28 interfaces = |
|
29 { |
|
30 INTERFACE_INFO |
|
31 { |
|
32 interface_uid = KDecoderInterfaceUidValue; |
|
33 implementations = |
|
34 { |
|
35 BINARY_IMPLEMENTATION_INFO |
|
36 { |
|
37 implementation_uid = KTIFFDecoderImplementationUidValue; |
|
38 version_no = 1; |
|
39 display_name = "TIFF"; |
|
40 default_data = {0x3F}; // "?" - Won't match |
|
41 opaque_data = {2, 0x00, 0x00, 0x10, 0x1F, 0x45, 0xC4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x74, 0x69, 0x66, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F,0x74, 0x69, 0x66, 0x66, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
42 // 2 0x0000 0x101F45C4 0x00000000 0x00000000 1 .tif 1 image/tiff 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue |
|
43 }, |
|
44 |
|
45 BINARY_IMPLEMENTATION_INFO |
|
46 { |
|
47 implementation_uid = KTIFFDecoderLittleEndianImplementationUidValue; |
|
48 version_no = 1; |
|
49 display_name = "TIFF Little Endian"; |
|
50 default_data = {0x49, 0x49, 0x2A, 0x00}; |
|
51 opaque_data = {2, 0x00, 0x01, 0x10, 0x1F, 0x45, 0xC4, 0x10, 0x1F, 0x45, 0xC5, 0, 0, 0, 0, 1, 0x2E, 0x74, 0x69, 0x66, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F,0x74, 0x69, 0x66, 0x66, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
52 // 2 0x0001 0x101F45C4 0x101F45C5 0x00000000 1 .tif 1 image/tiff 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue |
|
53 }, |
|
54 |
|
55 BINARY_IMPLEMENTATION_INFO |
|
56 { |
|
57 implementation_uid = KTIFFDecoderBigEndianImplementationUidValue; |
|
58 version_no = 1; |
|
59 display_name = "TIFF Big Endian"; |
|
60 default_data = {0x4D, 0x4D, 0x00, 0x2A}; |
|
61 opaque_data = {2, 0x00, 0x01, 0x10, 0x1F, 0x45, 0xC4, 0x10, 0x1F, 0x45, 0xC6, 0, 0, 0, 0, 1, 0x2E, 0x74, 0x69, 0x66, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F,0x74, 0x69, 0x66, 0x66, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
62 // 2 0x0001 0x101F45C4 0x101F45C6 0x00000000 1 .tif 1 image/tiff 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue |
|
63 } |
|
64 |
|
65 |
|
66 }; |
|
67 } |
|
68 }; |
|
69 } |
|
70 |