secureswitools/swisistools/group/dbmanager.mmp
changeset 60 245df5276b97
parent 0 ba25891c3a9e
child 66 8b7f4e561641
--- a/secureswitools/swisistools/group/dbmanager.mmp	Tue Jul 06 14:23:31 2010 +0300
+++ b/secureswitools/swisistools/group/dbmanager.mmp	Wed Aug 18 09:55:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -21,9 +21,11 @@
 TARGETTYPE		LIB
 
 USERINCLUDE 	../../swianalysistoolkit/source/common
+USERINCLUDE 	../../swianalysistoolkit/source/common/utf8
 USERINCLUDE 	../source/common
 USERINCLUDE 	../source/dbmanager
 USERINCLUDE 	../source/xmlparser
+USERINCLUDE		../source/sisxlibrary
 
 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
 SYSTEMINCLUDE	../../openssllib/import/inc 
@@ -38,6 +40,9 @@
 SOURCE			logs.cpp
 SOURCE			util.cpp
 
+SOURCEPATH		../source/sisxlibrary
+SOURCE			utility.cpp
+
 #ifndef TOOLS2_LINUX
 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__
 #else