1 /* |
|
2 * Copyright (c) 2007 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 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 //#include "../../../group/stdinc.mmh" //for STL includes |
|
21 |
|
22 TARGET mulutility.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x2000FA83 |
|
25 |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 #ifndef __WINSCW__ |
|
31 EPOCALLOWDLLDATA |
|
32 #endif |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE mulimagevisualattributesetter.cpp |
|
36 SOURCE mulutility.cpp |
|
37 SOURCE mulkeyboardutility.cpp |
|
38 SOURCE mulvisualutility.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../mullogging/inc |
|
42 USERINCLUDE ../../../inc |
|
43 |
|
44 |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
48 OS_LAYER_STDCPP_SYSTEMINCLUDE |
|
49 |
|
50 // Alf Libraries |
|
51 LIBRARY alfclient.lib |
|
52 LIBRARY alfwidgetmodel.lib |
|
53 LIBRARY alfwidgetutils.lib |
|
54 |
|
55 |
|
56 // Osn Libraries |
|
57 LIBRARY osncore.lib |
|
58 |
|
59 // STL Libraries |
|
60 LIBRARY libstdcpp.lib |
|
61 |
|
62 |
|
63 // System Libraries |
|
64 LIBRARY aknskins.lib |
|
65 LIBRARY charconv.lib |
|
66 LIBRARY euser.lib |
|
67 LIBRARY ecom.lib |
|
68 LIBRARY eikcore.lib |
|
69 LIBRARY avkon.lib |
|
70 LIBRARY cone.lib |
|
71 LIBRARY aknlayout2.lib |
|
72 LIBRARY aknlayout2scalable.lib |
|
73 LIBRARY aknlayout2hierarchy.lib |
|
74 LIBRARY cdlengine.lib |
|
75 |
|
76 LIBRARY libc.lib |
|
77 LIBRARY libpthread.lib |
|
78 LIBRARY estor.lib |
|
79 LIBRARY mulmodelutility.lib |
|
80 LIBRARY mullogging.lib |
|
81 LIBRARY alfresourcepool.lib //for resource pool |
|
82 |
|
83 LIBRARY efsrv.lib // for rfile,rfs |
|
84 |
|
85 LANG SC |
|
86 |
|
87 |
|