secureswitools/swisistools/group/interpretsislib.mmp
changeset 0 ba25891c3a9e
child 25 98b66e4fb0be
child 62 5cc91383ab1e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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			libinterpretsis.a
       
    21 TARGETTYPE		LIB
       
    22 
       
    23 USERINCLUDE 	../source/interpretsislib
       
    24 USERINCLUDE 	../source/sisxlibrary
       
    25 USERINCLUDE 	../../swianalysistoolkit/source/common
       
    26 
       
    27 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    28 USERINCLUDE		../source/xmlparser
       
    29 USERINCLUDE 	../source/common
       
    30 USERINCLUDE 	../source/dbmanager
       
    31 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 SYSTEMINCLUDE	../../openssllib/import/inc 
       
    35 
       
    36 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    37 SYSTEMINCLUDE 	../source/xmlparser/xerces/include
       
    38 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    39 
       
    40 SOURCEPATH		../source/interpretsislib
       
    41 
       
    42 SOURCE			adornedutilities.cpp
       
    43 SOURCE			cardinality.cpp
       
    44 SOURCE			configmanager.cpp
       
    45 SOURCE			controllerinfo.cpp
       
    46 SOURCE			deserialiser.cpp
       
    47 SOURCE			expressionevaluator.cpp
       
    48 SOURCE			filedescription.cpp
       
    49 SOURCE			hashcontainer.cpp
       
    50 SOURCE			installablefile.cpp
       
    51 SOURCE			installer.cpp
       
    52 SOURCE			interpretsis.cpp
       
    53 SOURCE			is_utils.cpp
       
    54 SOURCE			logger.cpp
       
    55 SOURCE			parameterlist.cpp
       
    56 SOURCE			rommanager.cpp
       
    57 SOURCE			serialisable.cpp
       
    58 SOURCE			sisfile.cpp
       
    59 SOURCE			sisregistry.cpp
       
    60 SOURCE			sisregistrydependency.cpp
       
    61 SOURCE			sisregistryobject.cpp
       
    62 SOURCE			sisregistrypackage.cpp
       
    63 SOURCE			sisregistryproperty.cpp
       
    64 SOURCE			sisregistrytoken.cpp
       
    65 SOURCE			stringutils.cpp
       
    66 SOURCE			truststatus.cpp
       
    67 SOURCE			ucmp.cpp
       
    68 SOURCE			uninstaller.cpp
       
    69 SOURCE			version.cpp
       
    70 
       
    71 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    72 SOURCE			dbconstants.cpp
       
    73 SOURCE			xmlgenerator.cpp
       
    74 SOURCE			dbhelper.cpp
       
    75 
       
    76 SOURCEPATH		../source/common
       
    77 SOURCE			util.cpp
       
    78 
       
    79 #endif 
       
    80 
       
    81 #ifndef TOOLS2_LINUX
       
    82 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
       
    83 #else
       
    84 MACRO	_UNICODE _CONSOLE UNICODE __GNUG__ XML_LIBRARY
       
    85 #endif
       
    86 
       
    87 OPTION			GCC -w
       
    88 OPTION			GCC -fno-stack-check
       
    89 OPTION			GCC -fpermissive
       
    90