upnpsettings/group/bld.inf
changeset 0 7f85d04be362
child 13 0002d81e447b
child 28 cdcbf344a1d3
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 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:      Build information file for upnpsettings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 // For compatibility with S60 3.2 and IAD branch
       
    24 #include "../../group/upnpplatformvar.hrh"
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // ROM build
       
    30 ../rom/upnpsettings.iby               CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsettings.iby)
       
    31 ../rom/upnpsettingsresources.iby      CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsettingsresources.iby)
       
    32 // LOC files
       
    33 UPNP_LOC_EXPORT(upnpsettings.loc)
       
    34 
       
    35 PRJ_MMPFILES
       
    36 // none
       
    37 
       
    38     // settings engine
       
    39     #include "../upnpsettingsengine/group/bld.inf"
       
    40 #ifdef FF_UPNP_FRAMEWORK_2_0  // UPnP feature flag
       
    41     // multiselectionui
       
    42     #include "../multiselectionui/group/bld.inf"
       
    43 
       
    44     // upnp setup wizard
       
    45     #include "../appwizard/group/bld.inf"
       
    46 
       
    47     // Sharing ui
       
    48     #include "../upnpsharingui/group/bld.inf"
       
    49 #endif // FF_UPNP_FRAMEWORK_2_0
       
    50     // GS plugin
       
    51     #include "../upnpgsplugin/group/bld.inf"
       
    52 
       
    53 // end of file