features/qtservice.mk
changeset 1 dfcc3fb3321d
parent 0 876b1a06bc25
child 5 603d3f8b6302
equal deleted inserted replaced
0:876b1a06bc25 1:dfcc3fb3321d
     5 
     5 
     6 SFWTOOL=$(EPOCROOT)epoc32/tools/servicedbgen
     6 SFWTOOL=$(EPOCROOT)epoc32/tools/servicedbgen
     7 
     7 
     8 #choose target database to deal with
     8 #choose target database to deal with
     9 ifeq ($(PLATFORM), WINSCW)
     9 ifeq ($(PLATFORM), WINSCW)
    10 QTSERVICE_TARGET:=-twinscw
    10 	QTSERVICE_TARGET:=-twinscw
    11 else
    11 else
    12 ifeq ($(PLATFORM), ARMV5)
    12 ifeq ($(PLATFORM), ARMV5)
    13 QTSERVICE_TARGET:=-tarmv5
    13 QTSERVICE_TARGET:=-tarmv5
    14 else
    14 else
    15 QTSERVICE_TARGET:=-tall
    15 	QTSERVICE_TARGET:=-tall
    16 endif
    16 endif
    17 endif
    17 endif
    18 
    18 
    19 #Service descriptors are deployed to SFW private folder. As the builder may get invoked from elsewhere,
    19 #Service descriptors are deployed to SFW private folder. As the builder may get invoked from elsewhere,
    20 #we cannot use the path specified in the QTSERVICE_DESCRIPTOR option, so use the default path
    20 #we cannot use the path specified in the QTSERVICE_DESCRIPTOR option, so use the default path