iaupdate/rom/iaupdate.iby
changeset 0 ba25891c3a9e
child 18 f9033e605ee2
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   IAUpdate ROM files.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __IAUPDATE_IBY__
       
    21 #define __IAUPDATE_IBY__
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 #ifdef FF_IAUPDATE
       
    25 
       
    26 S60_APP_EXE(iaupdate)
       
    27 S60_APP_BITMAP(iaupdate)
       
    28 S60_APP_AIF_ICONS(iaupdate)
       
    29 S60_UPGRADABLE_APP_REG_RSC(iaupdate)
       
    30 S60_APP_EXE(iaupdater)
       
    31 S60_UPGRADABLE_APP_REG_RSC(iaupdater)
       
    32 S60_APP_EXE(iaupdatelauncher)
       
    33 S60_UPGRADABLE_APP_REG_RSC(iaupdatelauncher)
       
    34 
       
    35 
       
    36 file=ABI_DIR\BUILD_DIR\iaupdatetools.dll         SHARED_LIB_DIR\iaupdatetools.dll
       
    37 file=ABI_DIR\BUILD_DIR\iaupdateapi.dll           SHARED_LIB_DIR\iaupdateapi.dll
       
    38 file=ABI_DIR\BUILD_DIR\iaupdateengine.dll        SHARED_LIB_DIR\iaupdateengine.dll
       
    39 file=ABI_DIR\BUILD_DIR\iaupdaterfiles.dll        SHARED_LIB_DIR\iaupdaterfiles.dll
       
    40 
       
    41 file=ABI_DIR\BUILD_DIR\iaupdatebg.exe            SHARED_LIB_DIR\iaupdatebg.exe 
       
    42 file=ABI_DIR\BUILD_DIR\iaupdatefwupdate.dll      SHARED_LIB_DIR\iaupdatefwupdate.dll
       
    43 
       
    44 data=ZPRIVATE\2000F85A\iaupdateengineconfig.xml  PRIVATE\2000F85A\iaupdateengineconfig.xml
       
    45 data=ZPRIVATE\2000F85A\backup_registration.xml   PRIVATE\2000F85A\backup_registration.xml
       
    46 
       
    47 data=ZSYSTEM\install\iaupdate_stub.sis           system\install\iaupdate_stub.sis
       
    48 data=ZSYSTEM\install\iaupdater_stub.sis          system\install\iaupdater_stub.sis
       
    49 
       
    50 data= ZPRIVATE\200211f4\qgn_note_swupdate_notification.svg PRIVATE\200211f4\qgn_note_swupdate_notification.svg
       
    51 
       
    52 #endif //FF_IAUPDATE
       
    53 
       
    54 #endif //__IAUPDATE_IBY__