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