secureswitools/swisistools/group/dbmanager.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2009 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
       
    25 USERINCLUDE 	../source/common
    24 USERINCLUDE 	../source/common
    26 USERINCLUDE 	../source/dbmanager
    25 USERINCLUDE 	../source/dbmanager
    27 USERINCLUDE 	../source/xmlparser
    26 USERINCLUDE 	../source/xmlparser
    28 USERINCLUDE		../source/sisxlibrary
       
    29 
    27 
    30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 SYSTEMINCLUDE	../../openssllib/import/inc 
    29 SYSTEMINCLUDE	../../openssllib/import/inc 
    32 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
    30 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
    33 
    31 
    38 SOURCEPATH		../source/common
    36 SOURCEPATH		../source/common
    39 SOURCE			exception.cpp
    37 SOURCE			exception.cpp
    40 SOURCE			logs.cpp
    38 SOURCE			logs.cpp
    41 SOURCE			util.cpp
    39 SOURCE			util.cpp
    42 
    40 
    43 SOURCEPATH		../source/sisxlibrary
       
    44 SOURCE			utility.cpp
       
    45 
       
    46 #ifndef TOOLS2_LINUX
    41 #ifndef TOOLS2_LINUX
    47 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__
    42 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__
    48 #else
    43 #else
    49 MACRO	_UNICODE _CONSOLE UNICODE
    44 MACRO	_UNICODE _CONSOLE UNICODE
    50 #endif
    45 #endif