|
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: Container for data buffer, it has fields for holding |
|
15 * : address and size of memory chunk |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET irmediaengine.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 // ECom Dll recognition UID followed by the unique UID for this dll |
|
25 UID 0x10009D8D 0x2000B4A8 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 PAGED |
|
29 |
|
30 //source file |
|
31 SOURCEPATH ../mediaenginesrc |
|
32 SOURCE irmediaengineproxy.cpp |
|
33 SOURCE irmp3player.cpp |
|
34 SOURCE iraacplayer.cpp |
|
35 SOURCE irbuffercontainer.cpp |
|
36 SOURCE irtestingaudioplayer.cpp |
|
37 |
|
38 //user include |
|
39 USERINCLUDE ../mediaengineinc |
|
40 USERINCLUDE ../include |
|
41 USERINCLUDE ../commandchannelinc |
|
42 USERINCLUDE ../resources |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(ecom) |
|
46 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(mda/common) |
|
47 |
|
48 SOURCEPATH ../resources |
|
49 |
|
50 //resource file |
|
51 start resource 2000b4a8.rss |
|
52 TARGET irmediaengine.rsc |
|
53 end |
|
54 |
|
55 LIBRARY ecom.lib |
|
56 LIBRARY euser.lib |
|
57 LIBRARY ircommandchannel.lib |
|
58 LIBRARY mediaclientaudiostream.lib |
|
59 LIBRARY mmfserverbaseclasses.lib |
|
60 |
|
61 LIBRARY flogger.lib |
|
62 |
|
63 //capability |
|
64 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI |
|
65 |
|
66 CAPABILITY CAP_ECOM_PLUGIN NetworkControl MultiMediaDD |