mmfenh/progressivedownload/rom/progressivedownload.iby
changeset 33 5e8b14bae8c3
parent 28 ebf79c79991a
child 36 73253677b50a
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
     1 /*
       
     2 * Copyright (c) 2002 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 ProgressiveDownloadUtility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef PROGRESSIVEDOWNLOAD_IBY
       
    22 #define PROGRESSIVEDOWNLOAD_IBY
       
    23 
       
    24 #ifdef __SERIES60_NATIVE_BROWSER
       
    25 #ifdef RD_PROGDOWNLOAD
       
    26 
       
    27 file=ABI_DIR\BUILD_DIR\ProgressiveDownloadUtility.dll     SHARED_LIB_DIR\ProgressiveDownloadUtility.dll
       
    28 file=ABI_DIR\BUILD_DIR\PDProperties.dll                     SHARED_LIB_DIR\PDProperties.dll
       
    29 
       
    30 // For ProgressiveDownload DataSource
       
    31 ECOM_PLUGIN(ProgressiveDownloadSource.dll, ProgressiveDownloadSource.rsc)
       
    32 
       
    33 #endif
       
    34 #endif
       
    35 
       
    36 // PROGRESSIVEDOWNLOAD STUB
       
    37 data=ZSYSTEM\install\ProgressiveDownload_Stub.SIS    System\Install\ProgressiveDownload_Stub.SIS
       
    38 
       
    39 
       
    40 #endif //PROGRESSIVEDOWNLOAD_IBY
       
    41 
       
    42