secureswitools/swianalysistoolkit/group/dumpswicertstoretool.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     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			dumpswicertstoretool.exe
       
    21 TARGETTYPE		exe
       
    22 
       
    23 USERINCLUDE 		../source/dumpswicertstoretool
       
    24 USERINCLUDE 		../source/common
       
    25 USERINCLUDE 		../source/common/utf8
       
    26 USERINCLUDE 		../../swisistools/source/makesis
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 SYSTEMINCLUDE 		../../openssllib/import/inc
       
    30 
       
    31 
       
    32 SOURCEPATH 		../source/common/utf8
       
    33 SOURCE			utf8.cpp
       
    34 
       
    35 SOURCEPATH 		../source/common
       
    36 SOURCE			osinterface.cpp  
       
    37 SOURCE			ucmp.cpp 
       
    38 SOURCE			streamreader.cpp
       
    39 
       
    40 SOURCEPATH		../source/dumpswicertstoretool
       
    41 
       
    42 SOURCE			certificate.cpp 
       
    43 SOURCE			datalocator.cpp 
       
    44 SOURCE			options.cpp  
       
    45 SOURCE			pfsdump.cpp 
       
    46 SOURCE			dumpswicertstoretool.cpp  
       
    47 SOURCE			swicertstoremetadata.cpp
       
    48 
       
    49 
       
    50 #ifndef TOOLS2_LINUX
       
    51 	MACRO			_UNICODE _CONSOLE _STLP_THREADS _WIN32 _MBCS DUMPSWICERTSTORETOOL	
       
    52 #else
       
    53 	MACRO			_UNICODE _CONSOLE UNICODE DUMPSWICERTSTORETOOL
       
    54 	STATICLIBRARY		crypto 
       
    55 #endif
       
    56 
       
    57 STATICLIBRARY			eay32 
       
    58 
       
    59 // Link to mingw libs: shlwapi.a 
       
    60 APPLY				tools2_shlwapi
       
    61 
       
    62 OPTION				GCC -w
       
    63 OPTION				GCC -fno-stack-check
       
    64 OPTION				GCC -fpermissive