|
1 /* |
|
2 * Copyright (c) 2001-2004 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 specification file of impsmessage.dll |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 APP_LAYER_SYSTEMINCLUDE |
|
21 |
|
22 TARGET impsmessage.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101F468E |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 |
|
27 SYSTEMINCLUDE /epoc32/include/libc |
|
28 |
|
29 |
|
30 USERINCLUDE ../../../inc ../../../enginc ../../../datautils/inc ../../wbxml/inc |
|
31 USERINCLUDE ../../dictionary |
|
32 SYSTEMINCLUDE ../../../../inc //ADO-specific include directory |
|
33 SYSTEMINCLUDE ../../../../im_pub/im_api/inc |
|
34 SYSTEMINCLUDE ../../../../im_pub/im_application_launch_api/inc |
|
35 |
|
36 SOURCEPATH ../src |
|
37 SOURCE ImpsEncodeWbXml.cpp |
|
38 SOURCE ImpsDecodeWbXml.cpp |
|
39 SOURCE ImpsWbXmlData.cpp |
|
40 //SOURCE ImpsXmlDll.cpp |
|
41 SOURCE ImpsXmlUtils.cpp |
|
42 |
|
43 SOURCEPATH ../../dictionary |
|
44 SOURCE imps_1_1_dict.c |
|
45 SOURCE imps_1_2_dict.c |
|
46 |
|
47 LIBRARY charconv.lib |
|
48 LIBRARY CXmlParser.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY estlib.lib |
|
51 LIBRARY impsdatautils.lib |
|
52 |
|
53 #if defined( ARMCC ) |
|
54 DEFFILE ../eabi/ |
|
55 #elif defined ( WINSCW ) |
|
56 deffile ../BWINSCW/ |
|
57 #elif defined (WINS ) |
|
58 deffile ../BWINS/ |
|
59 #endif |