|
1 // 10272E5B.RSS |
|
2 |
|
3 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 // All rights reserved. |
|
5 // This component and the accompanying materials are made available |
|
6 // under the terms of "Eclipse Public License v1.0" |
|
7 // which accompanies this distribution, and is available |
|
8 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 // |
|
10 // Initial Contributors: |
|
11 // Nokia Corporation - initial contribution. |
|
12 // |
|
13 // Contributors: |
|
14 // |
|
15 // Description: |
|
16 // Registry file for the Client Codec plugin |
|
17 // |
|
18 // |
|
19 |
|
20 |
|
21 #include <ecom/registryinfo.rh> |
|
22 #include "10272E5B.rls" |
|
23 |
|
24 // Declares info for three implementations |
|
25 RESOURCE REGISTRY_INFO theInfo |
|
26 { |
|
27 // UID for the DLL |
|
28 dll_uid = 0x10272E5B; |
|
29 // Declare array of interface info |
|
30 interfaces = |
|
31 { |
|
32 INTERFACE_INFO |
|
33 { |
|
34 // UID of interface that is implemented |
|
35 interface_uid = 0x10272E5C; |
|
36 implementations = |
|
37 { |
|
38 IMPLEMENTATION_INFO |
|
39 { |
|
40 implementation_uid = 0x10272E5D; |
|
41 version_no = 1; |
|
42 display_name = STRING_theInfo1; |
|
43 default_data = "HTTP/client"; |
|
44 opaque_data = ""; |
|
45 }, |
|
46 IMPLEMENTATION_INFO |
|
47 { |
|
48 implementation_uid = 0x10272E5E; |
|
49 version_no = 1; |
|
50 display_name = STRING_theInfo2; |
|
51 default_data = "HTTP/*||HTTP/general"; |
|
52 opaque_data = ""; |
|
53 }, |
|
54 IMPLEMENTATION_INFO |
|
55 { |
|
56 implementation_uid = 0x10272E5F; |
|
57 version_no = 1; |
|
58 display_name = STRING_theInfo3; |
|
59 default_data = "HTTP"; |
|
60 opaque_data = ""; |
|
61 }, |
|
62 IMPLEMENTATION_INFO |
|
63 { |
|
64 implementation_uid = 0x10272E62; |
|
65 version_no = 1; |
|
66 display_name = STRING_theInfo1; |
|
67 default_data = "HTTP/server"; |
|
68 opaque_data = ""; |
|
69 } |
|
70 }; |
|
71 } |
|
72 }; |
|
73 } |
|
74 |