0
|
1 |
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// mediaclientaudio.dll Media Server audio compatibility library
|
|
15 |
// MACRO __AUDIO_PROFILING // Audio Profiling TSU_MMF_PFM_01
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
#include "../../inc/Mda/Common/Base.hrh" // get the UID
|
|
24 |
|
|
25 |
target mediaclientaudio.dll
|
|
26 |
CAPABILITY ALL -TCB
|
|
27 |
targettype DLL
|
|
28 |
UID KSharedLibraryUidDefine KUidMediaServerClientAudioDllUnicodeDefine
|
|
29 |
VENDORID 0x70000001
|
|
30 |
UNPAGED
|
|
31 |
|
|
32 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
33 |
|
|
34 |
USERINCLUDE ../../src/Client/Utility
|
|
35 |
|
|
36 |
SOURCEPATH ../../src/Client/Audio
|
|
37 |
source mmfclientaudiocliputility.cpp
|
|
38 |
source mmfclientaudioplayer.cpp
|
|
39 |
source mmfclientaudiorecorder.cpp
|
|
40 |
source mmfclientaudioconverter.cpp
|
|
41 |
source mmfclienttoneplayer.cpp
|
|
42 |
|
|
43 |
library mediaclientutility.lib
|
|
44 |
library mmfcontrollerframework.lib
|
|
45 |
library mmfstandardcustomcommands.lib
|
|
46 |
library euser.lib
|
|
47 |
LIBRARY mmfdevsound.lib
|
|
48 |
LIBRARY efsrv.lib
|
|
49 |
LIBRARY mediaclient.lib
|
|
50 |
|
|
51 |
#ifdef EABI
|
|
52 |
LIBRARY ecom.lib
|
|
53 |
#endif
|
|
54 |
|
|
55 |
LIBRARY mmcommon.lib
|
|
56 |
LIBRARY caf.lib
|
|
57 |
|
|
58 |
#ifdef EABI
|
|
59 |
DEFFILE MediaClientAudio.def
|
|
60 |
#endif
|
|
61 |
|
|
62 |
#ifdef WINSCW
|
|
63 |
DEFFILE MEDIACLIENTAUDIO.DEF
|
|
64 |
#endif
|
|
65 |
|
|
66 |
nostrictdef
|
|
67 |
|
|
68 |
start wins
|
|
69 |
baseaddress 0x4F2A0000
|
|
70 |
end
|
|
71 |
|
|
72 |
|
|
73 |
|
|
74 |
|
|
75 |
|
|
76 |
SMPSAFE
|