vtprotocolplugins/DisplaySink/group/DisplaySink.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 Display Sink subsystem
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <platform_paths.hrh>
       
    20 #include        "../inc/DisplaySinkUids.hrh"
       
    21 
       
    22 TARGET          displaysink.dll
       
    23 TARGETTYPE      dll
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 UID             KSharedLibraryUidDefine KUidDisplaySinkLibrary
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          CDisplaySink.cpp
       
    30 
       
    31 SOURCE			    CDisplaySinkNGA.cpp
       
    32 SOURCE          CDisplaySinkDP.cpp
       
    33 SOURCE          vtyuvconverter.cpp
       
    34 SOURCE          CDisplaySinkDSA.cpp
       
    35 
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   ../../../inc
       
    40 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    41 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    42 
       
    43 LIBRARY         featmgr.lib
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         mmfcontrollerframework.lib
       
    46 LIBRARY         fbscli.lib
       
    47 LIBRARY         vtimageconverter.lib
       
    48 LIBRARY         vtimagetransforms.lib
       
    49 
       
    50 CAPABILITY      CAP_GENERAL_DLL
       
    51 
       
    52 // End of File
       
    53