mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Group/AACAudioPlayControllerRecognizer.mmp
changeset 0 71ca22bcf22a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Group/AACAudioPlayControllerRecognizer.mmp	Tue Feb 02 01:08:46 2010 +0200
@@ -0,0 +1,52 @@
+/*
+* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Project file for AAC Recognizer
+*
+*/
+
+
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET          AACAudioPlayControllerRecognizer.dll
+TARGETTYPE      PLUGIN
+UID             0x10009D8D 0x101FAF96
+VENDORID	VID_DEFAULT
+CAPABILITY      CAP_ECOM_PLUGIN
+SOURCEPATH      ../Data
+
+START RESOURCE 101FAF96.rss 
+TARGET AACAudioPlayControllerRecognizer.rsc
+END
+
+TARGETPATH      /System/Recogs
+
+USERINCLUDE	../Inc ../Src
+USERINCLUDE	../../../../inc
+USERINCLUDE	../../AdvancedAudioController/Inc
+USERINCLUDE	../../DevSoundAudioOutput/Inc
+USERINCLUDE	../../DevSoundAudioInput/Inc
+USERINCLUDE	../../FileAudioOutput/Inc
+USERINCLUDE	../../AdvancedAudioControllerUtility/Inc
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/ecom
+
+SOURCEPATH      ../Src
+SOURCE	        AACAudioPlayControllerRecognizer.cpp
+
+LIBRARY         euser.lib 
+LIBRARY	        apmime.lib
+LIBRARY	        efsrv.lib
+