secureswitools/swisistools/group/interpretsislib.mmp
changeset 60 245df5276b97
parent 33 8110bf1194d1
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 TARGETTYPE		LIB
    21 TARGETTYPE		LIB
    22 
    22 
    23 USERINCLUDE 	../source/interpretsislib
    23 USERINCLUDE 	../source/interpretsislib
    24 USERINCLUDE 	../source/sisxlibrary
    24 USERINCLUDE 	../source/sisxlibrary
    25 USERINCLUDE 	../../swianalysistoolkit/source/common
    25 USERINCLUDE 	../../swianalysistoolkit/source/common
       
    26 USERINCLUDE 	../../swianalysistoolkit/source/common/utf8
       
    27 USERINCLUDE 	../source/common
    26 
    28 
    27 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    29 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    28 USERINCLUDE		../source/xmlparser
    30 USERINCLUDE		../source/xmlparser
    29 USERINCLUDE 	../source/common
       
    30 USERINCLUDE 	../source/dbmanager
    31 USERINCLUDE 	../source/dbmanager
    31 USERINCLUDE 	../source/rscparser
    32 USERINCLUDE 	../source/rscparser
    32 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    33 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    33 
    34 
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    72 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    73 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    73 SOURCE			dbconstants.cpp
    74 SOURCE			dbconstants.cpp
    74 SOURCE			xmlgenerator.cpp
    75 SOURCE			xmlgenerator.cpp
    75 SOURCE			dbhelper.cpp
    76 SOURCE			dbhelper.cpp
    76 
    77 
       
    78 
    77 SOURCEPATH		../source/common
    79 SOURCEPATH		../source/common
    78 SOURCE			util.cpp
    80 SOURCE			util.cpp
    79 
    81 
    80 SOURCEPATH		../source/rscparser
    82 SOURCEPATH		../source/rscparser
    81 SOURCE			barsc2.cpp
    83 SOURCE			barsc2.cpp
    92 SOURCE			uidtype.cpp
    94 SOURCE			uidtype.cpp
    93 SOURCE			dirparse.cpp
    95 SOURCE			dirparse.cpp
    94 SOURCE			apsecutils.cpp
    96 SOURCE			apsecutils.cpp
    95 
    97 
    96 #endif
    98 #endif
       
    99 SOURCEPATH		../../swianalysistoolkit/source/common/utf8
       
   100 SOURCE			utf8.cpp
    97 
   101 
    98 #ifndef TOOLS2_LINUX
   102 #ifndef TOOLS2_LINUX
    99 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
   103 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
   100 #else
   104 #else
   101 MACRO	_UNICODE _CONSOLE UNICODE __GNUG__ XML_LIBRARY
   105 MACRO	_UNICODE _CONSOLE UNICODE __GNUG__ XML_LIBRARY