|
1 # |
|
2 # Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: This is the project specification file for the calendar exe. |
|
15 # |
|
16 |
|
17 TEMPLATE = app |
|
18 TARGET = calendar |
|
19 DEPENDPATH += ./src \ |
|
20 ./inc \ |
|
21 ../controller/data |
|
22 |
|
23 INCLUDEPATH += ..\controller\inc \ |
|
24 ..\inc |
|
25 |
|
26 CONFIG += hb |
|
27 |
|
28 symbian: { |
|
29 |
|
30 BLD_INF_RULES.prj_exports += \ |
|
31 "../rom/calendar.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calendar.iby)" \ |
|
32 "../rom/calendarresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calendarresources.iby)" \ |
|
33 "../rom/calenregionalutil.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(calenregionalutil.iby)" \ |
|
34 "../rom/calenlunarchinese_variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(calenlunarchinese_variant.iby)" \ |
|
35 "../rom/calenviewerservice.iby CORE_APP_LAYER_IBY_EXPORT_PATH(calenviewerservice.iby)" \ |
|
36 # Generic configuration interface for component cenrep settings |
|
37 "../conf/calendarUI.confml APP_LAYER_CONFML(calendarUI.confml)" \ |
|
38 "../conf/calendarUI_101F874B.crml APP_LAYER_CRML(calendarUI_101F874B.crml)" \ |
|
39 # stubsis is added to provide IAD |
|
40 "../stubsis/calendar_stub.sis /epoc32/data/z/system/install/calendar_stub.sis" \ |
|
41 # backup_registration.xml |
|
42 "data/backup_registration.xml /epoc32/data/z/private/10005901/backup_registration.xml" \ |
|
43 "data/backup_registration.xml /epoc32/release/winscw/urel/z/private/10005901/backup_registration.xml" \ |
|
44 "data/backup_registration.xml /epoc32/release/winscw/udeb/z/private/10005901/backup_registration.xml" |
|
45 |
|
46 |
|
47 |
|
48 |
|
49 LIBS += -lcalencontroller \ |
|
50 -lxqservice \ |
|
51 -lxqserviceutil |
|
52 |
|
53 TARGET.UID3 = 0x10005901 |
|
54 |
|
55 TARGET.CAPABILITY = CAP_APPLICATION \ |
|
56 NetworkControl |
|
57 TARGET.EPOCSTACKSIZE = 0x14000 |
|
58 TARGET.EPOCHEAPSIZE = 0x200000 0x4000000 |
|
59 |
|
60 |
|
61 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
62 |
|
63 CONFIG += service |
|
64 SERVICE.FILE = calendar_conf.xml |
|
65 |
|
66 SKINICON = qtg_large_calendar |
|
67 |
|
68 } |
|
69 |
|
70 # Input |
|
71 HEADERS += calenserviceprovider.h \ |
|
72 calenapplication.h |
|
73 |
|
74 SOURCES += main.cpp \ |
|
75 calenapplication.cpp \ |
|
76 calenserviceprovider.cpp |
|
77 |
|
78 RESOURCES += calendar.qrc |
|
79 |
|
80 TRANSLATIONS += calendar.ts |
|
81 |
|
82 # End of file --Don't remove this. |