equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1027 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 #include <ecom/RegistryInfo.rh> |
|
26 |
|
27 // RESOURCE DEFINITIONS |
|
28 RESOURCE REGISTRY_INFO theInfo |
|
29 { |
|
30 // UID for the DLL |
|
31 dll_uid = 0x101F974D; |
|
32 // Declare array of interface info |
|
33 interfaces = |
|
34 { |
|
35 INTERFACE_INFO |
|
36 { |
|
37 // UID of interface that is implemented |
|
38 interface_uid = 0x101F9749; |
|
39 implementations = |
|
40 { |
|
41 // Info for HTTP Channel Transport plugin |
|
42 IMPLEMENTATION_INFO |
|
43 { |
|
44 implementation_uid = 0x101F974A; |
|
45 version_no = 1; |
|
46 display_name = "Sen HTTP Channel Transport plug-in"; |
|
47 default_data = "com.nokia.wsf.transport.plugin.httpchannel"; |
|
48 opaque_data = ""; |
|
49 } |
|
50 }; |
|
51 } |
|
52 }; |
|
53 } |
|
54 |
|
55 // End of File |