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 "aicalendarplugin2uids.hrh" |
|
21 #include <aicontentpublisheruid.hrh> |
|
22 #include <ecom/registryinfov2.rh> |
|
23 |
|
24 // RESOURCE DEFINITIONS |
|
25 // ----------------------------------------------------------------------------- |
|
26 // |
|
27 // registry_info |
|
28 // ?description |
|
29 // |
|
30 // ----------------------------------------------------------------------------- |
|
31 // |
|
32 RESOURCE REGISTRY_INFO registry_info |
|
33 { |
|
34 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
35 dll_uid = AI_UID_DLL_CALENDARPLUGIN; // Calendar plugin UID |
|
36 |
|
37 // Interface info array |
|
38 interfaces = |
|
39 { |
|
40 INTERFACE_INFO |
|
41 { |
|
42 // UID of the implemented interface |
|
43 interface_uid = AI_UID_ECOM_INTERFACE_CONTENTPUBLISHER; |
|
44 |
|
45 implementations = |
|
46 { |
|
47 IMPLEMENTATION_INFO |
|
48 { |
|
49 implementation_uid = AI_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_CALENDARPLUGIN; |
|
50 version_no = 1; |
|
51 display_name = "CalPlg"; // not used yet...will have localized string in future releases... |
|
52 default_data = " "; |
|
53 opaque_data = " "; |
|
54 } |
|
55 }; |
|
56 } |
|
57 }; |
|
58 } |
|
59 |
|
60 |
|
61 // End of File |