camappengine/StillConverter/Group/CaeStillConverter.mmp
branchRCL_3
changeset 20 e3cdd00b5ae3
parent 19 18fa9327a158
child 21 27fe719c32e6
equal deleted inserted replaced
19:18fa9327a158 20:e3cdd00b5ae3
     1 /*
       
     2 * Copyright (c) 2002-2007 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:  Camera Application Engine Still Image Converter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          CaeStillConverter.dll
       
    22 TARGETTYPE      dll
       
    23 
       
    24 UID             0x1000008d 0x101F856A
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 // Define directories for the .def-files of WINS and WINSCW builds separately.
       
    30 // IMPORTANT NOTICE:  The lines in the example that end with a backslash 
       
    31 // must have one space after the backslash.
       
    32 #if defined(ARMCC)
       
    33 deffile ../Eabi/ 
       
    34 #elif defined( WINSCW )
       
    35 deffile ../Bwinscw/ 
       
    36 #elif defined( WINS )
       
    37 deffile ../Bwins/ 
       
    38 #else
       
    39 deffile ../Bmarm/ 
       
    40 #endif
       
    41 
       
    42 SOURCEPATH      ../Src
       
    43 
       
    44 SOURCE          CaeStillConverter.cpp
       
    45 SOURCE          CaeStillEncoder.cpp
       
    46 SOURCE          CaeStillDecoder.cpp
       
    47 
       
    48 USERINCLUDE     ../Inc
       
    49 USERINCLUDE     ../../../inc       // MW level inc dir
       
    50 USERINCLUDE     ../../Engine/traces
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         imageconversion.lib
       
    56 
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         fbscli.lib
       
    59 
       
    60 // End of File