|
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 |
|
20 |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include <bldvariant.hrh> |
|
24 #include <platform_paths.hrh> |
|
25 |
|
26 #include "../../../group/glxbuildcommon.mmh" |
|
27 #include "../../../inc/glxcapabilities.hrh" |
|
28 #include "../../../inc/glxalfhelper.mmh" |
|
29 |
|
30 TARGET shwslideshowviewplugin.dll |
|
31 TARGETTYPE PLUGIN |
|
32 UID 0x10009D8D 0x2000719A |
|
33 |
|
34 #ifndef WINSCW |
|
35 EPOCALLOWDLLDATA |
|
36 #endif |
|
37 CAPABILITY GLX_CAPABILITIES |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE shwslideshowviewpluginproxy.cpp |
|
41 SOURCE shwslideshowviewplugin.cpp |
|
42 SOURCE shwslideshowview.cpp |
|
43 SOURCE shwslideshowvolumecontrol.cpp |
|
44 SOURCE shwslideshowbacklighttimer.cpp |
|
45 SOURCE shwslideshowkeyhandler.cpp |
|
46 SOURCE shwslideshowtelephonehandler.cpp |
|
47 SOURCE shwslideshowpausehandler.cpp |
|
48 SOURCE shwgesturecontrol.cpp |
|
49 SOURCE shwviewtimer.cpp |
|
50 SOURCE shwmediakeyshandler.cpp |
|
51 // view resource |
|
52 START RESOURCE ../data/shwslideshowview.rss |
|
53 HEADER |
|
54 /** @todo go figure why APP_RESOURCE_DIR puts the .rsc file in the wrong place! */ |
|
55 //TARGETPATH APP_RESOURCE_DIR |
|
56 TARGETPATH resource/apps |
|
57 LANGUAGE_IDS |
|
58 END |
|
59 |
|
60 // plugin resource |
|
61 START RESOURCE ../data/2000719a.rss |
|
62 TARGET shwslideshowviewplugin.rsc |
|
63 END // RESOURCE |
|
64 |
|
65 APP_LAYER_SYSTEMINCLUDE |
|
66 |
|
67 USERINCLUDE ../inc |
|
68 USERINCLUDE ../../utils |
|
69 USERINCLUDE ../../../viewframework/inc |
|
70 |
|
71 // System includes from the source tree |
|
72 SYSTEMINCLUDE ../../../inc |
|
73 SYSTEMINCLUDE ../../../viewframework/views/viewbase/inc |
|
74 SYSTEMINCLUDE ../../../viewframework/medialists/inc |
|
75 SYSTEMINCLUDE ../../../viewframework/visuallistmanager/inc |
|
76 SYSTEMINCLUDE ../../../viewframework/uiutilities/inc |
|
77 SYSTEMINCLUDE ../../../viewframework/texturemanager/inc |
|
78 SYSTEMINCLUDE ../../../viewframework/commandhandlers/inc |
|
79 SYSTEMINCLUDE ../../../viewframework/commandhandlers/commoncommandhandlers/inc |
|
80 SYSTEMINCLUDE ../../../viewframework/commandhandlers/commandhandlerbase/inc |
|
81 SYSTEMINCLUDE ../../engine/inc // slideshow engine |
|
82 SYSTEMINCLUDE ../../../common/inc // for filter factory |
|
83 SYSTEMINCLUDE ../../../commonui/inc // for resolution utility |
|
84 SYSTEMINCLUDE ../../../viewframework/inc |
|
85 SYSTEMINCLUDE ../../../viewframework/tvout/inc |
|
86 |
|
87 // System includes from epoc32/include |
|
88 |
|
89 |
|
90 |
|
91 LIBRARY euser.lib |
|
92 LIBRARY apparc.lib |
|
93 LIBRARY avkon.lib |
|
94 LIBRARY cone.lib |
|
95 LIBRARY eikcore.lib |
|
96 LIBRARY eikcoctl.lib |
|
97 LIBRARY efsrv.lib |
|
98 LIBRARY estor.lib |
|
99 LIBRARY bafl.lib |
|
100 LIBRARY commonengine.lib |
|
101 LIBRARY centralrepository.lib // for backlight timeout value |
|
102 |
|
103 LIBRARY shwslideshowengine.lib |
|
104 |
|
105 LIBRARY mpxviewplugin.lib |
|
106 LIBRARY mpxcommon.lib |
|
107 LIBRARY ecom.lib |
|
108 |
|
109 LIBRARY glxviewbase.lib |
|
110 LIBRARY glxmedialists.lib |
|
111 LIBRARY glxvisuallistmanager.lib |
|
112 LIBRARY glxlayouts.lib |
|
113 LIBRARY glxuiutilities.lib |
|
114 LIBRARY glxtexturemanager.lib // for CGlxTextureManager |
|
115 LIBRARY glxcommoncommandhandlers.lib // for back command |
|
116 LIBRARY glxcommon.lib // for CResourceUtilities, filter factory |
|
117 LIBRARY glxcommonui.lib // for resolution utility |
|
118 |
|
119 LIBRARY aknskins.lib // MAknsSkinInstance |
|
120 LIBRARY aknskinsrv.lib // MAknsSkinInstance |
|
121 LIBRARY aknswallpaperutils.lib // MAknsSkinInstance |
|
122 LIBRARY aknicon.lib // AknIconUtils |
|
123 |
|
124 LIBRARY etel3rdparty.lib // for CTelephony |
|
125 LIBRARY alfclient.lib |
|
126 LIBRARY gesturehelper.lib |
|
127 |
|
128 LIBRARY remconcoreapi.lib |
|
129 LIBRARY remconinterfacebase.lib |
|
130 //LIBRARY hgcontextutility.lib // For Teleport |
|
131 LIBRARY glxtvout.lib |
|
132 LIBRARY fbscli.lib |
|
133 LIBRARY ws32.lib // RWindowGroup |
|
134 // End of File |