mmfenh/progressivedownload/group/bld.inf
changeset 16 43d09473c595
parent 14 80975da52420
child 22 128eb6a32b84
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
     1 /*
       
     2 * Copyright (c) 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:  Project build file for ProgressiveDownloadUtility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 ../Data/ProgressiveDownload_Stub.SIS   /epoc32/data/z/system/install/ProgressiveDownload_Stub.SIS
       
    27 ../rom/progressivedownload.iby         CORE_MW_LAYER_IBY_EXPORT_PATH(progressivedownload.iby)
       
    28 
       
    29 
       
    30 PRJ_MMPFILES
       
    31 #ifdef __SERIES60_NATIVE_BROWSER
       
    32 #ifdef RD_PROGDOWNLOAD
       
    33 ../ProgressiveDownloadSource/group/ProgressiveDownloadSource.mmp
       
    34 ../ProgressiveDownloadUtility/group/PDProperties.mmp
       
    35 ../ProgressiveDownloadUtility/group/ProgressiveDownloadUtility.mmp
       
    36 #endif
       
    37 #endif
       
    38 
       
    39 PRJ_TESTMMPFILES
       
    40 #ifdef __SERIES60_NATIVE_BROWSER
       
    41 #ifdef RD_PROGDOWNLOAD
       
    42 //../internal/progdownloadtestapp/group/progdownload.mmp
       
    43 #endif
       
    44 #endif