secureswitools/swisistools/group/dbmanager.mmp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     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".
    19 
    19 
    20 TARGET			libdbmanager.a
    20 TARGET			libdbmanager.a
    21 TARGETTYPE		LIB
    21 TARGETTYPE		LIB
    22 
    22 
    23 USERINCLUDE 	../../swianalysistoolkit/source/common
    23 USERINCLUDE 	../../swianalysistoolkit/source/common
       
    24 USERINCLUDE 	../../swianalysistoolkit/source/common/utf8
    24 USERINCLUDE 	../source/common
    25 USERINCLUDE 	../source/common
    25 USERINCLUDE 	../source/dbmanager
    26 USERINCLUDE 	../source/dbmanager
    26 USERINCLUDE 	../source/xmlparser
    27 USERINCLUDE 	../source/xmlparser
       
    28 USERINCLUDE		../source/sisxlibrary
    27 
    29 
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 SYSTEMINCLUDE	../../openssllib/import/inc 
    31 SYSTEMINCLUDE	../../openssllib/import/inc 
    30 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
    32 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
    31 
    33 
    36 SOURCEPATH		../source/common
    38 SOURCEPATH		../source/common
    37 SOURCE			exception.cpp
    39 SOURCE			exception.cpp
    38 SOURCE			logs.cpp
    40 SOURCE			logs.cpp
    39 SOURCE			util.cpp
    41 SOURCE			util.cpp
    40 
    42 
       
    43 SOURCEPATH		../source/sisxlibrary
       
    44 SOURCE			utility.cpp
       
    45 
    41 #ifndef TOOLS2_LINUX
    46 #ifndef TOOLS2_LINUX
    42 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__
    47 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__
    43 #else
    48 #else
    44 MACRO	_UNICODE _CONSOLE UNICODE
    49 MACRO	_UNICODE _CONSOLE UNICODE
    45 #endif
    50 #endif