camcordermmfplugin/controller/Group/CamCController.mmp
changeset 0 9b3e960ffc8a
child 10 6bc4220d7f67
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/camcordermmfplugin/controller/Group/CamCController.mmp	Thu Dec 17 08:51:24 2009 +0200
@@ -0,0 +1,53 @@
+/*
+* Copyright (c) 2002-2008 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:  Camcorder controller plugin project specification
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+TARGET          CAMCCONTROLLER.DLL
+TARGETTYPE      PLUGIN
+UID             0x10009D8D 0x101F8502
+
+CAPABILITY 	    CAP_ECOM_PLUGIN
+VENDORID        VID_DEFAULT
+
+SOURCEPATH      ../Src
+SOURCE          CamCController.cpp
+SOURCE          CamCControllerFactory.cpp
+
+START RESOURCE 101F8502.rss
+TARGET 		    CAMCCONTROLLER.rsc
+END
+
+// Default system include paths for application layer modules.
+MW_LAYER_SYSTEMINCLUDE
+
+USERINCLUDE     ../Inc
+USERINCLUDE	    ../../../inc   // ADo level inc dir
+USERINCLUDE     ../../mediarecorder/Inc
+
+LIBRARY		euser.lib 
+LIBRARY		mmfcontrollerframework.lib
+LIBRARY		mmfstandardcustomcommands.lib
+LIBRARY		camcmediarecorder.lib
+LIBRARY		camc3gpsink.lib
+LIBRARY		bafl.lib	
+LIBRARY		efsrv.lib //TParse
+
+#ifdef EABI
+library ECOM.LIB
+#endif
\ No newline at end of file