equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: This is project specification file for the CalenImp. |
|
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_ENTRY_CALENIMP |
|
24 |
|
25 //Macros to save the iCal/vCal to file |
|
26 //MACRO TRACE_TO_FILE_IMPORT |
|
27 //MACRO TRACE_TO_FILE_EXPORT |
|
28 |
|
29 |
|
30 TARGET calenimp.dll |
|
31 TARGETTYPE dll |
|
32 UID 0x1000008C 0x100059A9 |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../inc |
|
36 |
|
37 //System include macro |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE CalenImporter.cpp |
|
42 SOURCE CalenExporter.cpp |
|
43 |
|
44 LIBRARY agnmodel.lib |
|
45 LIBRARY efsrv.lib |
|
46 LIBRARY estor.lib |
|
47 LIBRARY euser.lib |
|
48 LIBRARY featmgr.lib |
|
49 LIBRARY sysutil.lib |
|
50 LIBRARY calinterimapi.lib |
|
51 LIBRARY ecom.lib |
|
52 |
|
53 CAPABILITY CAP_GENERAL_DLL |
|
54 |
|
55 // End of File |