group/bld.inf
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006 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:      upnpservices build file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 // For compatibility with S60 3.2 and IAD branch
       
    23 #include "upnpplatformvar.hrh"
       
    24 
       
    25 // Export domain and SDK headers
       
    26 #include "../dlnasrv_plat/group/bld.inf"
       
    27 
       
    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