upnpsettings/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
    20 
    20 
    21 PRJ_PLATFORMS
    21 PRJ_PLATFORMS
    22 
    22 
    23 PRJ_EXPORTS
    23 PRJ_EXPORTS
    24 
    24 
       
    25 // LOC files
       
    26 UPNP_LOC_EXPORT(upnpsettings.loc)
       
    27 
    25 PRJ_MMPFILES
    28 PRJ_MMPFILES
       
    29 // none
    26 
    30 
    27 // settings engine
    31     // settings engine
    28 #include "../upnpsettingsengine/group/bld.inf"
    32     #include "../upnpsettingsengine/group/bld.inf"
    29 
    33 
    30 // Exports for upnpsettings
    34 // End of file
    31 #include "../rom/bld.inf"
       
    32 
       
    33 #ifdef FF_UPNP_FRAMEWORK_2_0  // UPnP feature flag
       
    34     // multiselectionui
       
    35     #include "../multiselectionui/group/bld.inf"
       
    36 
       
    37     // upnp setup wizard
       
    38     #include "../appwizard/group/bld.inf"
       
    39 
       
    40     // Sharing ui
       
    41     #include "../upnpsharingui/group/bld.inf"
       
    42 
       
    43     // GS plugin
       
    44     #include "../upnpgsplugin/group/bld.inf"
       
    45 
       
    46 #endif // FF_UPNP_FRAMEWORK_2_0
       
    47 
       
    48 // end of file