19
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 to map implementation during ECom Discovery.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <eikon.rh>
|
|
20 |
#include <liwcommon.hrh>
|
|
21 |
#include "ecom/registryinfov2.rh"
|
|
22 |
#include "landmarkprovider.rls"
|
|
23 |
|
|
24 |
|
|
25 |
RESOURCE REGISTRY_INFO theInfo
|
|
26 |
{
|
|
27 |
resource_format_version = RESOURCE_FORMAT_VERSION_2;
|
|
28 |
dll_uid = 0x102833A9;
|
|
29 |
interfaces =
|
|
30 |
{
|
|
31 |
INTERFACE_INFO
|
|
32 |
{
|
|
33 |
// Base service class
|
|
34 |
interface_uid = KLiwClassBase;
|
|
35 |
implementations =
|
|
36 |
{
|
|
37 |
IMPLEMENTATION_INFO
|
|
38 |
{
|
|
39 |
implementation_uid = 0x10282CF6;
|
|
40 |
version_no = 1;
|
|
41 |
display_name = STRING_landmarkprovider_service_name_string;
|
|
42 |
default_data = STRING_landmarkprovider_default_data_string;
|
|
43 |
opaque_data = STRING_landmarkprovider_opaque_data_string STRING_landmarkprovider_capability_meta_data_seperator_string STRING_landmarkprovider_capability_meta_data_string;
|
|
44 |
}
|
|
45 |
};
|
|
46 |
}
|
|
47 |
};
|
|
48 |
}
|