extras/about/group/bld.inf
changeset 13 83b3f7c09925
parent 2 c4c2ac0facfd
equal deleted inserted replaced
2:c4c2ac0facfd 13:83b3f7c09925
     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:   This file provides the information required for building About
       
    15 *               
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../aboutgsplugin/group/bld.inf"
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // export localised loc file
       
    27 ../loc/about.loc APP_LAYER_LOC_EXPORT_PATH(about.loc)
       
    28 
       
    29 // export IBY files
       
    30 ../rom/About.iby          CORE_APP_LAYER_IBY_EXPORT_PATH(about.iby)
       
    31 ../rom/AboutResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(aboutresources.iby)
       
    32 
       
    33 PRJ_MMPFILES
       
    34 
       
    35 about.mmp
       
    36 
       
    37 PRJ_EXTENSIONS
       
    38 
       
    39 START EXTENSION s60/mifconv
       
    40 OPTION TARGETFILE about.mif
       
    41 OPTION HEADERFILE about.mbg
       
    42 OPTION SOURCES -c8,8 qgn_menu_about_cxt\
       
    43                -c8 qgn_graf_java_logo\
       
    44                -c8,8 qgn_graf_s60_logo
       
    45 END
       
    46 
       
    47 START EXTENSION s60/mifconv
       
    48 OPTION TARGETFILE about_aif.mif
       
    49 OPTION SOURCES -c8,8 qgn_menu_about
       
    50 END
       
    51 
       
    52 //PRJ_TESTMMPFILES
       
    53 //../tsrc/CVTAbout.mmp  // CVT test case(s)
       
    54 
       
    55 // End of File