sl@0
|
1 |
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
|
sl@0
|
11 |
// Enable logging of this dll
|
sl@0
|
12 |
// MACRO SYMBIAN_SWCODEC_LOGGING
|
sl@0
|
13 |
|
sl@0
|
14 |
// Normally on SetFormat we try and handle failure. If this macro is enabled, skip first step
|
sl@0
|
15 |
// Only allow the "CD" rates of 44100, 22050 and 11025 whatever is actually supported.
|
sl@0
|
16 |
// This simulates the behaviour of some hardware.
|
sl@0
|
17 |
// Assumes one is supported.
|
sl@0
|
18 |
// MACRO SYMBIAN_SOUNDADAPTER_FORCECDRATES
|
sl@0
|
19 |
|
sl@0
|
20 |
target mmfswaudiodevice.dll
|
sl@0
|
21 |
capability ALL -TCB
|
sl@0
|
22 |
targettype DLL
|
sl@0
|
23 |
unpaged
|
sl@0
|
24 |
|
sl@0
|
25 |
uid 0x1000008D 0x10287081
|
sl@0
|
26 |
vendorid 0x70000001
|
sl@0
|
27 |
|
sl@0
|
28 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
29 |
|
sl@0
|
30 |
userinclude ../../inc // for local mmf
|
sl@0
|
31 |
userinclude ../../../../mmlibs/mmfw/inc // for rateconvert.h
|
sl@0
|
32 |
|
sl@0
|
33 |
sourcepath ../../src/swcodecwrapper
|
sl@0
|
34 |
|
sl@0
|
35 |
source mmfswaudioinput.cpp
|
sl@0
|
36 |
|
sl@0
|
37 |
library euser.lib
|
sl@0
|
38 |
library mmfserverbaseclasses.lib
|
sl@0
|
39 |
library audioutils.lib
|
sl@0
|
40 |
|
sl@0
|
41 |
|
sl@0
|
42 |
#ifdef WINSCW
|
sl@0
|
43 |
DEFFILE ../../bwins/mmfswaudiodevice.def
|
sl@0
|
44 |
#endif
|
sl@0
|
45 |
|
sl@0
|
46 |
#ifdef EABI
|
sl@0
|
47 |
DEFFILE ../../eabi/mmfswaudiodevice.def
|
sl@0
|
48 |
#endif
|
sl@0
|
49 |
|
sl@0
|
50 |
nostrictdef
|
sl@0
|
51 |
|
sl@0
|
52 |
smpsafe
|
sl@0
|
53 |
|
sl@0
|
54 |
|
sl@0
|
55 |
|
sl@0
|
56 |
|
sl@0
|
57 |
|