|
1 // Copyright (c) 1997-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 WAP Messaging API, 8.0 WAP Stack bindings DLL |
|
15 // Interfaces : MWapBoundDatagramService, MWapFullySpecDatagramService, |
|
16 // MWapBoundCLPushService, MWapFullySpecCLPushService, |
|
17 // MWapBoundCLWSPService, MWapFullySpecCLWSPService, |
|
18 // |
|
19 // |
|
20 |
|
21 #include <ecom/registryinfo.rh> |
|
22 |
|
23 RESOURCE REGISTRY_INFO theInfo |
|
24 { |
|
25 // KUidWapMsg |
|
26 dll_uid = 0x101FBB36; |
|
27 interfaces = |
|
28 { |
|
29 INTERFACE_INFO |
|
30 { |
|
31 // KUidBoundWDPInterface - MWapBoundDatagramService UID |
|
32 interface_uid = 0x101F4471; |
|
33 implementations = |
|
34 { |
|
35 IMPLEMENTATION_INFO |
|
36 { |
|
37 // KUidSWSBoundWDPService - CSWSWapBoundWDPService UID |
|
38 implementation_uid = 0x101FBB37; |
|
39 version_no = 1; |
|
40 display_name = "CSSWapBoundWDPService"; |
|
41 default_data = "swswdp/bound"; |
|
42 opaque_data = ""; |
|
43 } |
|
44 }; |
|
45 }, |
|
46 INTERFACE_INFO |
|
47 { |
|
48 // KUidFullySpecWDPInterface - MWapFullySpecDatagramService UID |
|
49 interface_uid = 0x101F4473; |
|
50 implementations = |
|
51 { |
|
52 IMPLEMENTATION_INFO |
|
53 { |
|
54 // KUidSWSFullySpecWDPService - CSWSWapFullySpecWDPService UID |
|
55 implementation_uid = 0x101FBB38; |
|
56 version_no = 1; |
|
57 display_name = "CSWSWapFullySpecWDPService"; |
|
58 default_data = "swswdp/fullyspec"; |
|
59 opaque_data = ""; |
|
60 } |
|
61 }; |
|
62 }, |
|
63 INTERFACE_INFO |
|
64 { |
|
65 // KUidBoundCLPushInterface - MWapBoundCLPushService UID |
|
66 interface_uid = 0x101F4475; |
|
67 implementations = |
|
68 { |
|
69 IMPLEMENTATION_INFO |
|
70 { |
|
71 // KUidSWSBoundCLPushService - CSWSWapBoundCLPushService UID |
|
72 implementation_uid = 0x101FBB39; |
|
73 version_no = 1; |
|
74 display_name = "CSWSWapBoundCLPushService"; |
|
75 default_data = "swsclpush/bound"; |
|
76 opaque_data = ""; |
|
77 } |
|
78 }; |
|
79 }, |
|
80 INTERFACE_INFO |
|
81 { |
|
82 // KUidFullySpecCLPushInterface - MWapFullySpecCLPushService UID |
|
83 interface_uid = 0x101F4477; |
|
84 implementations = |
|
85 { |
|
86 IMPLEMENTATION_INFO |
|
87 { |
|
88 // KUidSWSFullySpecCLPushService - CSWSWapFullySpecCLPushService UID |
|
89 implementation_uid = 0x101FBB3A; |
|
90 version_no = 1; |
|
91 display_name = "CSWSWapFullySpecCLPushService"; |
|
92 default_data = "swsclpush/fullyspec"; |
|
93 opaque_data = ""; |
|
94 } |
|
95 }; |
|
96 }, |
|
97 INTERFACE_INFO |
|
98 { |
|
99 // KUidBoundCLWSPInterface - MWapBoundCLWSPService UID |
|
100 interface_uid = 0x101FBB3B; |
|
101 implementations = |
|
102 { |
|
103 IMPLEMENTATION_INFO |
|
104 { |
|
105 // KUidSWSBoundCLWSPService - CSWSWapBoundCLService UID |
|
106 implementation_uid = 0x101FBB3C; |
|
107 version_no = 1; |
|
108 display_name = "CSWSWapBoundCLWSPService"; |
|
109 default_data = "swsclwsp/bound"; |
|
110 opaque_data = ""; |
|
111 } |
|
112 }; |
|
113 }, |
|
114 INTERFACE_INFO |
|
115 { |
|
116 // KUidFullySpecCLWSPInterface - MWapFullySpecCLWSPService UID |
|
117 interface_uid = 0x101FBB3D; |
|
118 implementations = |
|
119 { |
|
120 IMPLEMENTATION_INFO |
|
121 { |
|
122 // KUidSWSFullySpecCLWSPService - CSWSWapFullySpecCLWSPService UID |
|
123 implementation_uid = 0x101FBB3E; |
|
124 version_no = 1; |
|
125 display_name = "CSWSWapFullySpecCLWSPService"; |
|
126 default_data = "swsclwsp/fullyspec"; |
|
127 opaque_data = ""; |
|
128 } |
|
129 }; |
|
130 } |
|
131 }; |
|
132 } |
|
133 |