upnpframework/group/bld.inf
changeset 0 7f85d04be362
child 25 52826dcbed74
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006-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 upnpframework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // For compatibility with S60 3.2 and IAD branch
       
    20 #include "../../group/upnpplatformvar.hrh"
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // ROM build
       
    27 ../rom/upnpframework.iby               CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframework.iby)
       
    28 ../rom/upnpframeworkresources.iby      CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframeworkresources.iby)
       
    29 // LOC files
       
    30 UPNP_LOC_EXPORT(upnpframework.loc)
       
    31 // IAD support
       
    32 ../install/20009cae.cre                /epoc32/release/arm5/urel/z/private/20009cae.cre
       
    33 ../install/20007564.cre                /epoc32/release/arm5/urel/z/private/20007564.cre
       
    34 ../install/upnpframework_stub.sis      /epoc32/data/z/system/install/upnpframework_stub.sis
       
    35 // upnpframework common headers
       
    36 ../inc/upnpframeworkfeatures_mmp.hrh   |../../inc/upnpframeworkfeatures_mmp.hrh
       
    37 ../inc/upnplogging.h                   |../../inc/upnplogging.h
       
    38 ../inc/upnppanic.h                     |../../inc/upnppanic.h
       
    39 ../inc/upnplog.h                       |../../inc/upnplog.h
       
    40 
       
    41 PRJ_MMPFILES
       
    42 // none
       
    43 
       
    44     // Build subprojects
       
    45 
       
    46     // UpnpUtilities
       
    47     #include "../upnputilities/group/bld.inf"
       
    48 #ifdef FF_UPNP_FRAMEWORK_2_0  // UPnP feature flag
       
    49      // UPnP (Home Media) Extension plugin interface
       
    50     #include "../upnpextensionpluginif/group/bld.inf"
       
    51 
       
    52     // UpnpFileTransferEngine
       
    53     #include "../upnpfiletransferengine/group/bld.inf"
       
    54 
       
    55     // UpnpCommonUi
       
    56     #include "../upnpcommonui/group/bld.inf"
       
    57 
       
    58         // UpnpAiwEngine
       
    59     #include "../upnpaiwengine/group/bld.inf"
       
    60 
       
    61     // UpnpAiwProvider
       
    62     #include "../upnpaiwprovider/group/bld.inf"
       
    63 
       
    64 #endif // FF_UPNP_FRAMEWORK_2_0
       
    65 
       
    66     // UpnpMusicAdapter
       
    67     #include "../upnpmusicadapter/group/bld.inf"
       
    68     
       
    69     // UpnpCommand
       
    70     #include "../upnpcommand/group/bld.inf"
       
    71 
       
    72 
       
    73 
       
    74 // End of file