|
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 |
// mmfdevsound.dll Audio hardware abstraction library
|
|
|
15 |
//
|
|
|
16 |
//
|
|
|
17 |
|
|
|
18 |
/**
|
|
|
19 |
@file
|
|
|
20 |
*/
|
|
|
21 |
|
|
|
22 |
TARGET mmfdevsound.dll
|
|
|
23 |
CAPABILITY ALL -TCB
|
|
|
24 |
TARGETTYPE dll
|
|
|
25 |
UID 0x1000008D 0x100058CC
|
|
|
26 |
VENDORID 0x70000001
|
|
|
27 |
UNPAGED
|
|
|
28 |
|
|
|
29 |
SOURCEPATH ../../src/SoundDevice
|
|
|
30 |
|
|
|
31 |
SOURCE SoundDevice.cpp
|
|
|
32 |
SOURCE SoundDeviceBody.cpp
|
|
|
33 |
|
|
|
34 |
LIBRARY euser.lib
|
|
|
35 |
LIBRARY ecom.lib
|
|
|
36 |
LIBRARY mmcommonutils.lib
|
|
|
37 |
|
|
|
38 |
USERINCLUDE ../../src/SoundDevice
|
|
|
39 |
USERINCLUDE ../../inc // access mmf files in local area
|
|
|
40 |
|
|
|
41 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
|
42 |
|
|
|
43 |
#ifdef EABI
|
|
|
44 |
DEFFILE /epoc32/include/def/eabi/mmfdevsound.def
|
|
|
45 |
#elif defined X86GCC
|
|
|
46 |
// X86GCC def file will be generated from corresponding EABI def file if it does not exist
|
|
|
47 |
DEFFILE /epoc32/include/def/bx86gcc/mmfdevsound.def
|
|
|
48 |
#elif defined WINSCW
|
|
|
49 |
DEFFILE /epoc32/include/def/bwins/mmfdevsound.def
|
|
|
50 |
#endif
|
|
|
51 |
|
|
|
52 |
nostrictdef
|
|
|
53 |
|
|
|
54 |
noexportlibrary
|