mmserv/audioeffectsui/equalizer/group/bld.inf
changeset 16 43d09473c595
parent 14 80975da52420
child 22 128eb6a32b84
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
     1 /*
       
     2 * Copyright (c) 2005 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:    This file provides the information required for building the 
       
    15 *                implementation collection.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 #include "../help/group/bld.inf"
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 // specify the platforms your component needs to be built for here
       
    28 
       
    29 PRJ_EXPORTS
       
    30 // iby file
       
    31 ../rom/Equalizer.iby           CORE_MW_LAYER_IBY_EXPORT_PATH(Equalizer.iby)
       
    32 ../rom/EqualizerResources.iby  LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(EqualizerResources.iby)
       
    33 
       
    34 // loc file
       
    35 ../loc/equalizer.loc  MW_LAYER_LOC_EXPORT_PATH(equalizer.loc)
       
    36 
       
    37 PRJ_EXTENSIONS
       
    38 START EXTENSION s60/mifconv
       
    39 OPTION TARGETFILE equalizer.mif
       
    40 OPTION HEADERFILE equalizer.mbg
       
    41 OPTION SOURCES -c8,8 empty13x13 -c8,8 qgn_prop_psln_active \
       
    42                -c8,8 qgn_indi_mup2_eq_bg -c8,8 qgn_indi_mup_eq_slider
       
    43 END
       
    44 
       
    45 PRJ_MMPFILES
       
    46 // Specify the .mmp files required for building the important component
       
    47 // releasables. Note that you should specify any .mmp files for test
       
    48 // programs further down the file.
       
    49 
       
    50 
       
    51 Equalizer.mmp
       
    52 
       
    53 
       
    54 // End of File
       
    55