taskswitcher/server/server.pro
changeset 117 c63ee96dbe5f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/taskswitcher/server/server.pro	Thu Sep 16 12:11:40 2010 +0100
@@ -0,0 +1,107 @@
+#
+# 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/hsdataobservertask.cpp \
+            src/hsdataprovidertask.cpp \
+            src/hsrunningappserver.cpp \
+            src/hsrunningappsession.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
+            
+
+HEADERS +=  inc/hsdataobservertask.h \
+            inc/tsdataprovider.h \
+            inc/hsdataprovidertask.h \
+            inc/hsrunningappserver.h \
+            inc/hsrunningappsession.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 
+            
+
+LIBS += -lxqutils \
+        -ltsutils \
+        -ltsbackstepping \
+        -laknicon \
+        -lfbscli \          #for CFbsBitmap
+        -lestor \           #for RDesReadStream
+        -lxqutils \
+        -lapgrfx \          #for CApaWindowGroupName
+        -lws32 \            #for CWsGraphic
+        -lapparc \          #for TApaAppInfo
+        -lcaclient \        #for getApplicationIcon
+        -lcone
+
+symbian {
+    TARGET.UID3 = 0x200267B0
+    TARGET.CAPABILITY = All -TCB
+}
+