equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2009 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: Resource file for LAWMO DM Adapter. |
|
15 * |
|
16 */ |
|
17 |
|
18 // INCLUDES |
|
19 #include <registryinfo.rh> |
|
20 #include <nsmldmconstants.h> |
|
21 |
|
22 // CONSTANTS |
|
23 |
|
24 // MACROS |
|
25 |
|
26 // RESOURCE DEFINITIONS |
|
27 |
|
28 //----------------------------------------------------------------------------- |
|
29 // |
|
30 // theInfo |
|
31 // - |
|
32 // |
|
33 //----------------------------------------------------------------------------- |
|
34 // |
|
35 RESOURCE REGISTRY_INFO theRegistryInfo |
|
36 { |
|
37 dll_uid = 0x2002EA22; // The DLL's 3rd UID. |
|
38 interfaces = |
|
39 { |
|
40 INTERFACE_INFO |
|
41 { |
|
42 interface_uid = KNSmlDMInterfaceUid; // DM interface UID |
|
43 implementations = |
|
44 { |
|
45 IMPLEMENTATION_INFO |
|
46 { |
|
47 implementation_uid = 0x2002EA23; |
|
48 version_no = 1; |
|
49 display_name = "LAWMO DM Adapter"; |
|
50 default_data = ""; |
|
51 opaque_data = ""; |
|
52 } |
|
53 }; |
|
54 } |
|
55 }; |
|
56 } |
|
57 |
|
58 // End Of File |
|