messagingappbase/mceextraitems/group/bld.inf
changeset 0 72b543305e3a
child 14 c6838af47512
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  
       
    15 *	 This file provides the information required for building the
       
    16 *    whole of a Mce application.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 // specify the platforms your component needs to be built for here
       
    26 // defaults to WINS MARM so you can ignore this if you just build these
       
    27 DEFAULT
       
    28 
       
    29 
       
    30 PRJ_EXPORTS
       
    31 // Specify the source file followed by its destination here
       
    32 // copy will be used to copy the source file to its destination
       
    33 // If there's no destination then the source file will be copied
       
    34 // to the same name in /epoc32/include
       
    35 
       
    36 ../rom/mceextraitems.iby            CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(mceextraitems.iby)
       
    37 ../rom/mceextraitems_resource.iby   CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(mceextraitems_resource.iby)
       
    38 ../loc/mceextraitems.loc            APP_LAYER_LOC_EXPORT_PATH(mceextraitems.loc)
       
    39 
       
    40 PRJ_EXTENSIONS
       
    41 
       
    42 START EXTENSION s60/mifconv
       
    43 OPTION TARGETFILE mceextraicons.mif
       
    44 OPTION HEADERFILE mceextraicons.mbg
       
    45 OPTION SOURCEFILE ExtraIconlist_Scalable.txt
       
    46 END
       
    47 
       
    48 PRJ_MMPFILES
       
    49 // Specify the .mmp files required for building the important component
       
    50 // releasables. Note that you should specify any .mmp files for test
       
    51 // programs further down the file.
       
    52 //
       
    53 // Specify "tidy" if the component you need to build doesn't need to be
       
    54 // released to the rest of the company
       
    55 // specify "ignore" if the MMP file exists but should be
       
    56 // ignored.
       
    57 
       
    58 ../group/mceextraitems.mmp
       
    59 
       
    60 // End of File