5
|
1 |
/*
|
|
2 |
* Copyright (c) 2008 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 for ServiceRegistry SAPI
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <eikon.rh>
|
|
20 |
#include <ecom\registryinfov2.rh>
|
|
21 |
#include <liwcommon.hrh>
|
|
22 |
|
|
23 |
// Declares the interface implementation provided: a custom resolver
|
|
24 |
RESOURCE REGISTRY_INFO theInfo
|
|
25 |
{
|
|
26 |
resource_format_version = RESOURCE_FORMAT_VERSION_2;
|
|
27 |
dll_uid = 0x20022EE4;
|
|
28 |
interfaces =
|
|
29 |
{
|
|
30 |
// [[[ begin generated region: do not modify [Generated Interfaces]
|
|
31 |
INTERFACE_INFO
|
|
32 |
{
|
|
33 |
interface_uid = KLiwClassBase; // Non-UI or base service
|
|
34 |
implementations =
|
|
35 |
{
|
|
36 |
IMPLEMENTATION_INFO
|
|
37 |
{
|
|
38 |
implementation_uid = 0x20022EE5;
|
|
39 |
version_no = 1;
|
|
40 |
display_name = "LIW ServiceRegistry Service";
|
|
41 |
default_data = "Service.ServiceRegistry";
|
|
42 |
opaque_data = "IService" "::" "<meta><cap>RDD</cap><cap>WDD</cap><ver>1.0</ver></meta>";
|
|
43 |
}
|
|
44 |
};
|
|
45 |
}
|
|
46 |
// ]]] end generated region [Generated Interfaces]
|
|
47 |
};
|
|
48 |
}
|
|
49 |
|
|
50 |
// End of File
|