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: Implementation of dm adapters |
|
15 * This is part of omadmextensions. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 CHARACTER_SET UTF8 |
|
21 |
|
22 /* |
|
23 * ============================================================================ |
|
24 * Name : 101f6de9.rss |
|
25 * Part of : SyncMl |
|
26 * Origin : SyncML Phase 2 |
|
27 * Created : 06.03.2003 |
|
28 * Implementation notes: |
|
29 * |
|
30 * Version : 0.1 |
|
31 * $Revision: 2 $, $Modtime: 10.05.05 11:04 $ by $Author: Kollasep $ |
|
32 * --------------------------------------------------------------------------- |
|
33 * Version history: |
|
34 * Template version: 1.02, 21.6.2000 by maparnan |
|
35 * <ccm_history> |
|
36 * </ccm_history> |
|
37 * ============================================================================ |
|
38 */ |
|
39 |
|
40 |
|
41 |
|
42 #include <registryinfo.rh> |
|
43 #include <nsmldmconstants.h> |
|
44 |
|
45 RESOURCE REGISTRY_INFO theRegistryInfo |
|
46 { |
|
47 dll_uid = 0x101F6DE9; //The DLL's 3rd UID. |
|
48 interfaces = |
|
49 { |
|
50 INTERFACE_INFO |
|
51 { |
|
52 interface_uid = KNSmlDMInterfaceUid; // DM interface UID |
|
53 implementations = |
|
54 { |
|
55 IMPLEMENTATION_INFO |
|
56 { |
|
57 implementation_uid = 0x101F6DEF; // DM devdetail implementation UID |
|
58 version_no = 1; |
|
59 display_name = ""; |
|
60 default_data = ""; |
|
61 opaque_data = ""; |
|
62 } |
|
63 }; |
|
64 } |
|
65 }; |
|
66 } |
|