| branch | RCL_3 |
| changeset 50 | 948c7f65f6d4 |
| parent 0 | 40261b775718 |
| 49:735348f59235 | 50:948c7f65f6d4 |
|---|---|
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 ICO 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 |
|
26 RESOURCE REGISTRY_INFO theInfo |
|
27 { |
|
28 dll_uid = KICOCodecDllUidValue; |
|
29 interfaces = |
|
30 { |
|
31 INTERFACE_INFO |
|
32 { |
|
33 interface_uid = KDecoderInterfaceUidValue; |
|
34 implementations = |
|
35 { |
|
36 BINARY_IMPLEMENTATION_INFO |
|
37 { |
|
38 implementation_uid = KICODecoderImplementationUidValue; |
|
39 version_no = 1; |
|
40 display_name = "ICO"; |
|
41 default_data = {0x00, 0x00, 0x01, 0x00}; |
|
42 opaque_data = {2, 0, 0, 0x10, 0x1F, 0x45, 0xD5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0x2E, 0x69, 0x63, 0x6F, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F,0x69, 0x63, 0x6F, 0x0D, 2, 0x10, 0x27, 0x37, 0xFB, 0x10, 0x27, 0x38, 0x10}; |
|
43 // 2 0x0000 0x101F45D5 0x00000000 0x00000000 1 .ico 1 image/ico 2 KSwCodecUidValue KDecodeToReducedSizeSupportUidValue |
|
44 } |
|
45 }; |
|
46 } |
|
47 }; |
|
48 } |
|
49 |