upnpframework/group/bld.inf
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 27 03808033c9a2
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    13 *
    13 *
    14 * Description:  Build information file for upnpframework
    14 * Description:  Build information file for upnpframework
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 // For compatibility with S60 3.2 and IAD branch
    18 // For compatibility with S60 3.2 and IAD branch
    20 #include "../../group/upnpplatformvar.hrh"
    19 #include "../../group/upnpplatformvar.hrh"
    21 
    20 
    22 PRJ_PLATFORMS
    21 PRJ_PLATFORMS
    23 DEFAULT
    22 DEFAULT
    24 
    23 
    25 PRJ_EXPORTS
    24 PRJ_EXPORTS
    26 // none
    25 
       
    26 // LOC files
       
    27 UPNP_LOC_EXPORT(upnpframework.loc)
       
    28 
       
    29 // upnpframework common headers
       
    30 ../inc/upnpframeworkfeatures_mmp.hrh    |../../inc/upnpframeworkfeatures_mmp.hrh
       
    31 ../inc/upnplogging.h                    |../../inc/upnplogging.h
       
    32 ../inc/upnppanic.h                      |../../inc/upnppanic.h
       
    33 ../inc/upnplog.h                        |../../inc/upnplog.h
    27 
    34 
    28 PRJ_MMPFILES
    35 PRJ_MMPFILES
    29 // none
    36 // None
    30 
    37 
    31 // Build subprojects
    38 // Build subprojects
    32 
    39 
    33 // UpnpUtilities
    40     // Upnpthumbnail
    34 #include "../upnputilities/group/bld.inf"
    41     #include "../upnpthumbnail/group/bld.inf"
       
    42     
       
    43     // UpnpUtilities
       
    44     #include "../upnputilities/group/bld.inf"
    35 
    45 
    36 #ifdef FF_UPNP_FRAMEWORK_2_0  // UPnP feature flag
    46     // UpnpCommand
    37      // UPnP (Home Media) Extension plugin interface
    47     #include "../upnpcommand/group/bld.inf"
    38     #include "../upnpextensionpluginif/group/bld.inf"
    48     
       
    49     // UpnpFileTransferEngine
       
    50     #include "../upnpfiletransferengine/group/bld.inf"    
    39 
    51 
    40     // UpnpFileTransferEngine
    52     // UpnpMusicAdapter
    41     #include "../upnpfiletransferengine/group/bld.inf"
    53     #include "../upnpmusicadapter/group/bld.inf"    
    42 
       
    43     // UpnpCommonUi
       
    44     #include "../upnpcommonui/group/bld.inf"
       
    45 
       
    46         // UpnpAiwEngine
       
    47     #include "../upnpaiwengine/group/bld.inf"
       
    48 
       
    49     // UpnpAiwProvider
       
    50     #include "../upnpaiwprovider/group/bld.inf"
       
    51 
       
    52 #endif // FF_UPNP_FRAMEWORK_2_0
       
    53 
       
    54 // UpnpMusicAdapter
       
    55 #include "../upnpmusicadapter/group/bld.inf"
       
    56 
       
    57 // UpnpCommand
       
    58 #include "../upnpcommand/group/bld.inf"
       
    59 
       
    60 // Exports for upnpframework
       
    61 #include "../rom/bld.inf"
       
    62 
       
    63 
    54 
    64 // End of file
    55 // End of file