|
79
|
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 SmilPlayerLinkParser.cpp
|
|
|
57 |
SOURCE SmilPlayerPresentationControl.cpp
|
|
|
58 |
SOURCE SmilPlayerIndicatorController.cpp
|
|
|
59 |
SOURCE SmilPlayerSynchXmlParser.cpp
|
|
|
60 |
|
|
|
61 |
USERINCLUDE ../playerinc
|
|
|
62 |
|
|
|
63 |
SYSTEMINCLUDE ../../../inc
|
|
|
64 |
APP_LAYER_SYSTEMINCLUDE
|
|
|
65 |
|
|
|
66 |
LIBRARY euser.lib
|
|
|
67 |
LIBRARY cone.lib
|
|
|
68 |
LIBRARY eikcore.lib
|
|
|
69 |
LIBRARY avkon.lib
|
|
|
70 |
LIBRARY eikdlg.lib
|
|
|
71 |
LIBRARY efsrv.lib
|
|
|
72 |
LIBRARY ws32.lib
|
|
|
73 |
LIBRARY eikcoctl.lib
|
|
|
74 |
LIBRARY fbscli.lib
|
|
|
75 |
LIBRARY bitgdi.lib
|
|
|
76 |
LIBRARY aknlayout.lib
|
|
|
77 |
LIBRARY bafl.lib // Arrays
|
|
|
78 |
LIBRARY egul.lib // CGulIcon
|
|
|
79 |
LIBRARY sendui.lib
|
|
|
80 |
LIBRARY apgrfx.lib // For RApaLsSession
|
|
|
81 |
|
|
|
82 |
LIBRARY smileng.lib
|
|
|
83 |
LIBRARY smiltran.lib
|
|
|
84 |
LIBRARY smilmediarenderer.lib
|
|
|
85 |
LIBRARY centralrepository.lib // use of Central Repository
|
|
|
86 |
|
|
|
87 |
LIBRARY commonengine.lib // String loader
|
|
|
88 |
LIBRARY commonui.lib // FindItem
|
|
|
89 |
|
|
|
90 |
LIBRARY aiwdialdata.lib
|
|
|
91 |
LIBRARY servicehandler.lib
|
|
|
92 |
|
|
|
93 |
// Symbian SMIL DOM & XML parser
|
|
|
94 |
LIBRARY xmldom.lib
|
|
|
95 |
LIBRARY xmlparser.lib
|
|
|
96 |
|
|
|
97 |
LIBRARY featmgr.lib
|
|
|
98 |
LIBRARY hlplch.lib // HlpLauncher
|
|
|
99 |
LIBRARY aknskins.lib
|
|
|
100 |
LIBRARY aknicon.lib
|
|
|
101 |
LIBRARY aknlayout2.lib
|
|
|
102 |
|
|
|
103 |
LIBRARY remconinterfacebase.lib
|
|
|
104 |
LIBRARY remconcoreapi.lib
|
|
|
105 |
|
|
|
106 |
LIBRARY browserlauncher.lib
|
|
|
107 |
|
|
|
108 |
#if defined( ARMCC )
|
|
|
109 |
deffile ./eabi.def
|
|
|
110 |
#elif defined( WINS )
|
|
|
111 |
deffile ./WINS.DEF
|
|
|
112 |
#else
|
|
|
113 |
deffile ./marm.def
|
|
|
114 |
#endif
|
|
|
115 |
|