53 :BLD_INF_RULES.prj_exports += "conf/2002E6E8.txt /epoc32/winscw/c/private/10202be9/2002E6E8.txt" |
54 :BLD_INF_RULES.prj_exports += "conf/2002E6E8.txt /epoc32/winscw/c/private/10202be9/2002E6E8.txt" |
54 |
55 |
55 TARGET.EPOCALLOWDLLDATA = 1 |
56 TARGET.EPOCALLOWDLLDATA = 1 |
56 TARGET.CAPABILITY = All -Tcb |
57 TARGET.CAPABILITY = All -Tcb |
57 TARGET.UID3 = 0x2002E6E8 |
58 TARGET.UID3 = 0x2002E6E8 |
|
59 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
58 |
60 |
59 |
61 |
60 LIBS += -ledbms \ |
62 LIBS += -ledbms \ |
61 -lbafl \ |
63 -lbafl \ |
62 -lcentralrepository \ |
64 -lcentralrepository \ |
63 -leuser |
65 -leuser \ |
|
66 -lflogger \ |
|
67 -lefsrv |
64 |
68 |
|
69 myCrml.sources = ./conf/maptilepublisher.qcrml |
|
70 myCrml.path = c:/resource/qt/crml |
|
71 DEPLOYMENT += myCrml |
|
72 |
|
73 myCrml1.sources = ./conf/maptilecalpublisher.qcrml |
|
74 myCrml1.path = c:/resource/qt/crml |
|
75 DEPLOYMENT += myCrml1 |
65 |
76 |
66 } |
77 } |
67 |
78 |
68 deploy.path = / |
79 deploy.path = / |
69 headers.sources = $$INTERNAL_PUBLIC_HEADERS |
80 headers.sources = $$INTERNAL_PUBLIC_HEADERS |
70 headers.path = epoc32/include/app |
81 headers.path = epoc32/include/app |
71 DEPLOYMENT += exportheaders |
82 DEPLOYMENT += exportheaders |
72 |
83 |
73 # This is for new exporting system coming in garden |
84 # This is for new exporting system coming in garden |
74 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)" |
85 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)" |
|
86 |
|
87 defBlock = \ |
|
88 "$${LITERAL_HASH}if defined(EABI)" \ |
|
89 "DEFFILE ../eabi/maptileservice.def" \ |
|
90 "$${LITERAL_HASH}else" \ |
|
91 "DEFFILE ../bwins/maptileservice.def" \ |
|
92 "$${LITERAL_HASH}endif" |
|
93 MMP_RULES += defBlock |
|
94 |