equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-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: Project definition file for project esmrservoces |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "../../inc/esmrinternaluid.h" |
|
20 #include "../../../inc/emailtraceconfig.hrh" |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET esmrdb.dll |
|
25 TARGETTYPE dll |
|
26 UID KEPOCStaticDllUID2 KESMRDllUid3 |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 DEFFILE ESMRDb.def |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE cesmrcaldbbase.cpp |
|
34 SOURCE cesmrcaldbmgr.cpp |
|
35 SOURCE cesmrcaldbnormal.cpp |
|
36 SOURCE cesmrentrycmditeratorao.cpp |
|
37 |
|
38 USERINCLUDE . |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../data |
|
41 USERINCLUDE ../../inc |
|
42 USERINCLUDE ../../../inc //<cmail> |
|
43 APP_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 LIBRARY esmrcommon.lib |
|
46 |
|
47 LIBRARY bafl.lib |
|
48 LIBRARY euser.lib |
|
49 LIBRARY calinterimapi.lib |
|
50 LIBRARY caleninterimutils2.lib |
|
51 LIBRARY sysutil.lib |
|
52 LIBRARY commonui.lib |
|
53 LIBRARY cone.lib |
|
54 LIBRARY centralrepository.lib |
|
55 |
|
56 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE ) |
|
57 LIBRARY flogger.lib |
|
58 #endif // ENABLE_TRACES && TRACE_INTO_FILE |
|
59 |
|
60 // end of file |