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 |
#include <mmf/common/mmfbase.hrh> // get the UID
|
|
19 |
|
|
20 |
TARGET mmfdevsoundserver.dll
|
|
21 |
TARGETTYPE DLL
|
|
22 |
UID KSharedLibraryUidDefine KUidMmfDevSoundServerDllUnicodeDefine
|
|
23 |
|
|
24 |
CAPABILITY All -TCB -AllFiles -DiskAdmin -NetworkControl -SwEvent -TrustedUI
|
|
25 |
VENDORID 0x70000001
|
|
26 |
UNPAGED
|
|
27 |
|
|
28 |
SOURCEPATH ../src/mmfdevsoundserver
|
|
29 |
SOURCE mmfdevsoundserver.cpp
|
|
30 |
SOURCE mmfdevsoundserverstart.cpp
|
|
31 |
SOURCE mmfdevsoundsession.cpp
|
|
32 |
SOURCE MmfDevSoundCIDeMuxUtility.cpp
|
|
33 |
SOURCE mmfdevsoundserverconsts.cpp
|
|
34 |
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
USERINCLUDE ../src/mmfaudioserver
|
|
37 |
USERINCLUDE ../src/devsoundadaptor
|
|
38 |
USERINCLUDE ../src/mmfdevsound
|
|
39 |
|
|
40 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
41 |
|
|
42 |
LIBRARY euser.lib
|
|
43 |
LIBRARY mmfcontrollerframework.lib
|
|
44 |
LIBRARY ecom.lib
|
|
45 |
LIBRARY estor.lib
|
|
46 |
LIBRARY mmcommonutils.lib
|
|
47 |
LIBRARY mmfdevsoundadaptor.lib
|
|
48 |
LIBRARY a3ffourcclookup.lib
|
|
49 |
|
|
50 |
START WINS
|
|
51 |
BASEADDRESS 0x4F440000
|
|
52 |
END
|
|
53 |
|
|
54 |
DEFFILE Mmfdevsoundserver.def
|
|
55 |
NOSTRICTDEF
|
|
56 |
// End of File
|
|
57 |
|
|
58 |
SMPSAFE
|