camcordermmfplugin/controller/Group/CamCController.mmp
changeset 42 605672cc2a86
parent 35 35844111a233
equal deleted inserted replaced
39:e80a5e3e883f 42:605672cc2a86
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 
    20 
    21 TARGET          CAMCCONTROLLER.DLL
    21 TARGET          CAMCCONTROLLER.DLL
    22 TARGETTYPE      PLUGIN
    22 TARGETTYPE      PLUGIN
    23 UID             0x10009D8D 0x101F8502
    23 UID             0x10009D8D 0x101F8502
    24 
    24 
    25 CAPABILITY 	    CAP_ECOM_PLUGIN
    25 CAPABILITY      CAP_ECOM_PLUGIN
    26 VENDORID        VID_DEFAULT
    26 VENDORID        VID_DEFAULT
       
    27 VERSION         10.1
    27 
    28 
    28 SOURCEPATH      ../Src
    29 SOURCEPATH      ../Src
    29 SOURCE          CamCController.cpp
    30 SOURCE          CamCController.cpp
    30 SOURCE          CamCControllerFactory.cpp
    31 SOURCE          CamCControllerFactory.cpp
    31 
    32 
    32 START RESOURCE 101F8502.rss
    33 START RESOURCE 101F8502.rss
    33 TARGET 		    CAMCCONTROLLER.rsc
    34 TARGET 	        CAMCCONTROLLER.rsc
    34 END
    35 END
    35 
    36 
    36 // Default system include paths for application layer modules.
    37 // Default system include paths for application layer modules.
    37 MW_LAYER_SYSTEMINCLUDE
    38 MW_LAYER_SYSTEMINCLUDE
    38 
    39 
    39 USERINCLUDE     ../Inc
    40 USERINCLUDE     ../Inc
    40 USERINCLUDE	    ../../../inc   // ADo level inc dir
       
    41 USERINCLUDE     ../../mediarecorder/Inc
    41 USERINCLUDE     ../../mediarecorder/Inc
    42 USERINCLUDE     ../traces
    42 USERINCLUDE     ../traces
    43 
    43 
    44 LIBRARY		euser.lib 
    44 LIBRARY		euser.lib 
    45 LIBRARY		mmfcontrollerframework.lib
    45 LIBRARY		mmfcontrollerframework.lib