taskswitcher/server/server.pro
changeset 116 305818acdca4
child 119 50e220be30d1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/taskswitcher/server/server.pro	Mon Sep 13 13:26:33 2010 +0300
@@ -0,0 +1,116 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
+TEMPLATE = app
+TARGET = hsrunningappmonitor
+CONFIG += hb mobility
+MOBILITY = serviceframework
+
+myrssrules = \
+"hidden = KAppIsHidden;"
+RSS_RULES += myrssrules
+    
+INCLUDEPATH +=  inc \
+                ../inc \
+                ../../inc \
+                ../utils/inc \
+                ../backstepping/inc \
+                
+SOURCES +=  src/tsdataobservertask.cpp \
+            src/tsdataprovidertask.cpp \
+            src/tsrunningappserver.cpp \
+            src/tsrunningappsession.cpp \
+            src/main.cpp \
+            src/tsdatalist.cpp \
+            src/tsdatatask.cpp \
+            src/tsscreenshotprovider.cpp \
+            src/tsmodelitemkey.cpp \
+            src/tsmodelitem.cpp \
+            src/tsmodel.cpp \
+            src/tsrunningappmodel.cpp \
+            src/tsstorage.cpp \
+            src/tsserializeddataprovider.cpp \
+            src/tsservice.cpp \
+            src/tsservicesprovider.cpp \
+            src/tsservicesproviderconfig.cpp \
+            src/tsserviceobserver.cpp \
+            src/tsmodelitemkeymsg.cpp \
+            ../utils/src/tsentrykey.cpp \
+            ../utils/src/tsentrykeygenerator.cpp \
+            ../utils/src/tsentry.cpp \
+            ../utils/src/tsscreenshotmsg.cpp \
+            ../utils/src/tsunregscreenshotmsg.cpp \
+            ../utils/src/tsvisibilitymsg.cpp \
+            ../utils/src/tswindowgroupsmonitor.cpp \
+            ../utils/src/tswindowgroupsobserver.cpp \
+            ../utils/src/tsresourcemanager.cpp \
+            
+HEADERS +=  inc/tsdataobservertask.h \
+            inc/tsdataprovider.h \
+            inc/tsdataprovidertask.h \
+            inc/tsrunningappserver.h \
+            inc/tsrunningappsession.h \
+            inc/tsdatalist.h \
+            inc/tsdatastorage.h \
+            inc/tsdatatask.h \
+            inc/tsscreenshotprovider.h \            
+            inc/tsmodelobserver.h \
+            inc/tsmodelitemkey.h \
+            inc/tsmodelitem.h \
+            inc/tsmodel.h \
+            inc/tsrunningappmodel.h \
+            inc/tsstorage.h \
+            inc/tsserializeddataprovider.h \
+            inc/tsservice.h \
+            inc/tsservicesprovider.h \
+            inc/tsservicesproviderconfig.h \
+            inc/tsserviceobserver.h \
+            inc/tsmodelitemkeymsg.h \
+            ../utils/inc/tsdataobserver.h \
+            ../utils/inc/tsentry.h \
+            ../utils/inc/tsentrykey.h \
+            ../utils/inc/tsentrykeygenerator.h \
+            ../utils/inc/tsutils.h \
+            ../utils/inc/tsscreenshotmsg.h \
+            ../utils/inc/tsunregscreenshotmsg.h \
+            ../utils/inc/tsvisibilitymsg.h \
+            ../utils/inc/tsresourcemanager.h \
+            ../utils/inc/tswindowgroupsobserver.h \
+
+LIBS += -lxqutils \
+        -ltsbackstepping \
+        -laknicon \
+        -lfbscli \          #for CFbsBitmap
+        -lestor \           #for RDesReadStream
+        -lxqutils \
+        -lapgrfx \          #for CApaWindowGroupName
+        -lws32 \            #for CWsGraphic
+        -lapparc \          #for TApaAppInfo
+        -lcaclient \        #for getApplicationIcon
+        -lcone
+
+# tsimageutils and its dependencies
+LIBS += -ltsimageutils.lib \
+        -lbitmaptransforms \
+        -limageconversion \
+        -lefsrv \
+        
+        
+symbian {
+    TARGET.UID3 = 0x200267B0
+    TARGET.CAPABILITY = All -TCB
+}
+