extras/about/aboutgsplugin/group/bld.inf
branchRCL_3
changeset 21 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
20:41b775cdc0c8 21:10c6e6d6e4d9
       
     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 
       
    15 *                AboutGsPlugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // export localised loc file
       
    27 ../loc/aboutgsplugin.loc APP_LAYER_LOC_EXPORT_PATH(aboutgsplugin.loc)
       
    28 
       
    29 // Only for 5.0 release 
       
    30 #ifdef  RD_CONTROL_PANEL
       
    31 	PRJ_MMPFILES
       
    32 	//gnumakefile aboutgspluginicons.mk
       
    33 	aboutgsplugin.mmp
       
    34 
       
    35 PRJ_EXTENSIONS
       
    36 
       
    37 START EXTENSION s60/mifconv
       
    38 OPTION TARGETFILE aboutgsplugin.mif
       
    39 OPTION HEADERFILE aboutgsplugin.mbg
       
    40 OPTION SOURCES -c8,8 qgn_prop_cp_dev_about
       
    41 END
       
    42 #endif //RD_CONTROL_PANEL
       
    43 
       
    44 PRJ_TESTMMPFILES
       
    45 
       
    46 //  End of File