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: Project definition file for project ICalBC |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET ICalBC.dll |
|
24 TARGETTYPE dll |
|
25 // TODO: replace 0x101F8848 with KICalBCUID3 when meetingrequestuids.hrh can be included |
|
26 UID 0x10005F5F 0x101F8848 |
|
27 VERSION 10.0 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 PAGED |
|
30 |
|
31 TARGETPATH system/libs |
|
32 |
|
33 SOURCEPATH ../Src |
|
34 SOURCE CICalBC.cpp |
|
35 |
|
36 START RESOURCE ../bif/icalbif.rss |
|
37 TARGETPATH BIOFILE_DIR |
|
38 LANGUAGE_IDS |
|
39 END |
|
40 |
|
41 USERINCLUDE . |
|
42 USERINCLUDE ../data |
|
43 |
|
44 SYSTEMINCLUDE ../../../../inc |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 SOURCEPATH ../Data |
|
48 |
|
49 LIBRARY MsgEditorUtils.lib |
|
50 LIBRARY euser.lib |
|
51 LIBRARY cone.lib |
|
52 LIBRARY eikcoctl.lib |
|
53 LIBRARY estor.lib //for RFileReadStream |
|
54 LIBRARY msgs.lib |
|
55 LIBRARY commonengine.lib // StringLoader |
|
56 LIBRARY richbio.lib |
|
57 LIBRARY featmgr.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY efsrv.lib // RFile functionality |
|
60 |
|
61 |
|
62 // end of file |