group/bld.inf
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    13 *
    13 *
    14 * Description:      upnpservices build file
    14 * Description:      upnpservices build file
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 
       
    21 
       
    22 // For compatibility with S60 3.2 and IAD branch
    18 // For compatibility with S60 3.2 and IAD branch
    23 #include "upnpplatformvar.hrh"
    19 #include "upnpplatformvar.hrh"
    24 
    20 
    25 // Export domain and SDK headers
    21 PRJ_EXPORTS
       
    22 
       
    23 // --------------------------------------------------------------------------
       
    24 // Build the dlnasrv package's collections
       
    25 // --------------------------------------------------------------------------
       
    26 
       
    27 // Build the upnpmediaserver collection
       
    28 #include "../upnpmediaserver/group/bld.inf"
       
    29 
       
    30 // Build the upnpavcontroller collection
       
    31 #include "../upnpavcontroller/group/bld.inf"
       
    32 
       
    33 // Build the upnpframework collection
       
    34 #include "../upnpframework/group/bld.inf"
       
    35 
       
    36 // Build the upnpsettings collection
       
    37 #include "../upnpsettings/group/bld.inf"
       
    38 
       
    39 // Build the upnpsharing collection
       
    40 #include "../upnpsharing/group/bld.inf"
       
    41 
       
    42 // Export the platform headers
    26 #include "../dlnasrv_plat/group/bld.inf"
    43 #include "../dlnasrv_plat/group/bld.inf"
    27 
    44 
    28 // upnp stack
       
    29 #include "../upnpavcontrolpoint/group/bld.inf"
       
    30 #include "../upnpmediaserver/group/bld.inf"
       
    31 
       
    32 // upnp framework
       
    33 #include "../upnpavcontroller/group/bld.inf"
       
    34 #include "../upnpframework/group/bld.inf"
       
    35 #include "../upnpsettings/group/bld.inf"
       
    36 #include "../upnpsharing/group/bld.inf"
       
    37 #include "../upnpmpxplugins/group/bld.inf"
       
    38 
       
    39 #ifdef FF_UPNP_FRAMEWORK_2_0  // UPnP feature flag
       
    40 #include "../upnpharvester/group/bld.inf"
       
    41 
       
    42 // upnp applications
       
    43 #include "../homesync/group/bld.inf"
       
    44 #include "../homemedia/group/bld.inf"
       
    45 #endif // FF_UPNP_FRAMEWORK_2_0
       
    46 // End of file
    45 // End of file