browserutilities/schemehandler/SchemeApp/group/bld.inf
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 the License "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 *      Build information for the Scheme Handler App
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh"
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 ../../rom/SchemeHandler.iby  CORE_MW_LAYER_IBY_EXPORT_PATH(SchemeHandler.iby)
       
    28 ../../rom/SchemeHandlerResources.iby  LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(SchemeHandlerResources.iby)
       
    29 ../loc/SchemeApp.loc  MW_LAYER_LOC_EXPORT_PATH(SchemeApp.loc)
       
    30 
       
    31 #ifdef __SERIES60_32__
       
    32 
       
    33 PRJ_MMPFILES
       
    34 
       
    35 #ifdef __SCALABLE_ICONS
       
    36     gnumakefile schemeappaifsvgiconsdc.mk
       
    37 #else
       
    38     gnumakefile schemeappaificonsdc.mk
       
    39 #endif
       
    40 ../group/SchemeApp.mmp
       
    41 
       
    42 #else
       
    43 
       
    44 PRJ_EXTENSIONS
       
    45 START EXTENSION s60/mifconv
       
    46 OPTION TARGETFILE schemeapp_aif.mif
       
    47 OPTION SOURCES -c8,8 qgn_menu_wml
       
    48 END
       
    49 
       
    50 PRJ_MMPFILES
       
    51 ../group/SchemeApp.mmp
       
    52 
       
    53 #endif
       
    54