vtprotocolplugins/VideoSource/group/CApiVideoSource.mmp
changeset 0 ed9695c8bcbe
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     1 /*
       
     2 * Copyright (c) 2004 - 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for Video Source subsystem
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <platform_paths.hrh>
       
    20 #include        "../inc/VideoSourceUids.hrh"
       
    21 
       
    22 TARGET          videosource.dll
       
    23 TARGETTYPE      dll
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 UID             KSharedLibraryUidDefine KUidVideoSourceLibrary
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE			CVSController.cpp
       
    30 SOURCE          CVSControllerImp.cpp
       
    31 SOURCE			CVSDataProvider.cpp
       
    32 SOURCE          CVSStillImageDataProvider.cpp
       
    33 SOURCE          CVSCameraDataProvider.cpp
       
    34 SOURCE          CVSOnboardCameraDataProvider.cpp
       
    35 SOURCE          CVSDataSourceImp.cpp
       
    36 SOURCE          CVSMMFDataBuffer.cpp
       
    37 
       
    38 SOURCE          cmultiframeloopao.cpp
       
    39 SOURCE          cmultiframeprovider.cpp
       
    40 SOURCE 			cmultiframedataao.cpp
       
    41 USERINCLUDE     ../inc
       
    42 SYSTEMINCLUDE   ../../../inc
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    45 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    46 
       
    47 LIBRARY			euser.lib
       
    48 LIBRARY			fbscli.lib
       
    49 LIBRARY			mmfcontrollerframework.lib
       
    50 LIBRARY			ecam.lib
       
    51 LIBRARY			efsrv.lib
       
    52 LIBRARY			bafl.lib
       
    53 LIBRARY			bitgdi.lib
       
    54 LIBRARY			imageconversion.lib
       
    55 LIBRARY			vtimageconverter.lib
       
    56 LIBRARY         vtimagetransforms.lib
       
    57 LIBRARY			featmgr.lib
       
    58 LIBRARY			phoneclient.lib
       
    59 LIBRARY         ws32.lib
       
    60 LIBRARY         ecamadvsettings.lib
       
    61 
       
    62 CAPABILITY      CAP_GENERAL_DLL
       
    63 
       
    64 // End of File
       
    65