|
1 /* |
|
2 * Copyright (c) 2008-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 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 #include "../../../../group/glxbuildcommon.mmh" |
|
23 #include "../../../../inc/glxalfhelper.mmh" |
|
24 |
|
25 |
|
26 #include <data_caging_paths.hrh> |
|
27 |
|
28 TARGET glxzoomview.dll |
|
29 TARGETTYPE dll |
|
30 UID 0x1000008d 0x200071CB |
|
31 |
|
32 #ifndef WINSCW |
|
33 EPOCALLOWDLLDATA |
|
34 #endif |
|
35 CAPABILITY CAP_GENERAL_DLL |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE glxzoomcontrol.cpp |
|
39 SOURCE glxzoomeventhandler.cpp |
|
40 SOURCE glxzoommathsengine.cpp |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 |
|
44 // System includes from the source tree |
|
45 SYSTEMINCLUDE ../inc |
|
46 SYSTEMINCLUDE ../../../inc |
|
47 SYSTEMINCLUDE ../../../../inc |
|
48 SYSTEMINCLUDE ../../../medialists/inc |
|
49 SYSTEMINCLUDE ../../../uiutilities/inc |
|
50 SYSTEMINCLUDE ../../fullscreenview/inc |
|
51 SYSTEMINCLUDE ../../../texturemanager/inc |
|
52 SYSTEMINCLUDE ../../../tvout/inc |
|
53 |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 LIBRARY avkon.lib |
|
57 LIBRARY euser.lib |
|
58 LIBRARY eikcoctl.lib // CEikButtonGroupContainer |
|
59 LIBRARY glxmedialists.lib |
|
60 LIBRARY glxuiutilities.lib |
|
61 LIBRARY glxtexturemanager.lib |
|
62 LIBRARY mpxcommon.lib |
|
63 LIBRARY commonengine.lib // stringloader |
|
64 LIBRARY alfclient.lib // ALF framework |
|
65 LIBRARY alfwidgetmodel.lib // AlfWidgetModel |
|
66 LIBRARY flogger.lib |
|
67 LIBRARY centralrepository.lib |
|
68 LIBRARY exiflib.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY gesturehelper.lib |
|
71 LIBRARY cone.lib |
|
72 LIBRARY glxtvout.lib |
|
73 // End of File |