accesspointcontrol/apcontrollistplugin/group/bld.inf
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     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:  Build information for the APControlListsPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifdef RD_GS_RENOVATION // This is the GS_RENOVATION
       
    20 	
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 // export iby files
       
    28 ../rom/APControlListPlugin.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(APControlListPlugin.iby)
       
    29 ../rom/APControlListPluginResources.iby	LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(APControlListPluginResources.iby)
       
    30 
       
    31 // export localised loc file
       
    32 ../loc/apcontrollistplugin.loc	MW_LAYER_LOC_EXPORT_PATH(apcontrollistplugin.loc)
       
    33 
       
    34 PRJ_MMPFILES
       
    35 // gnumakefile apcontrollistpluginicons_dc.mk
       
    36 
       
    37 ./apcontrollistplugin.mmp
       
    38 
       
    39 PRJ_EXTENSIONS
       
    40 
       
    41 START EXTENSION s60/mifconv
       
    42 OPTION TARGETFILE apcontrollistplugin.mif
       
    43 OPTION HEADERFILE apcontrollistplugin.mbg
       
    44 OPTION SOURCES -c16,8 qgn_prop_set_conn_acl
       
    45 END
       
    46 
       
    47 #endif
       
    48 
       
    49 // End of File