secureswitools/swianalysistoolkit/group/dumpchainvaliditytool.mmp
changeset 53 ae54820ef82c
child 50 c6e8afe0ba85
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
       
     1 /*
       
     2 * Copyright (c) 2008-2010 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 the License "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: 
       
    15 * This mmp file is used to replace calling makefile directly.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET			dumpchainvaliditytool.exe
       
    21 TARGETTYPE		exe
       
    22 
       
    23 
       
    24 USERINCLUDE 			../source/chainvalidityandinstallfilestatustools/dumpchainvaliditytool
       
    25 USERINCLUDE 			../source/chainvalidityandinstallfilestatustools/common
       
    26 USERINCLUDE 			../source/common
       
    27 USERINCLUDE 			../../swisistools/source/makesis
       
    28 USERINCLUDE 			../../swisistools/source/common
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 SYSTEMINCLUDE 			../../openssllib/import/inc 
       
    32 
       
    33 SOURCEPATH			../source/chainvalidityandinstallfilestatustools
       
    34 
       
    35 SOURCE				./dumpchainvaliditytool/dumpchainvalidity.cpp
       
    36 SOURCE				./dumpchainvaliditytool/options.cpp
       
    37 SOURCE				./common/certificatechain.cpp
       
    38 SOURCE				./common/dumpchainvaliditytool.cpp
       
    39 SOURCE				./common/launchprocess.cpp
       
    40 SOURCE				./common/siscertificatechain.cpp
       
    41 SOURCE				./common/swicertstore.cpp
       
    42 SOURCE				../common/osinterface.cpp
       
    43 
       
    44 #ifndef TOOLS2_LINUX
       
    45 	MACRO			_UNICODE _CONSOLE _STLP_THREADS _WIN32 GENERATE_ERRORS DUMPCHAINVALIDITYTOOL //UNICODE
       
    46 #else
       
    47 	MACRO			_UNICODE _CONSOLE UNICODE GENERATE_ERRORS DUMPCHAINVALIDITYTOOL	
       
    48 #endif
       
    49 
       
    50 STATICLIBRARY			eay32 
       
    51 STATICLIBRARY			shlwapi 
       
    52 
       
    53 OPTION				GCC -w
       
    54 OPTION				GCC -fno-stack-check
       
    55 OPTION				GCC -fpermissive
       
    56