|
1 // Copyright (c) 2007-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 // @suppliedImplementation (Full) |
|
15 // @symbianImplementationNeeded (No) |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 #include <mmf/common/mmfbase.hrh> |
|
21 |
|
22 TARGET mmfdevsoundadaptor.dll |
|
23 TARGETTYPE DLL |
|
24 UID KSharedLibraryUidDefine 0x10207ABC |
|
25 CAPABILITY All -TCB -AllFiles -DiskAdmin -NetworkControl -SwEvent -TrustedUI |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 SOURCEPATH ../src/devsoundadaptor |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../src/a3ffourcclookup |
|
32 USERINCLUDE ../src/devsoundadaptor |
|
33 USERINCLUDE ../src/mmfaudioserver |
|
34 USERINCLUDE ../../../mmhais/a3fdevsoundcustomisation/src |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 SOURCE mmfdevsoundadaptation.cpp |
|
39 SOURCE mmfdevsoundadaptationbody.cpp |
|
40 SOURCE cdevaudio.cpp |
|
41 SOURCE cdevaudiocontrol.cpp |
|
42 SOURCE cdevplaycontrol.cpp |
|
43 SOURCE cdevrecordcontrol.cpp |
|
44 SOURCE cdevgencontrol.cpp |
|
45 SOURCE cdevtonecontrol.cpp |
|
46 SOURCE cdevcommoncontrol.cpp |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY mmfserverbaseclasses.lib |
|
50 LIBRARY mmfcontrollerframework.lib |
|
51 LIBRARY bafl.lib |
|
52 LIBRARY efsrv.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY audiocontextfactory.lib |
|
55 LIBRARY devsoundadaptationinfo.lib |
|
56 LIBRARY tonedata.lib |
|
57 LIBRARY a3f_trace_heap.lib |
|
58 LIBRARY a3ffourcclookup.lib |
|
59 |
|
60 DEFFILE mmfdevsoundadaptor.def |
|
61 NOSTRICTDEF |
|
62 |
|
63 SMPSAFE |