commsconfig/group/bld.inf
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2005-2008 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 *                CSC Application.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../rom/csc.iby CORE_APP_LAYER_IBY_EXPORT_PATH( csc.iby )
       
    25 
       
    26 ../rom/cscresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH( cscresources.iby )
       
    27 
       
    28 //ROM SIS stub
       
    29 ../sis/commsconfig_stub.sis    /epoc32/data/z/system/install/commsconfig_stub.sis
       
    30 PRJ_MMPFILES
       
    31 
       
    32 //gnumakefile ../cscapplicationui/group/icons_dc.mk
       
    33 
       
    34 PRJ_EXTENSIONS
       
    35 START EXTENSION s60/mifconv
       
    36 OPTION TARGETFILE csc_aif.mif
       
    37 OPTION HEADERFILE csc.mbg
       
    38 OPTION SOURCEFILE iconlist.txt
       
    39 END
       
    40 
       
    41 
       
    42 //  Help exports
       
    43 #include "../help/group/bld.inf"
       
    44 
       
    45 //subcomponent includes
       
    46 #include "../cscgsplugin/group/bld.inf"
       
    47 #include "../cscsipvoipcleanupplugin/group/bld.inf"
       
    48 #include "../cscengine/group/bld.inf"
       
    49 #include "../cscsettingsui/group/bld.inf"
       
    50 #include "../cscapplicationui/group/bld.inf"
       
    51 
       
    52 // End of File