os/security/securityanddataprivacytools/securityconfig/ups/romstub/upsromstubsis.flm
Update contrib.
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 # This component and the accompanying materials are made available
5 # under the terms of the License "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".
9 # Initial Contributors:
10 # Nokia Corporation - initial contribution.
18 # FLM to build upsromstubsis libraries.
20 ## Outputs - upsserver.sis
22 TARGETDIR:=$(EPOCROOT)/epoc32/data/z/system/install
24 ifeq ($(PLATFORM),WINSCW)
25 TARGETDIR:=$(EPOCROOT)/epoc32/release/$(PLATFORM_PATH)/$(CFG_PATH)/z/system/install
28 $(call makepath,$(TARGETDIR))
30 define SisFileCreation
31 $(SISFILE): $(EXTENSION_ROOT)/$(SRCDIR)/$(SISNAME).pkg
32 $(call startrule,stubsis) \
33 $(EPOCROOT)/epoc32/tools/makesis$(DOTEXE) -s $$? $$@ \
34 $(call endrule,stubsis)
38 SISFILE:= $(TARGETDIR)/$(SISNAME).sis
40 GUARD:=done_$(call sanitise,$(SISFILE))
46 $(eval $(call SisFileCreation))
47 $(eval $(call whatmacro,$(SISFILE)))
48 $(eval $(call GenerateStandardCleanTarget,$(SISFILE),$(TARGETDIR)))