calendarui/application/application.pro
branchRCL_3
changeset 65 12af337248b1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/calendarui/application/application.pro	Tue Aug 31 15:13:43 2010 +0300
@@ -0,0 +1,82 @@
+#
+#  Copyright (c) 2008 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: This is the project specification file for the calendar exe.
+#  
+
+TEMPLATE = app
+TARGET = calendar
+DEPENDPATH += ./src \
+ 		./inc \
+		../controller/data
+		
+INCLUDEPATH += ..\controller\inc \
+							 ..\inc
+
+CONFIG += hb
+
+symbian: { 
+
+	BLD_INF_RULES.prj_exports += \
+	"../rom/calendar.iby					CORE_APP_LAYER_IBY_EXPORT_PATH(calendar.iby)" \
+	"../rom/calendarresources.iby			LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby)" \
+	"../rom/calenregionalutil.iby			LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenregionalutil.iby)" \
+	"../rom/calenlunarchinese_variant.iby	CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(calenlunarchinese_variant.iby)" \
+	"../rom/calenviewerservice.iby			CORE_APP_LAYER_IBY_EXPORT_PATH(calenviewerservice.iby)" \
+	# Generic configuration interface for component cenrep settings  
+	"../conf/calendarUI.confml				APP_LAYER_CONFML(calendarUI.confml)" \
+	"../conf/calendarUI_101F874B.crml		APP_LAYER_CRML(calendarUI_101F874B.crml)" \
+	# stubsis is added to provide IAD
+	"../stubsis/calendar_stub.sis             /epoc32/data/z/system/install/calendar_stub.sis" \
+	# backup_registration.xml
+	"data/backup_registration.xml             /epoc32/data/z/private/10005901/backup_registration.xml" \
+	"data/backup_registration.xml             /epoc32/release/winscw/urel/z/private/10005901/backup_registration.xml" \
+	"data/backup_registration.xml             /epoc32/release/winscw/udeb/z/private/10005901/backup_registration.xml"
+
+	
+
+
+	LIBS += -lcalencontroller \
+		-lxqservice \ 
+		-lxqserviceutil
+
+    TARGET.UID3 = 0x10005901
+    
+    TARGET.CAPABILITY = CAP_APPLICATION \
+                		NetworkControl
+    TARGET.EPOCSTACKSIZE = 0x14000
+    TARGET.EPOCHEAPSIZE = 0x200000  0x4000000
+
+    	
+    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+
+    CONFIG += service
+    SERVICE.FILE = calendar_conf.xml
+    
+    SKINICON = qtg_large_calendar
+
+}
+
+# Input
+HEADERS += calenserviceprovider.h \
+			calenapplication.h
+
+SOURCES += main.cpp \
+		 calenapplication.cpp \
+	     calenserviceprovider.cpp	
+
+RESOURCES += calendar.qrc
+
+TRANSLATIONS += calendar.ts
+
+# End of file	--Don't remove this.
\ No newline at end of file