iaupdate/rom/iaupdate.iby
author Santosh V Patil <santosh.v.patil@nokia.com>
Wed, 30 Jun 2010 11:01:26 +0530
branchADM
changeset 48 364021cecc90
parent 36 f9033e605ee2
child 65 7333d7932ef7
permissions -rw-r--r--
SmartInstaller contribution based on the Nokia Qt SDK 1.0 release

/*
* Copyright (c) 2008 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:   IAUpdate ROM files.
*
*/



#ifndef __IAUPDATE_IBY__
#define __IAUPDATE_IBY__
#include <bldvariant.hrh>

#ifdef FF_IAUPDATE

S60_APP_EXE(iaupdate)
S60_APP_BITMAP(iaupdate)
S60_APP_AIF_ICONS(iaupdate)
S60_UPGRADABLE_APP_REG_RSC(iaupdate)
S60_APP_EXE(iaupdater)
S60_UPGRADABLE_APP_REG_RSC(iaupdater)
S60_APP_EXE(iaupdatelauncher)
S60_UPGRADABLE_APP_REG_RSC(iaupdatelauncher)


file=ABI_DIR\BUILD_DIR\iaupdatetools.dll         SHARED_LIB_DIR\iaupdatetools.dll
file=ABI_DIR\BUILD_DIR\iaupdateapi.dll           SHARED_LIB_DIR\iaupdateapi.dll
file=ABI_DIR\BUILD_DIR\iaupdateengine.dll        SHARED_LIB_DIR\iaupdateengine.dll
file=ABI_DIR\BUILD_DIR\iaupdaterfiles.dll        SHARED_LIB_DIR\iaupdaterfiles.dll

file=ABI_DIR\BUILD_DIR\iaupdatebg.exe            SHARED_LIB_DIR\iaupdatebg.exe 
file=ABI_DIR\BUILD_DIR\iaupdatefwupdate.dll      SHARED_LIB_DIR\iaupdatefwupdate.dll

#ifdef _IMAGE_TYPE_RND
data=ZPRIVATE\2000F85A\iaupdateengineconfig_testing.xml  PRIVATE\2000F85A\iaupdateengineconfig.xml
#else
data=ZPRIVATE\2000F85A\iaupdateengineconfig.xml  PRIVATE\2000F85A\iaupdateengineconfig.xml
#endif //_IMAGE_TYPE_RND

data=ZPRIVATE\2000F85A\backup_registration.xml   PRIVATE\2000F85A\backup_registration.xml

data=ZSYSTEM\install\iaupdate_stub.sis           system\install\iaupdate_stub.sis
data=ZSYSTEM\install\iaupdater_stub.sis          system\install\iaupdater_stub.sis


#endif //FF_IAUPDATE

#endif //__IAUPDATE_IBY__