eventsui/rom/eventsui.iby
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2009 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: IBY file for EventsUi
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __EVENTSUI_IBY__
       
    19 #define __EVENTSUI_IBY__
       
    20 
       
    21 #ifdef FF_LBT_EVENTSUI
       
    22 #ifdef FF_LBT_ENGINE
       
    23 
       
    24 // Events Management UI
       
    25 // Events Utils dll
       
    26 file=ABI_DIR\BUILD_DIR\evtutils.dll		        SHARED_LIB_DIR\evtutils.dll
       
    27 
       
    28 // Events Engine dll
       
    29 file=ABI_DIR\BUILD_DIR\evtengine.dll		    SHARED_LIB_DIR\evtengine.dll
       
    30 
       
    31 // Events Engine dll
       
    32 file=ABI_DIR\BUILD_DIR\evteditor.dll		    SHARED_LIB_DIR\evteditor.dll
       
    33 
       
    34 // Events Handler Server EXE
       
    35 file=ABI_DIR\BUILD_DIR\evthandlerserver.exe     PROGRAMS_DIR\evthandlerserver.exe
       
    36 
       
    37 // Events Handler UI exe
       
    38 file=ABI_DIR\BUILD_DIR\evthandler.exe     	    PROGRAMS_DIR\evthandler.exe
       
    39 
       
    40 // Application exe
       
    41 file=ABI_DIR\BUILD_DIR\evthandlerapp.exe        PROGRAMS_DIR\evthandlerapp.exe
       
    42 
       
    43 // Application exe
       
    44 file=ABI_DIR\BUILD_DIR\evtmgmtui.exe        	PROGRAMS_DIR\evtmgmtui.exe
       
    45 
       
    46 // Application Icon
       
    47 S60_APP_AIF_ICONS( evtmgmtui )
       
    48 
       
    49 // Application Registration Info
       
    50 S60_UPGRADABLE_APP_REG_RSC( evtmgmtui )
       
    51 
       
    52 // Other Icons
       
    53 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, evtmgmtui )
       
    54 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, evteditor )
       
    55 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, evthandlerserver )
       
    56 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, evtinfonote )
       
    57 
       
    58 // Handler Application Icon
       
    59 S60_APP_AIF_ICONS( evthandlerapp )
       
    60 
       
    61 // Handler Application Registration Info
       
    62 S60_UPGRADABLE_APP_REG_RSC( evthandlerapp )
       
    63 
       
    64 // Other Icons
       
    65 SCALABLE_IMAGE( APP_BITMAP_DIR, APP_BITMAP_DIR, evthandlerapp )
       
    66 
       
    67 // Notifier
       
    68 ECOM_PLUGIN(evtnotifierplugin.dll,evtnotifierplugin.rsc)
       
    69 file=ABI_DIR\BUILD_DIR\evtinfonote.dll   SHARED_LIB_DIR\evtinfonote.dll
       
    70 
       
    71 // Storage Db Backup Registration File
       
    72 data=DATAZ_\private\2001E663\backup_registration.xml    \private\2001E663\backup_registration.xml
       
    73 
       
    74 #endif // FF_LBT_ENGINE
       
    75 #endif // FF_LBT_EVENTSUI
       
    76 
       
    77 #endif // __EVENTSUI_IBY__