textandlocutils/nearestlangutils/tsrc/T_LangUtilsServer.mmp
author MattD <mattd@symbian.org>
Mon, 08 Feb 2010 15:30:13 +0000
changeset 66 18fedaf0292a
parent 59 7d891bb52a7d
permissions -rw-r--r--
Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)

TARGET		  t_langutilsserver.exe
TARGETTYPE	  exe
UID 0x1000007A 0xE27AD85E
//UID			 0 0xE27AD85D

CAPABILITY		ProtServ WriteDeviceData


SOURCEPATH	../tsrc
userinclude   ../inc
userinclude ../src
userinclude ../tsrc

OS_LAYER_LIBC_SYSTEMINCLUDE 
APP_LAYER_SYSTEMINCLUDE

SOURCE t_langutilsserver.cpp
source T_LangUtilsTestShareFunc.cpp
source T_LangUtils.cpp
source T_LangUtilsImp.cpp
source T_LangUtilsLang.cpp


STATICLIBRARY  langutil.lib
library euser.lib hal.lib efsrv.lib estor.lib centralrepository.lib
LIBRARY	    testexecuteutils.lib 
LIBRARY	    testexecutelogclient.lib

#ifdef ENABLE_ABIV2_MODE
DEBUGGABLE_UDEBONLY
#endif