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 definitions for Message management (inbox, etc) |
|
15 * service ECOM plugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <ecom/registryinfo.rh> |
|
22 |
|
23 |
|
24 // RESOURCE DEFINITIONS |
|
25 RESOURCE REGISTRY_INFO theInfo |
|
26 { |
|
27 // UID for the DLL |
|
28 dll_uid = 0x200212C5; |
|
29 // Declare array of interface info |
|
30 interfaces = |
|
31 { |
|
32 INTERFACE_INFO |
|
33 { |
|
34 // UID of interface that is implemented |
|
35 interface_uid = 0x1020DEB7; |
|
36 implementations = |
|
37 { |
|
38 IMPLEMENTATION_INFO |
|
39 { |
|
40 implementation_uid = 0x200212C6; |
|
41 version_no = 1; |
|
42 display_name = "Message management service (inbox etc.)"; |
|
43 default_data = "MessageMgmnt"; |
|
44 opaque_data = ""; |
|
45 } |
|
46 }; |
|
47 } |
|
48 }; |
|
49 } |