equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2006 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 "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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // INCLUDES |
|
20 #include <ecom/registryinfov2.rh> |
|
21 |
|
22 |
|
23 // RESOURCE DEFINITIONS |
|
24 // ----------------------------------------------------------------------------- |
|
25 // |
|
26 // ?resource_name |
|
27 // |
|
28 // |
|
29 // ----------------------------------------------------------------------------- |
|
30 // |
|
31 RESOURCE REGISTRY_INFO registry_info |
|
32 { |
|
33 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
34 // UID for the DLL |
|
35 dll_uid = 0x102750F7; |
|
36 |
|
37 // Interface info array |
|
38 interfaces = |
|
39 { |
|
40 INTERFACE_INFO |
|
41 { |
|
42 // UID of the implemented interface |
|
43 interface_uid = 0x102750ED; |
|
44 |
|
45 implementations = |
|
46 { |
|
47 IMPLEMENTATION_INFO |
|
48 { |
|
49 implementation_uid = 0x102750F8; |
|
50 version_no = 1; |
|
51 display_name = "DeviceStatus"; |
|
52 default_data = ""; |
|
53 opaque_data = ""; |
|
54 rom_only = 1; |
|
55 } |
|
56 }; |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 // End of File. |