group/vpnclient_version_update.flm
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 13:20:54 +0300
branchRCL_3
changeset 46 29c8f9bc68e1
parent 12 68dc8923de26
child 49 5960d2d03390
permissions -rw-r--r--
Revision: 201035 Kit: 201036

#
# Copyright (c) 2009-2010 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:
#

# ============================================================================
# vpnclient_version_update.flm
# This flm will update the version of vpnclient into generated version.h file.
#
# Version update Function Like Makefile (FLM)
# The file destinations  relative to EPOCROOT
# ============================================================================

define updateversion
$(GUARD_VPNVU):=1

BITMAP:: $(EXTENSION_ROOT)/$(VU_TOOL)
	$(call startrule,vpnclient_version_update,FORCESUCCESS) \
	cd $(EXTENSION_ROOT) && $(PERL) $(VU_TOOL) \
	$(call endrule,vpnclient_version_update)
endef

ifeq ($($(GUARD_VPNVU)),)
$(eval -$(updateversion))
endif