vtprotocolplugins/DisplaySink/group/VtImageConverter.mmp
changeset 18 d9b6a8729acd
parent 4 6dc066157ed4
child 23 c378a0498b84
child 27 dcbddbbaf8fd
equal deleted inserted replaced
4:6dc066157ed4 18:d9b6a8729acd
     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 
       
    20 #include        <platform_paths.hrh>
       
    21 #include        "../inc/VtImageConverterUids.hrh"
       
    22 
       
    23 TARGET          vtimageconverter.dll
       
    24 TARGETTYPE      dll
       
    25 VENDORID        VID_DEFAULT
       
    26     
       
    27 UID             KSharedLibraryUidDefine KUidVtImageConverterLibrary
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE   /epoc32/include/libc
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          CVtImageConverter.cpp
       
    35 
       
    36 LIBRARY         gdi.lib
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         fbscli.lib
       
    39 
       
    40 CAPABILITY      CAP_GENERAL_DLL
       
    41 
       
    42 // End of File
       
    43