|
1 /* |
|
2 * Copyright (c) 2006 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: player engine project specification |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET mpxplaybackengine.dll |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 TARGETTYPE DLL |
|
26 UID 0x1000008D 0x101FFC02 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 |
|
31 APP_LAYER_SYSTEMINCLUDE // this has to be APP because of telephonyinternalpskeys.h |
|
32 SYSTEMINCLUDE /epoc32/include/ecom |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE mpxplaybackengine.cpp |
|
36 SOURCE mpxplaybackcommandbuffer.cpp |
|
37 SOURCE mpxaccessoryobserver.cpp |
|
38 SOURCE mpxplaybackpluginhandler.cpp |
|
39 SOURCE mpxplaybacksettings.cpp |
|
40 SOURCE mpxautoresumehandler.cpp |
|
41 SOURCE mpxplaybackinitializer.cpp |
|
42 SOURCE mpxplaybackmediahelper.cpp |
|
43 SOURCE mpxplaybackdummymediaobserver.cpp |
|
44 SOURCE mpxplaybackplugininfo.cpp |
|
45 |
|
46 LIBRARY efsrv.lib euser.lib ecom.lib bafl.lib featmgr.lib |
|
47 LIBRARY inetprotutil.lib apgrfx.lib apmime.lib estor.lib |
|
48 LIBRARY mpxcollectionutility.lib mpxcommon.lib |
|
49 LIBRARY centralrepository.lib |
|
50 #ifdef __ACCESSORY_FW |
|
51 LIBRARY accClient.lib // Accessory client |
|
52 LIBRARY telephonyaudiorouting.lib |
|
53 #else |
|
54 LIBRARY dsclient.lib // Dos services |
|
55 #endif // __ACCESSORY_FW |
|
56 |
|
57 #if defined(ARMCC) |
|
58 deffile ../eabi/ |
|
59 #elif defined(WINSCW) |
|
60 deffile ../bwinscw/ |
|
61 #endif |
|
62 |
|
63 // End of file |