1 /* |
|
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Registry file for the SVG Decoder Implementation |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <registryinfo.rh> |
|
20 #include <icl/icl_uids.hrh> |
|
21 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
22 #include <icl/icl_uids_def.hrh> |
|
23 #endif |
|
24 |
|
25 #include "SVGImageCodecUIDs.hrh" |
|
26 |
|
27 // RESOURCE DEFINITIONS |
|
28 // ----------------------------------------------------------------------------- |
|
29 // |
|
30 // theInfo |
|
31 // Specifies the svg interface definition information |
|
32 // |
|
33 // ----------------------------------------------------------------------------- |
|
34 // |
|
35 RESOURCE REGISTRY_INFO theInfo |
|
36 { |
|
37 dll_uid = KSVGCodecDllUidValue; |
|
38 interfaces = |
|
39 { |
|
40 INTERFACE_INFO |
|
41 { |
|
42 interface_uid = KDecoderInterfaceUidValue; |
|
43 implementations = |
|
44 { |
|
45 BINARY_IMPLEMENTATION_INFO |
|
46 { |
|
47 implementation_uid = KSVGDecoderImplementationUidValue; |
|
48 version_no = 1; |
|
49 display_name = "SVG"; |
|
50 default_data = {0x3C, 0x73, 0x76}; // "<SV" |
|
51 opaque_data = {0, 0x10, 0x20, 0x73, 0xE7, 0, 0, 0, 0, 1, 0x2E, 0x73, 0x76, 0x67, 0x0D, 1, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x73, 0x76, 0x67, 0x0D}; |
|
52 // 0 0x102073E7 0x00000000 1 .svg 1 image/svg |
|
53 } |
|
54 }; |
|
55 } |
|
56 }; |
|
57 } |
|
58 |
|