rom/alfred.iby
changeset 17 3eca7e70b1b8
parent 3 4526337fb576
equal deleted inserted replaced
3:4526337fb576 17:3eca7e70b1b8
     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: Alf iby file.
       
    15 *
       
    16 */
       
    17 #ifndef __ALFRED_IBY__
       
    18 #define __ALFRED_IBY__
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 REM ALFRED
       
    23 
       
    24 // TEMP
       
    25 // New IBY file exporting improvements in 5.0 says that no need to include other IBY files
       
    26 #ifndef __S60_50__
       
    27 #include <aknfepuiinterface.iby>
       
    28 #endif
       
    29 
       
    30 #ifdef FF_ROM_INCLUDE_ALF 
       
    31 
       
    32 // HUIToolkit
       
    33 file=ABI_DIR\BUILD_DIR\hitchcock.dll            SHARED_LIB_DIR\hitchcock.dll
       
    34 
       
    35 #ifndef __SERIES60_30__
       
    36 // client
       
    37 file=ABI_DIR\BUILD_DIR\alfclient.dll            SHARED_LIB_DIR\alfclient.dll
       
    38 
       
    39 // App Server exe
       
    40 file=ABI_DIR\BUILD_DIR\alfredserver.exe         PROGRAMS_DIR\alfredserver.exe
       
    41 data=DATAZ_\APP_RESOURCE_DIR\alfredserver.RSC 	APP_RESOURCE_DIR\alfredserver.rsc
       
    42 data=ZSYSTEM\..\PRIVATE\10003A3F\APPS\alfredserver_REG.RSC Private\10003a3f\apps\alfredserver_reg.rsc
       
    43 
       
    44 // Server core
       
    45 file=ABI_DIR\BUILD_DIR\alfappservercore.dll     SHARED_LIB_DIR\alfappservercore.dll
       
    46 
       
    47 // File token server
       
    48 file=ABI_DIR\BUILD_DIR\ftokenclient.dll        SHARED_LIB_DIR\ftokenclient.dll
       
    49 file=ABI_DIR\BUILD_DIR\!ftokenserver.exe       PROGRAMS_DIR\!ftokenserver.exe
       
    50 
       
    51 
       
    52 // Stub sis file
       
    53 data=ABI_DIR\BUILD_DIR\uiaccelerator_stub.sis system\install\uiaccelerator_stub.sis
       
    54 
       
    55 #endif // #ifndef __SERIES60_30__
       
    56 
       
    57 #endif // #ifdef FF_ROM_INCLUDE_ALF
       
    58 
       
    59 #endif