0
|
1 |
// Copyright (c) 2006-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 |
//
|
|
15 |
|
|
16 |
|
|
17 |
|
|
18 |
TARGET mmfdevsound.dll
|
|
19 |
TARGETTYPE dll
|
|
20 |
UID 0x1000008D 0x100058CC
|
|
21 |
|
|
22 |
CAPABILITY ALL -TCB
|
|
23 |
VENDORID 0x70000001
|
|
24 |
UNPAGED
|
|
25 |
|
|
26 |
SOURCEPATH ../src/mmfdevsound
|
|
27 |
|
|
28 |
SOURCE sounddevice.cpp
|
|
29 |
SOURCE sounddevicebody.cpp
|
|
30 |
SOURCE MmfDevSoundCIMuxUtility.cpp
|
|
31 |
|
|
32 |
USERINCLUDE ../src/mmfdevsoundproxy
|
|
33 |
USERINCLUDE ../src/mmfaudioserver
|
|
34 |
USERINCLUDE ../src/mmfaudioserverproxy
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
USERINCLUDE ../src/mmfdevsound
|
|
37 |
|
|
38 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
39 |
|
|
40 |
LIBRARY euser.lib
|
|
41 |
LIBRARY ecom.lib
|
|
42 |
LIBRARY mmfdevsoundproxy.lib
|
|
43 |
LIBRARY mmcommonutils.lib
|
|
44 |
|
|
45 |
#ifdef EABI
|
|
46 |
DEFFILE /epoc32/include/def/eabi/mmfdevsound.def
|
|
47 |
#elif defined X86GCC
|
|
48 |
// X86GCC def file will be generated from corresponding EABI def file if it does not exist
|
|
49 |
DEFFILE /epoc32/include/def/bx86gcc/mmfdevsound.def
|
|
50 |
#elif defined WINSCW
|
|
51 |
DEFFILE /epoc32/include/def/bwins/mmfdevsound.def
|
|
52 |
#endif
|
|
53 |
|
|
54 |
NOSTRICTDEF
|
|
55 |
NOEXPORTLIBRARY
|
|
56 |
|
|
57 |
// End of File
|
|
58 |
|
|
59 |
SMPSAFE
|