|
1 // Copyright (c) 2005-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 #include "../inc/uids.hrh" // get UID |
|
17 |
|
18 TARGET pcmprocessingunit.dll |
|
19 CAPABILITY ALL -TCB |
|
20 TARGETTYPE plugin |
|
21 |
|
22 UID KSharedLibraryUidDefine KUidPcmProcessingUnitDll |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 /* |
|
26 The PCM PU has false test UIDs to avoid conflict with the existing HwDevice |
|
27 implementation. Commenting the following #define in allows it to |
|
28 be used in preference to the HwDevice ones, and thus be tested by running |
|
29 normal apps. |
|
30 */ |
|
31 //#define TEST_REALFOURCC |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE pcmprocessingunit.cpp |
|
35 SOURCE pcmprocessingunitmain.cpp |
|
36 SOURCE pcminputport.cpp |
|
37 SOURCE pcmoutputport.cpp |
|
38 |
|
39 USERINCLUDE ../src |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../ |
|
42 |
|
43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
44 |
|
45 #ifdef TEST_REALFOURCC |
|
46 START RESOURCE pcmprocessingunittest.rss |
|
47 TARGET pcmprocessingunit.rss |
|
48 END |
|
49 #else |
|
50 RESOURCE pcmprocessingunit.rss |
|
51 #endif |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY ecom.lib |
|
55 LIBRARY mmcommonutils.lib |
|
56 LIBRARY omxcomponent.lib |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 SMPSAFE |