wlansecuritysettings/wapisecuritysettingsui/group/bld.inf
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : bld.inf
       
     4 *  Part of  : S60 WAPI Security Settings UI
       
     5 *
       
     6 *  Description:
       
     7 *    This file provides the information required for building the
       
     8 *    whole of a wapisecuritysettingsui.
       
     9 *  Version: %version:  9 %
       
    10 *
       
    11 *  Copyright (C) 2008-2009 Nokia Corporation.
       
    12 *  This material, including documentation and any related 
       
    13 *  computer programs, is protected by copyright controlled by 
       
    14 *  Nokia Corporation. All rights are reserved. Copying, 
       
    15 *  including reproducing, storing,  adapting or translating, any 
       
    16 *  or all of this material requires the prior written consent of 
       
    17 *  Nokia Corporation. This material also contains confidential 
       
    18 *  information which may not be disclosed to others without the 
       
    19 *  prior written consent of Nokia Corporation.
       
    20 *
       
    21 * ============================================================================
       
    22 */
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 DEFAULT
       
    28 
       
    29 //  Help exports
       
    30 #include "../help/group/bld.inf"
       
    31 
       
    32 PRJ_EXPORTS
       
    33 
       
    34 // export iby files
       
    35 ../rom/wapisecuritysettingsui.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(wapisecuritysettingsui.iby)
       
    36 ../rom/wapisecuritysettingsuiresources.iby	LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(wapisecuritysettingsuiresources.iby)
       
    37 
       
    38 // export localised loc file
       
    39 ../loc/wapisecuritysettingsui.loc	MW_LAYER_LOC_EXPORT_PATH(wapisecuritysettingsui.loc)
       
    40 
       
    41 PRJ_MMPFILES
       
    42 ./wapisecuritysettingsui.mmp
       
    43 
       
    44 // End of File