mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Group/MP3AudioPlayControllerRecognizer.mmp
changeset 0 71ca22bcf22a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Group/MP3AudioPlayControllerRecognizer.mmp	Tue Feb 02 01:08:46 2010 +0200
@@ -0,0 +1,47 @@
+/*
+* 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 MP3 Recognizer
+*
+*/
+
+
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET         	MP3AudioPlayControllerRecognizer.DLL
+TARGETTYPE     	PLUGIN
+UID		0x10009D8D 0x101FAF95
+VENDORID	VID_DEFAULT
+CAPABILITY      CAP_ECOM_PLUGIN
+SOURCEPATH      ../Data
+
+START RESOURCE 101FAF95.rss 
+TARGET MP3AudioPlayControllerRecognizer.rsc
+END
+
+TARGETPATH      /System/Recogs
+
+USERINCLUDE	../Inc ../Src
+USERINCLUDE	../../../../inc
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/ecom
+
+SOURCEPATH	../Src
+SOURCE		MP3AudioPlayControllerRecognizer.cpp
+
+LIBRARY		euser.lib 
+LIBRARY		apmime.lib
+LIBRARY		efsrv.lib
+