|
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 // |
|
15 |
|
16 target custommmfaudiocontroller.dll |
|
17 CAPABILITY ALL -TCB |
|
18 targettype plugin |
|
19 |
|
20 // Note this emulates the audio controller plugin and is not a unique id |
|
21 // Thus ensure that the audio controller plugin is removed when attempting to use |
|
22 // this plugin |
|
23 // ECom Dll recognition UID followed by the unique UID for this dll |
|
24 UID 0x10009D8D 0x101F7D29 |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 SOURCEPATH ../../../../src/Plugin/Controller/Audio |
|
28 SOURCE MmfAudioController.cpp |
|
29 |
|
30 SOURCEPATH ../../Actrl/TestPlugins/AudioController |
|
31 SOURCE CustomMmfAudioController.cpp |
|
32 SOURCE CustomMmfAudioControllerExports.cpp |
|
33 |
|
34 |
|
35 USERINCLUDE ../../../../src/Plugin/Controller/Audio |
|
36 USERINCLUDE ../../Actrl |
|
37 USERINCLUDE ../../Actrl/TestPlugins/AudioController |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 #ifdef __OMAP__ |
|
42 |
|
43 // Delete the HwDevice once we have OMAP Server implementation |
|
44 // Interfacing with HwDevice implementation begins |
|
45 USERINCLUDE /GenericGatewayComponent/raw/RawHwDevice |
|
46 USERINCLUDE /GenericGatewayComponent/raw/RawGwc |
|
47 USERINCLUDE /GenericGatewayComponent/Gwc |
|
48 USERINCLUDE /GenericGatewayComponent/BridgeAbstractionLayer |
|
49 // Interfacing with HwDevice implementation ends |
|
50 #endif //__OMAP__ |
|
51 |
|
52 |
|
53 start resource 101F7D29.rss |
|
54 target custommmfaudiocontroller.rsc |
|
55 end |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY mmfserverbaseclasses.lib |
|
60 LIBRARY mmfdevsound.lib |
|
61 LIBRARY mmfcontrollerframework.lib |
|
62 LIBRARY mmfstandardcustomcommands.lib |
|
63 |
|
64 SMPSAFE |