|
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 MBM 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 = KMBMCodecDllUidValue; |
|
28 interfaces = |
|
29 { |
|
30 INTERFACE_INFO |
|
31 { |
|
32 interface_uid = KDecoderInterfaceUidValue; |
|
33 implementations = |
|
34 { |
|
35 BINARY_IMPLEMENTATION_INFO |
|
36 { |
|
37 implementation_uid = KMBMDecoderImplementationUidValue; |
|
38 version_no = 1; |
|
39 display_name = "MBM"; |
|
40 default_data = {0x37, 0x0, 0x0, 0x10, 0x42, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x39, 0x64, 0x39, 0x47}; |
|
41 opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xCC, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x6D, 0x62, 0x6D, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x65, 0x70, 0x6F, 0x63, 0x2D, 0x6D, 0x62, 0x6D, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
42 // 2 0x0000 0x101F45CC 0x00000000 0x00000000 1 .mbm 1 image/x-epoc-mbm 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 = KMBMEncoderImplementationUidValue; |
|
55 version_no = 1; |
|
56 display_name = "MBM"; |
|
57 default_data = {0x3F}; // "?" - Won't match |
|
58 opaque_data = { 2, 0, 0, |
|
59 0x10, 0x1F, 0x45, 0xCC, |
|
60 0, 0, 0, 0, |
|
61 0, 0, 0, 0, |
|
62 1, |
|
63 0x2E, 0x6D, 0x62, 0x6D, 0x0D, // .mbm |
|
64 1, |
|
65 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x78, 0x2D, 0x65, 0x70, 0x6F, 0x63, 0x2D, 0x6D, 0x62, 0x6D, 0x0D, // image/x-epoc-mbm |
|
66 2, |
|
67 0x10, 0x27, 0x37, 0xFB, // KSwCodecUidValue |
|
68 0x10, 0x28, 0x5D, 0x1B // KUidAlphaChannelEncodeSupported |
|
69 }; |
|
70 } |
|
71 }; |
|
72 } |
|
73 }; |
|
74 } |
|
75 |