networkprotocolmodules/networkprotocolmodule/LbsProtocolModule/group/lbsprotocolmodule.rss
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 // |
|
15 |
|
16 #include "ecom/registryinfov2.rh" |
|
17 |
|
18 RESOURCE REGISTRY_INFO theInfo |
|
19 { |
|
20 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
21 dll_uid = 0x10281D6F; |
|
22 interfaces = |
|
23 { |
|
24 INTERFACE_INFO |
|
25 { |
|
26 // UID of interface that is implemented |
|
27 interface_uid = 0x10281D4A; |
|
28 implementations = |
|
29 { |
|
30 IMPLEMENTATION_INFO |
|
31 { |
|
32 // UID of this interface implementation |
|
33 implementation_uid = 0x10281D70; |
|
34 version_no = 1; |
|
35 display_name = "LBS Test Protocol Module"; |
|
36 default_data = ""; |
|
37 opaque_data = ""; |
|
38 rom_only = 0; |
|
39 } |
|
40 }; |
|
41 } |
|
42 }; |
|
43 } |
|
44 |