1 /* |
|
2 * Copyright (c) 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 for project Stream source |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET irstreamsource.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x2000B49F |
|
23 |
|
24 PAGED |
|
25 |
|
26 SOURCEPATH ../streamsourcesrc |
|
27 |
|
28 SOURCE irstreamsource.cpp |
|
29 SOURCE irsockettimeouttimer.cpp |
|
30 SOURCE iricyflowinitiator.cpp |
|
31 SOURCE iricyflowreader.cpp |
|
32 SOURCE irsocketopener.cpp |
|
33 SOURCE irstationconnection.cpp |
|
34 SOURCE irnetworkbuffer.cpp |
|
35 SOURCE irasfplayer.cpp |
|
36 |
|
37 USERINCLUDE ../streamsourceinc |
|
38 USERINCLUDE ../include |
|
39 USERINCLUDE ../mediaengineinc |
|
40 USERINCLUDE ../networkcontrollerinc |
|
41 USERINCLUDE ../uiinc |
|
42 USERINCLUDE ../commandchannelinc |
|
43 |
|
44 // Default system include paths for application layer modules. |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 // TODO will be removed after the changes of /epoc32/include |
|
47 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(http) |
|
48 SYSTEMINCLUDE MW_LAYER_PUBLIC_EXPORT_PATH(http) |
|
49 |
|
50 LIBRARY esock.lib |
|
51 LIBRARY euser.lib |
|
52 LIBRARY inetprotutil.lib |
|
53 LIBRARY insock.lib |
|
54 LIBRARY irnetworkcontroller.lib |
|
55 LIBRARY mediaclientaudio.lib // CMdaAudioPlayerUtility (ASF streaming) |
|
56 LIBRARY mmfcontrollerframework.lib // CMMFMetaDataEntry (ASF streaming) |
|
57 |
|
58 //test linker error |
|
59 LIBRARY cenrepnotifhandler.lib |
|
60 LIBRARY commonengine.lib |
|
61 LIBRARY etel.lib |
|
62 LIBRARY etel3rdparty.lib |
|
63 LIBRARY etelmm.lib |
|
64 LIBRARY estor.lib |
|
65 LIBRARY efsrv.lib |
|
66 LIBRARY xmlframework.lib |
|
67 LIBRARY charconv.lib |
|
68 |
|
69 //LIBRARY avctpplugins.lib |
|
70 //LIBRARY eintsock.lib |
|
71 LIBRARY impapprotocolcontroller.lib |
|
72 LIBRARY imut.lib |
|
73 LIBRARY netmsg.lib |
|
74 LIBRARY netmeta.lib |
|
75 LIBRARY nifman.lib |
|
76 LIBRARY pops.lib |
|
77 LIBRARY responsemsg.lib |
|
78 LIBRARY smts.lib |
|
79 |
|
80 |
|
81 //test end |
|
82 |
|
83 |
|
84 |
|
85 LIBRARY flogger.lib |
|
86 |
|
87 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI |
|
88 CAPABILITY CAP_GENERAL_DLL |
|
89 |
|
90 #if defined( WINSCW ) |
|
91 DEFFILE ../bwinscw/ |
|
92 #else |
|
93 DEFFILE ../bmarm/ |
|
94 #endif |
|
95 |
|