|
1 // Copyright (c) 2005-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 // Unit test resource inforamtion |
|
15 // Pairs to tu_xmlromparserplugins.mmp. |
|
16 // |
|
17 // |
|
18 |
|
19 #include <ecom/registryinfo.rh> |
|
20 |
|
21 RESOURCE REGISTRY_INFO validatorInfo |
|
22 { |
|
23 dll_uid = 0x10273869; |
|
24 interfaces = |
|
25 { |
|
26 INTERFACE_INFO |
|
27 { |
|
28 interface_uid = 0x10273867; |
|
29 implementations = |
|
30 { |
|
31 IMPLEMENTATION_INFO |
|
32 { |
|
33 implementation_uid = 0x10273875; |
|
34 version_no = 1; |
|
35 display_name = "Xml Test Parser 6"; |
|
36 default_data = "text/xml"; |
|
37 opaque_data = "Symbian"; |
|
38 }, |
|
39 |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = 0x10273876; |
|
43 version_no = 1; |
|
44 display_name = "Xml Test Parser 7"; |
|
45 default_data = "text/wbxml||text/xml"; |
|
46 opaque_data = "Symbian Advanced"; |
|
47 }, |
|
48 |
|
49 IMPLEMENTATION_INFO |
|
50 { |
|
51 implementation_uid = 0x10273877; |
|
52 version_no = 1; |
|
53 display_name = "Xml Test Parser 8"; |
|
54 default_data = "text/xml"; |
|
55 opaque_data = "External"; |
|
56 }, |
|
57 |
|
58 IMPLEMENTATION_INFO |
|
59 { |
|
60 implementation_uid = 0x10273878; |
|
61 version_no = 1; |
|
62 display_name = "Xml Test Parser 9"; |
|
63 default_data = "text/wbxml"; |
|
64 opaque_data = "External"; |
|
65 }, |
|
66 |
|
67 IMPLEMENTATION_INFO |
|
68 { |
|
69 implementation_uid = 0x10273879; |
|
70 version_no = 1; |
|
71 display_name = "Xml Test Parser 10"; |
|
72 default_data = "text/xml||text/wbxml"; |
|
73 opaque_data = "External||External V1"; |
|
74 } |
|
75 }; |
|
76 } |
|
77 }; |
|
78 } |
|
79 |
|
80 |
|
81 |