| changeset 0 | 40261b775718 |
| -1:000000000000 | 0:40261b775718 |
|---|---|
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 BMP 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 = KBMPCodecDllUidValue; |
|
28 interfaces = |
|
29 { |
|
30 INTERFACE_INFO |
|
31 { |
|
32 interface_uid = KDecoderInterfaceUidValue; |
|
33 implementations = |
|
34 { |
|
35 BINARY_IMPLEMENTATION_INFO |
|
36 { |
|
37 implementation_uid = KBMPDecoderImplementationUidValue; |
|
38 version_no = 1; |
|
39 display_name = "BMP"; |
|
40 default_data = {0x42, 0x4D}; // "BM" |
|
41 opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xB0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x62, 0x6D, 0x70, 0x0D, 3, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x62, 0x6D, 0x70, 0x0D, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x62, 0x6D, 0x70, 0x0D, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x4D, 0x53, 0x2D, 0x62, 0x6D, 0x70, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
42 // 2 0x0000 0x101F45B0 0x00000000 0x00000000 1 .bmp 3 image/bmp image/x-MS-bmp image/x-bmp 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue |
|
43 } |
|
44 }; |
|
45 }, |
|
46 |
|
47 INTERFACE_INFO |
|
48 { |
|
49 interface_uid = KEncoderInterfaceUidValue; |
|
50 implementations = |
|
51 { |
|
52 BINARY_IMPLEMENTATION_INFO |
|
53 { |
|
54 implementation_uid = KBMPEncoderImplementationUidValue; |
|
55 version_no = 1; |
|
56 display_name = "BMP"; |
|
57 default_data = {0x3F}; // "?" - Won't match |
|
58 opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xB0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x62, 0x6D, 0x70, 0x0D, 3, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x62, 0x6D, 0x70, 0x0D, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x62, 0x6D, 0x70, 0x0D, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x4D, 0x53, 0x2D, 0x62, 0x6D, 0x70, 0x0D, 1, 0x10, 0x27, 0x37, 0xFB}; |
|
59 // 2 0x0000 0x101F45B0 0x00000000 0x00000000 1 .bmp 3 image/bmp image/x-MS-bmp image/x-bmp 1 KSwCodecUidValue |
|
60 } |
|
61 }; |
|
62 } |
|
63 }; |
|
64 } |
|
65 |