author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 24 Sep 2009 12:43:20 +0300 | |
changeset 12 | f4292e0e20df |
parent 11 | 5c0037c72160 |
child 23 | 50974a8b132e |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2007 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 the License "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: Resource file |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include <Eikon.rh> |
|
20 |
#include "ecom/RegistryInfoV2.rh" |
|
21 |
#include <LiwCommon.hrh> |
|
22 |
||
23 |
RESOURCE REGISTRY_INFO theInfo |
|
24 |
{ |
|
25 |
resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
26 |
//dll_uid = 0x015544ab; |
|
27 |
dll_uid = 0x102833ab ; |
|
28 |
interfaces = |
|
29 |
{ |
|
30 |
INTERFACE_INFO |
|
31 |
{ |
|
32 |
// Base service class |
|
33 |
interface_uid = KLiwClassBase; |
|
34 |
implementations = |
|
35 |
{ |
|
36 |
IMPLEMENTATION_INFO |
|
37 |
{ |
|
38 |
//implementation_uid = 0x015544ad; |
|
39 |
implementation_uid = 0x10282CF7; |
|
40 |
version_no = 1; |
|
41 |
display_name = "Location Service Provider"; |
|
42 |
default_data = "Service.Location"; |
|
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
43 |
opaque_data = "ILocation""::" "<meta><cap>LOC</cap><ver>1.1</ver><res>locationprovidername.rsc</res></meta>"; |
5 | 44 |
|
45 |
||
46 |
} |
|
47 |
}; |
|
48 |
} |
|
49 |
}; |
|
50 |
} |