|
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 GIF Bitmap Decoder Implementation |
|
15 // Licensed under US Patent No 4,558,302 and foreign counterparts |
|
16 // |
|
17 // |
|
18 |
|
19 |
|
20 #include <ecom/registryinfo.rh> |
|
21 #include <icl/icl_uids.hrh> |
|
22 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
23 #include <icl/icl_uids_const.hrh> |
|
24 #include <icl/icl_uids_def.hrh> |
|
25 #endif |
|
26 |
|
27 RESOURCE REGISTRY_INFO theInfo |
|
28 { |
|
29 dll_uid = KGIFCodecDllUidValue; |
|
30 interfaces = |
|
31 { |
|
32 INTERFACE_INFO |
|
33 { |
|
34 interface_uid = KDecoderInterfaceUidValue; |
|
35 implementations = |
|
36 { |
|
37 BINARY_IMPLEMENTATION_INFO |
|
38 { |
|
39 implementation_uid = KGIFDecoderImplementationUidValue; |
|
40 version_no = 1; |
|
41 display_name = "GIF"; |
|
42 default_data = {0x47, 0x49, 0x46, 0x38, 0x3F, 0x61}; // "GIF8?a" |
|
43 opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xB3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x67, 0x69, 0x66, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x67, 0x69, 0x66, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
44 // 2 0x0000 0x101F45B3 0x00000000 0x00000000 1 .gif 1 image/gif 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue |
|
45 } |
|
46 }; |
|
47 }, |
|
48 |
|
49 INTERFACE_INFO |
|
50 { |
|
51 interface_uid = KEncoderInterfaceUidValue; |
|
52 implementations = |
|
53 { |
|
54 BINARY_IMPLEMENTATION_INFO |
|
55 { |
|
56 implementation_uid = KGIFEncoderImplementationUidValue; |
|
57 version_no = 1; |
|
58 display_name = "GIF"; |
|
59 default_data = {0x3F}; // "?" - Won't match |
|
60 opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xB3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x67, 0x69, 0x66, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x67, 0x69, 0x66, 0x0D, 1, 0x10, 0x27, 0x37, 0xFB }; |
|
61 // 2 0x0000 0x101F45B3 0x00000000 0x00000000 1 .gif 1 image/gif 1 KSwCodecUidValue |
|
62 } |
|
63 }; |
|
64 } |
|
65 |
|
66 }; |
|
67 } |