|
1 /* |
|
2 * Copyright (c) 2005 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: Project definition file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 //Activate this macro to get traces |
|
22 //MACRO TRACE_ENTRY_EXIT_POINT |
|
23 //MACRO TRACE_MODULE_AGNVERSIT2 |
|
24 |
|
25 TARGET agnversit2.dll |
|
26 TARGETTYPE PLUGIN |
|
27 |
|
28 // ECom Dll recognition UID followed by the unique dll UID |
|
29 UID 0x10009D8D 0x10206C82 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE AgnVersit2.cpp |
|
33 SOURCE AgnVersit2Importer.cpp |
|
34 SOURCE AgnVersit2Exporter.cpp |
|
35 SOURCE AgnExtIntLib.cpp |
|
36 SOURCE AgnVersit2StringProvider.cpp |
|
37 |
|
38 //RRule importer |
|
39 SOURCE AgnRRuleImporter.cpp |
|
40 SOURCE AgnParseRRule.cpp |
|
41 SOURCE AgnParseRRuleYearly.cpp |
|
42 SOURCE AgnParseRRuleMonthly.cpp |
|
43 SOURCE AgnParseRRuleWeekly.cpp |
|
44 SOURCE AgnParseRRuleDaily.cpp |
|
45 |
|
46 |
|
47 |
|
48 //user include |
|
49 USERINCLUDE ../inc |
|
50 USERINCLUDE ../../inc |
|
51 USERINCLUDE ../data |
|
52 |
|
53 //System include macro |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 SOURCEPATH ../data |
|
57 START RESOURCE 10206C82.rss |
|
58 #ifdef SYMBIAN_SECURE_ECOM |
|
59 TARGET agnversit2.rsc |
|
60 #endif // SYMBIAN_SECURE_ECOM |
|
61 END |
|
62 |
|
63 START RESOURCE agnversit2strings.rss |
|
64 HEADER |
|
65 TARGET agnversit2strings.rss |
|
66 #ifdef SYMBIAN_SECURE_ECOM |
|
67 TARGETPATH resource |
|
68 #else |
|
69 TARGETPATH System/Data |
|
70 #endif |
|
71 LANGUAGE_IDS |
|
72 END |
|
73 |
|
74 LIBRARY bafl.lib |
|
75 LIBRARY euser.lib |
|
76 LIBRARY ecom.lib |
|
77 LIBRARY versit2.lib |
|
78 LIBRARY calinterimapi.lib |
|
79 LIBRARY tzclient.lib |
|
80 LIBRARY efsrv.lib |
|
81 LIBRARY caleninterimutils2.lib |
|
82 |
|
83 CAPABILITY CAP_ECOM_PLUGIN |
|
84 VENDORID VID_DEFAULT |
|
85 |
|
86 |
|
87 // End of file |
|
88 |