camcordermmfplugin/controller/Group/CamCController.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:30:58 +0300
changeset 38 e93740a77a06
parent 15 50d5061ee01e
child 42 605672cc2a86
child 45 e3d67ce66f28
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* 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
USERINCLUDE     ../traces

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