equal
deleted
inserted
replaced
|
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 WSP Transport Handler, NWSS Wap Stack Bindings DLL |
|
15 // Interfaces : CWspTransportHandler |
|
16 // |
|
17 // |
|
18 |
|
19 #include "1000a44b.rls" |
|
20 #include <ecom/registryinfo.rh> |
|
21 |
|
22 RESOURCE REGISTRY_INFO theInfo |
|
23 { |
|
24 // WSPTRHNDSTUB.DLL UID |
|
25 dll_uid = 0x1000A44B; |
|
26 interfaces = |
|
27 { |
|
28 INTERFACE_INFO |
|
29 { |
|
30 // CWspTransportHandler UID |
|
31 interface_uid = 0x101F4482; |
|
32 implementations = |
|
33 { |
|
34 IMPLEMENTATION_INFO |
|
35 { |
|
36 // CNwssWspTransportHandler UID |
|
37 implementation_uid = 0x1000A450; |
|
38 version_no = 1; |
|
39 display_name = STRING_theInfo1; |
|
40 default_data = "wsp-transport-handler"; |
|
41 opaque_data = STRING_theInfo3; |
|
42 } |
|
43 }; |
|
44 } |
|
45 }; |
|
46 } |
|
47 |