author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:38:12 +0100 | |
branch | GCC_SURGE |
changeset 35 | f8ad95794a08 |
parent 26 | 1347d5cca6af |
parent 22 | bde600d88860 |
permissions | -rw-r--r-- |
22 | 1 |
/* |
2 |
* Copyright (c) 2005, 2008 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 |
* Project file for MsgCommonUtils |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
||
20 |
||
21 |
#include <data_caging_paths.hrh> |
|
22 |
#include <bldvariant.hrh> |
|
23 |
#include <platform_paths.hrh> |
|
24 |
||
25 |
TARGET msgcommonutils.dll |
|
26 |
TARGETTYPE dll |
|
27 |
UID 0x1000008D 0x102072E6 |
|
28 |
VENDORID VID_DEFAULT |
|
29 |
CAPABILITY CAP_GENERAL_DLL |
|
30 |
VERSION 10.0 |
|
31 |
PAGED |
|
32 |
||
33 |
//START RESOURCE msgcommonutils.rss //depending on vpbk |
|
34 |
//TARGETPATH RESOURCE_FILES_DIR |
|
35 |
//HEADER |
|
36 |
//LANGUAGE_IDS |
|
37 |
//END |
|
38 |
||
39 |
||
40 |
SOURCEPATH ../src |
|
41 |
//SOURCE contactmatcher.cpp |
|
42 |
SOURCE msgtextutils.cpp |
|
43 |
SOURCE MsgSvgUtils.cpp |
|
44 |
||
45 |
#ifdef __VOIP |
|
46 |
SOURCE MsgVoIPExtension.cpp |
|
47 |
#else |
|
48 |
SOURCE MsgVoIPExtensionStub.cpp |
|
49 |
#endif //VOIP |
|
50 |
||
51 |
source fileprotectionresolver.cpp |
|
52 |
//#ifdef __JAVA_MIDP20 |
|
53 |
//source javaprotectionresolver.cpp |
|
54 |
//#else |
|
55 |
source javaprotectionresolverstub.cpp |
|
56 |
//#endif |
|
57 |
||
58 |
USERINCLUDE ../inc |
|
59 |
USERINCLUDE ../../../msgfw_plat/msg_common_utils_api/inc |
|
60 |
||
61 |
SYSTEMINCLUDE ../../../inc |
|
62 |
APP_LAYER_SYSTEMINCLUDE |
|
63 |
||
64 |
LIBRARY euser.lib |
|
65 |
LIBRARY apgrfx.lib |
|
66 |
LIBRARY efsrv.lib |
|
67 |
LIBRARY apmime.lib |
|
68 |
LIBRARY bafl.lib |
|
69 |
LIBRARY cone.lib |
|
70 |
LIBRARY featmgr.lib |
|
71 |
LIBRARY estor.lib |
|
72 |
LIBRARY charconv.lib |
|
73 |
LIBRARY msgs.lib |
|
74 |
LIBRARY centralrepository.lib // VOIP |
|
75 |
LIBRARY cenrepnotifhandler.lib // VOIP |
|
76 |
||
77 |
||
78 |
#ifdef RD_SVGT_IN_MESSAGING |
|
79 |
LIBRARY svgengine.lib |
|
80 |
#endif |
|
81 |
||
82 |
||
83 |
LIBRARY gdi.lib |
|
84 |
#if defined(__VOIP) |
|
85 |
LIBRARY serviceprovidersettings.lib |
|
86 |
#endif // __VOIP |
|
87 |
LIBRARY commonengine.lib |
|
88 |
LIBRARY caf.lib |
|
89 |
#ifdef __JAVA_MIDP20 |
|
90 |
//LIBRARY javadrmutils.lib |
|
91 |
#endif |
|
92 |
//LIBRARY VPbkEng.lib |
|
93 |
//LIBRARY Pbk2Presentation.lib |
|
94 |
||
95 |
||
26
1347d5cca6af
Three more wrongly selected DEF files - Bug 3005
William Roberts <williamr@symbian.org>
parents:
15
diff
changeset
|
96 |
#if defined( EABI ) |
22 | 97 |
deffile ./eabi.def |
98 |
#else |
|
99 |
deffile ./wins.def |
|
100 |
#endif |
|
101 |
||
102 |
/* End of File */ |