commonuisupport/uikon/group/uikon.iby
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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: 
       
    15 *
       
    16 */
       
    17 #ifndef __UIKON_IBY__
       
    18 #define __UIKON_IBY__
       
    19 
       
    20 #include "uiklaf.iby"
       
    21 #include "loadlafshutdown.iby"
       
    22 
       
    23 REM Uikon
       
    24 
       
    25 file=ABI_DIR\DEBUG_DIR\eikcore.dll		System\Libs\EikCore.dll
       
    26 file=ABI_DIR\BUILD_DIR\eiksrv.dll		System\Libs\EikSrv.dll
       
    27 file=ABI_DIR\DEBUG_DIR\eiksrvs.exe 		System\Programs\EikSrvs.exe // explanation as given for EikCore.dll
       
    28 file=ABI_DIR\BUILD_DIR\eiksrvc.dll 		System\Libs\EikSrvc.dll
       
    29 file=ABI_DIR\BUILD_DIR\eikbackupsrv.dll	System\Libs\eikbackupsrv.dll
       
    30 file=ABI_DIR\BUILD_DIR\eikshtsrv.dll	System\Libs\eikshtsrv.dll
       
    31 
       
    32 REM DFRD-specific implementations of the interfaces specified by UIKLAFGT
       
    33 
       
    34 file=ABI_DIR\BUILD_DIR\uiklaf.dll		System\Libs\UikLaf.dll
       
    35 data=EPOCROOT##epoc32\data\Z\Resource\Apps\default_app_icon.mbm Resource\Apps\default_app_icon.mbm
       
    36 
       
    37 REM ErrorResGt
       
    38 
       
    39 data=MULTI_LINGUIFY(RSC ZRESOURCE\Errors\ERRORRESGT	Resource\Errors\ErrorResGt)
       
    40 
       
    41 REM Viewsrv
       
    42 
       
    43 file=ABI_DIR\BUILD_DIR\viewsrv.dll 		System\Libs\viewsrv.dll
       
    44 file=ABI_DIR\BUILD_DIR\viewcli.dll 		System\Libs\viewcli.dll
       
    45 
       
    46 file=ABI_DIR\BUILD_DIR\updatesystemcolorlist.exe 		Sys\Bin\updatesystemcolorlist.exe
       
    47 REM Test code for Uikon Subsystem - kept in \uikon\group\
       
    48 REM #include "uikon_subsytem_unit_test.iby"
       
    49 
       
    50 patchdata eiksrv.dll @ KEikAlarmDefaultSnoozeInMinutes 5
       
    51 
       
    52 #endif