|
1 /* |
|
2 * Copyright (c) 2003-2005 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 * This is project specification file for the WV Engine client interface. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET impsclient.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x101f4698 |
|
26 CAPABILITY CAP_CLIENT_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 // *********************** |
|
30 // WV ENGINE CLIENT SOURCE |
|
31 // *********************** |
|
32 |
|
33 // Client API |
|
34 SOURCEPATH ../src |
|
35 //SOURCE impsclientdll.cpp |
|
36 SOURCE impsclient.cpp |
|
37 SOURCE impsaccesscli.cpp |
|
38 SOURCE impsimcli.cpp |
|
39 SOURCE impsgroupcli.cpp |
|
40 SOURCE impsgroupprops.cpp |
|
41 SOURCE impsfundcli.cpp |
|
42 SOURCE impswatchcli.cpp |
|
43 SOURCE impspurecli.cpp |
|
44 |
|
45 // Observer handlers |
|
46 SOURCEPATH ../src |
|
47 SOURCE impshandler.cpp |
|
48 SOURCE impsimhandler.cpp |
|
49 SOURCE impsaccesshandler.cpp |
|
50 SOURCE impsgrouphandler.cpp |
|
51 SOURCE impsfundhandler.cpp |
|
52 SOURCE impspurehandler.cpp |
|
53 |
|
54 // Observer timer |
|
55 SOURCEPATH ../src |
|
56 SOURCE impshandlertimer.cpp |
|
57 |
|
58 // Active command handlers |
|
59 SOURCEPATH ../src |
|
60 SOURCE impsimcommand.cpp |
|
61 SOURCE impsaccesscommand.cpp |
|
62 SOURCE impsgroupcommand.cpp |
|
63 SOURCE impsfundcommand.cpp |
|
64 SOURCE impspurecommand.cpp |
|
65 |
|
66 // Data wrappers |
|
67 SOURCEPATH ../src |
|
68 SOURCE impscdatautils.cpp |
|
69 |
|
70 // ************************************* |
|
71 // INCLUDE PATHS |
|
72 // ************************************* |
|
73 USERINCLUDE ../inc ../../inc ../../utils/inc ../../datautils/inc ../../enginc |
|
74 |
|
75 SYSTEMINCLUDE ../../../inc |
|
76 |
|
77 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
78 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
79 SYSTEMINCLUDE ../../../im_plat/wv_sap_settings_api/inc |
|
80 |
|
81 APP_LAYER_SYSTEMINCLUDE |
|
82 |
|
83 // ************************************* |
|
84 // LIBRARIES |
|
85 // ************************************* |
|
86 LIBRARY bafl.lib |
|
87 LIBRARY euser.lib |
|
88 LIBRARY impsdatautils.lib |
|
89 LIBRARY impsutils.lib |
|
90 LIBRARY imut.lib |
|
91 // ************************************* |
|
92 // OTHER STUFF |
|
93 // ************************************* |
|
94 |
|
95 |
|
96 // Special OOM test in server thread. Changes def file! |
|
97 // MACRO _OOM_TEST |
|
98 |
|
99 #if defined( ARMCC ) |
|
100 DEFFILE ../eabi/ |
|
101 #else // WINSCW |
|
102 DEFFILE ../def/winscw.def |
|
103 #endif |