1 // Copyright (c) 2008-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 // @file omxilpcmrenderer.dll |
|
15 // @SYMPurpose |
|
16 // |
|
17 // |
|
18 |
|
19 #include "../audio/pcmrenderer/src/omxilpcmrenderer.hrh" |
|
20 |
|
21 TARGET omxilpcmrenderer.dll |
|
22 CAPABILITY ALL -TCB |
|
23 TARGETTYPE plugin |
|
24 UID 0x10009D8D KUidSymbianOmxILPcmRendererDll |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
28 |
|
29 USERINCLUDE ../audio/pcmrenderer/src |
|
30 USERINCLUDE ../../../omxilcomponentcommon/src/common |
|
31 USERINCLUDE ../audio/pcmrenderer/inc |
|
32 USERINCLUDE ../../../../../mm/mmdevicefw/mdf/src/audio/mdasoundadapter |
|
33 |
|
34 |
|
35 SOURCEPATH ../audio/pcmrenderer/src |
|
36 SOURCE omxilpcmrenderer.cpp |
|
37 SOURCE omxilpcmrendererapb0port.cpp |
|
38 SOURCE omxilpcmrendererprocessingfunction.cpp |
|
39 SOURCE omxilpcmrendererconfigmanager.cpp |
|
40 |
|
41 RESOURCE omxilpcmrenderer.rss |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY ecom.lib |
|
45 LIBRARY omxilcomponentcommon.lib |
|
46 STATICLIBRARY omxilcomponentif.lib |
|
47 |
|
48 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER |
|
49 LIBRARY mdasoundadapter.lib |
|
50 #endif |
|
51 |
|
52 // Uncomment to activate debug tracing in this module |
|
53 MACRO _OMXIL_PCMRENDERER_DEBUG_TRACING_ON |
|
54 |
|
55 SMPSAFE |
|