|
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 SmilPlayer. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET smilplayer.dll |
|
24 TARGETTYPE dll |
|
25 |
|
26 UID 0x1000008D 0x10005A1E |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VERSION 10.0 |
|
30 PAGED |
|
31 |
|
32 //LOGGING... |
|
33 //MACRO USE_LOGGER |
|
34 //MACRO USE_RDEBUG |
|
35 //MACRO DIALOG_DEBUG |
|
36 //MACRO VOLUMECONTROL_DEBUG |
|
37 //MACRO PRESCONTROLLER_DEBUG |
|
38 //LIBRARY flogger.lib |
|
39 //...LOGGING |
|
40 |
|
41 START RESOURCE SmilPlayer.rss |
|
42 LANGUAGE_IDS |
|
43 HEADER |
|
44 TARGETPATH RESOURCE_FILES_DIR |
|
45 END |
|
46 |
|
47 SOURCEPATH ../playersrc |
|
48 |
|
49 USERINCLUDE ../mediainc |
|
50 |
|
51 SOURCE SmilPlayerPanic.cpp |
|
52 SOURCE SmilPlayerDialog.cpp |
|
53 SOURCE SmilPlayerPresentationController.cpp |
|
54 SOURCE SmilPlayerTimeIndicatorTimer.cpp |
|
55 SOURCE SmilPlayerVolumeIndicatorController.cpp |
|
56 SOURCE SmilPlayerPauseIndicatorTimer.cpp |
|
57 SOURCE SmilPlayerLinkParser.cpp |
|
58 SOURCE SmilPlayerPresentationControl.cpp |
|
59 SOURCE SmilPlayerIndicatorController.cpp |
|
60 SOURCE SmilPlayerSynchXmlParser.cpp |
|
61 |
|
62 USERINCLUDE ../playerinc |
|
63 |
|
64 SYSTEMINCLUDE ../../../inc |
|
65 APP_LAYER_SYSTEMINCLUDE |
|
66 |
|
67 LIBRARY euser.lib |
|
68 LIBRARY cone.lib |
|
69 LIBRARY eikcore.lib |
|
70 LIBRARY avkon.lib |
|
71 LIBRARY eikdlg.lib |
|
72 LIBRARY efsrv.lib |
|
73 LIBRARY ws32.lib |
|
74 LIBRARY eikcoctl.lib |
|
75 LIBRARY fbscli.lib |
|
76 LIBRARY bitgdi.lib |
|
77 LIBRARY aknlayout.lib |
|
78 LIBRARY bafl.lib // Arrays |
|
79 LIBRARY egul.lib // CGulIcon |
|
80 LIBRARY sendui.lib |
|
81 LIBRARY apgrfx.lib // For RApaLsSession |
|
82 |
|
83 LIBRARY smileng.lib |
|
84 LIBRARY smiltran.lib |
|
85 LIBRARY smilmediarenderer.lib |
|
86 LIBRARY centralrepository.lib // use of Central Repository |
|
87 |
|
88 LIBRARY commonengine.lib // String loader |
|
89 LIBRARY commonui.lib // FindItem |
|
90 |
|
91 LIBRARY aiwdialdata.lib |
|
92 LIBRARY servicehandler.lib |
|
93 |
|
94 // Symbian SMIL DOM & XML parser |
|
95 LIBRARY xmldom.lib |
|
96 LIBRARY xmlparser.lib |
|
97 |
|
98 LIBRARY featmgr.lib |
|
99 LIBRARY hlplch.lib // HlpLauncher |
|
100 LIBRARY aknskins.lib |
|
101 LIBRARY aknicon.lib |
|
102 LIBRARY aknlayout2.lib |
|
103 |
|
104 LIBRARY remconinterfacebase.lib |
|
105 LIBRARY remconcoreapi.lib |
|
106 |
|
107 LIBRARY browserlauncher.lib |
|
108 |
|
109 #if defined( ARMCC ) |
|
110 deffile ./eabi.def |
|
111 #elif defined( WINS ) |
|
112 deffile ./WINS.DEF |
|
113 #else |
|
114 deffile ./marm.def |
|
115 #endif |
|
116 |