cmmanager/cmmgr/group/bld.inf
branchRCL_3
changeset 57 05bc53fe583b
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
     1 /*
     1 /*
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Build information for the Connection Method Manager
    14 * Description:
       
    15 * Build information for the Connection Method Manager.
    15 *
    16 *
    16 */
    17 */
    17 
    18 
    18 
    19 
    19 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    20 
    21 
    21 PRJ_PLATFORMS
    22 PRJ_PLATFORMS
    22 DEFAULT
    23 DEFAULT
    23 
    24 
    24 PRJ_EXPORTS
    25 PRJ_EXPORTS
    25 // export iby files
       
    26 ../Rom/CmManager.iby				CORE_MW_LAYER_IBY_EXPORT_PATH(CmManager.iby)
       
    27 ../Rom/CmManagerResources.iby			LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(CmManagerResources.iby)
       
    28 
       
    29 ../Rom/cmpluginembdestination.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(cmpluginembdestination.iby)
       
    30 ../Rom/cmpluginembdestinationresources.iby	LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(cmpluginembdestinationresources.iby)
       
    31 
       
    32 ../Rom/cmpluginpacketdata.iby			CORE_MW_LAYER_IBY_EXPORT_PATH(cmpluginpacketdata.iby)
       
    33 ../Rom/cmpluginpacketdataresources.iby		LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(cmpluginpacketdataresources.iby)
       
    34 
       
    35 ../Rom/cmpluginvpn.iby				CORE_MW_LAYER_IBY_EXPORT_PATH(cmpluginvpn.iby)
       
    36 ../Rom/cmpluginvpnresources.iby			LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(cmpluginvpnresources.iby)
       
    37 
       
    38 ../Rom/cmpluginwlan.iby				CORE_MW_LAYER_IBY_EXPORT_PATH(cmpluginwlan.iby)
       
    39 ../Rom/cmpluginwlanresources.iby		LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(cmpluginwlanresources.iby)
       
    40 
       
    41 
    26 
    42 PRJ_MMPFILES
    27 PRJ_MMPFILES
    43 // None
    28 #include "../database/group/bld.inf"
       
    29 #include "../cmmapi/group/bld.inf"
       
    30 #include "../cmmpluginbase/group/bld.inf"
       
    31 #include "../cmmserver/group/bld.inf"
       
    32 #include "../cmmplugins/group/bld.inf"
    44 
    33 
    45 #include "../database/group/bld.inf"
    34 PRJ_TESTMMPFILES
    46 #include "../Framework/Group/bld.inf"
    35 
    47 #include "../Plugins/Group/bld.inf"