camappengine/StillConverter/Group/CaeStillConverterTestVersion.mmp
changeset 0 9b3e960ffc8a
equal deleted inserted replaced
-1:000000000000 0:9b3e960ffc8a
       
     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 *                (TEST VERSION! For developers only.)
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET 		CaeStillConverter.dll
       
    23 TARGETTYPE      dll
       
    24 
       
    25 UID           	0x1000008d 0x101F856A
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 // Define directories for the .def-files of WINS and WINSCW builds separately.
       
    31 // IMPORTANT NOTICE:  The lines in the example that end with a backslash 
       
    32 // must have one space after the backslash.
       
    33 #if defined(ARMCC)
       
    34 deffile ../Eabi/ 
       
    35 #elif defined( WINSCW )
       
    36 deffile ../Bwinscw/ 
       
    37 #elif defined( WINS )
       
    38 deffile ../Bwins/ 
       
    39 #else
       
    40 deffile ../Bmarm/ 
       
    41 #endif
       
    42 
       
    43 MACRO           CAE_TEST_VERSION
       
    44 #define     	CAE_TEST_VERSION
       
    45 
       
    46 SOURCEPATH    	../Src
       
    47 
       
    48 SOURCE          CaeStillConverter.cpp
       
    49 SOURCE          CaeStillEncoder.cpp
       
    50 SOURCE          CaeStillDecoder.cpp
       
    51 
       
    52 #ifdef CAE_TEST_VERSION
       
    53 SOURCE          CaeStillConverterTestErrors.cpp
       
    54 #endif
       
    55 
       
    56 USERINCLUDE   	../Inc
       
    57 USERINCLUDE	    ../../../inc      // MW level inc dir
       
    58 
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY        	euser.lib
       
    62 LIBRARY         imageconversion.lib
       
    63 
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         fbscli.lib
       
    66 
       
    67 EXPORTUNFROZEN
       
    68 
       
    69 // End of File