sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #include "../inc/uids.hrh" // get UID sl@0: sl@0: TARGET pcmprocessingunit.dll sl@0: CAPABILITY ALL -TCB sl@0: TARGETTYPE plugin sl@0: sl@0: UID KSharedLibraryUidDefine KUidPcmProcessingUnitDll sl@0: VENDORID 0x70000001 sl@0: sl@0: /* sl@0: The PCM PU has false test UIDs to avoid conflict with the existing HwDevice sl@0: implementation. Commenting the following #define in allows it to sl@0: be used in preference to the HwDevice ones, and thus be tested by running sl@0: normal apps. sl@0: */ sl@0: //#define TEST_REALFOURCC sl@0: sl@0: SOURCEPATH ../src sl@0: SOURCE pcmprocessingunit.cpp sl@0: SOURCE pcmprocessingunitmain.cpp sl@0: SOURCE pcminputport.cpp sl@0: SOURCE pcmoutputport.cpp sl@0: sl@0: USERINCLUDE ../src sl@0: USERINCLUDE ../inc sl@0: USERINCLUDE ../ sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: #ifdef TEST_REALFOURCC sl@0: START RESOURCE pcmprocessingunittest.rss sl@0: TARGET pcmprocessingunit.rss sl@0: END sl@0: #else sl@0: RESOURCE pcmprocessingunit.rss sl@0: #endif sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY ecom.lib sl@0: LIBRARY mmcommonutils.lib sl@0: LIBRARY omxcomponent.lib sl@0: sl@0: sl@0: sl@0: sl@0: SMPSAFE