remotestoragefw/rom/rsfw.iby
changeset 13 6b4fc789785b
parent 2 c32dc0be5eb4
equal deleted inserted replaced
2:c32dc0be5eb4 13:6b4fc789785b
     1 /*
       
     2 * Copyright (c) 2002-2004 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 Remote Storage FW
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef RSFW_IBY
       
    20 #define RSFW_IBY
       
    21 
       
    22 // DLLs used by RSFW MountMan API, always included
       
    23 file=ABI_DIR\BUILD_DIR\rsfwcontrol.dll           SHARED_LIB_DIR\rsfwcontrol.dll
       
    24 file=ABI_DIR\BUILD_DIR\rsfwmountman.dll          SHARED_LIB_DIR\rsfwmountman.dll 
       
    25 file=ABI_DIR\BUILD_DIR\rsfwmountstore.dll        SHARED_LIB_DIR\rsfwmountstore.dll 
       
    26 file=ABI_DIR\BUILD_DIR\rsfwmountutils.dll             SHARED_LIB_DIR\rsfwmountutils.dll 
       
    27 
       
    28 #ifdef __REMOTE_STORAGE_FW
       
    29 
       
    30 // Common objects
       
    31 file=ABI_DIR\BUILD_DIR\rsfwcommon.dll            SHARED_LIB_DIR\rsfwcommon.dll
       
    32 
       
    33 // Remote File System plug-in
       
    34 file=ABI_DIR\BUILD_DIR\eremotefs.fsy             SHARED_LIB_DIR\eremotefs.fsy
       
    35 
       
    36 // Remote File Engine
       
    37 file=ABI_DIR\BUILD_DIR\remotefe.exe              PROGRAMS_DIR\remotefe.exe
       
    38 
       
    39 // RSFW Boot Mounter
       
    40 file=ABI_DIR\BUILD_DIR\rsfwbootmounter.exe              PROGRAMS_DIR\rsfwbootmounter.exe
       
    41 
       
    42 // Access Modules (ECom plug-ins)
       
    43 ECOM_PLUGIN(rsfwdavaccess.dll, 101F9769.rsc) 
       
    44 
       
    45 // Remote File Engine client-side DLLs
       
    46 file=ABI_DIR\BUILD_DIR\rsfwsession.dll           SHARED_LIB_DIR\rsfwsession.dll
       
    47 
       
    48 // RSFW config
       
    49 file=ABI_DIR\BUILD_DIR\rsfwconfig.dll            SHARED_LIB_DIR\rsfwconfig.dll
       
    50 
       
    51 // RSFW General Settings Plugin UI
       
    52 ECOM_PLUGIN(rsfwgsplugin.dll,101f9777.rsc) // this publishes the DLL and the 
       
    53             // resource file to the correct location
       
    54 data=DATAZ_\BITMAP_DIR\rsfwgsplugin.mif BITMAP_DIR\rsfwgsplugin.mif       
       
    55 
       
    56 // extended notifier server plugin (global dialogs)
       
    57 //NotifierPlugin
       
    58 ECOM_PLUGIN(rsfwnotplugin.dll, 101F9770.rss) 
       
    59 
       
    60 // Bio Control
       
    61 // dll location
       
    62 file=ABI_DIR\BUILD_DIR\rsfwmountconfbc.dll       		SHARED_LIB_DIR\rsfwmountconfbc.dll
       
    63 
       
    64 #endif // __REMOTE_STORAGE_FW
       
    65 
       
    66 #endif // RSFW_IBY
       
    67 
       
    68 //  End of File