|
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 // @suppliedImplementation (Full) |
|
15 // @symbianImplementationNeeded (No) |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 #include <mmf/common/mmfbase.hrh> |
|
21 |
|
22 TARGET audiocontextfactory.dll |
|
23 TARGETTYPE DLL |
|
24 UID KSharedLibraryUidDefine 0x1028343C |
|
25 |
|
26 CAPABILITY All -TCB -AllFiles -DiskAdmin -NetworkControl -SwEvent -TrustedUI |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SOURCEPATH ../src/audiocontextfactory |
|
30 SOURCE audiocontextfactory.cpp |
|
31 |
|
32 USERINCLUDE ../src/audiocontextfactory |
|
33 USERINCLUDE ../src/audiocontext |
|
34 USERINCLUDE ../src/shared |
|
35 USERINCLUDE ../../../mmresourcemgmt/mmresctrl/inc |
|
36 |
|
37 // TODO: REMOVE WHEN MMRC SERVER IS READY |
|
38 USERINCLUDE ../../refacladapt/src/shared |
|
39 |
|
40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY mmfserverbaseclasses.lib |
|
44 LIBRARY mmfcontrollerframework.lib |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY efsrv.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY audiocomponentframework.lib |
|
49 LIBRARY a3f_trace_heap.lib |
|
50 |
|
51 DEFFILE /epoc32/include/def/~/audiocontextfactory.def |
|
52 |
|
53 NOSTRICTDEF |
|
54 noexportlibrary |
|
55 SMPSAFE |