upnpframework/rom/upnpframeworkresources.iby
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     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:  includes binaries for rombuild
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UPNPFRAMEWORKRESOURCES_IBY__
       
    19 #define __UPNPFRAMEWORKRESOURCES_IBY__
       
    20 
       
    21 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag
       
    22 
       
    23     // Common UI
       
    24     data=DATAZ_\resource\UPnPCommonUI.rsc \resource\UPnPCommonUI.rsc
       
    25 
       
    26     // AIW provider
       
    27     data=DATAZ_\resource\UPnPAiwEngineResources.RSC \resource\UPnPAiwEngineResources.rsc
       
    28     data=DATAZ_\resource\UPnPAiwMenuResources.rsc \resource\UPnPAiwMenuResources.rsc
       
    29 
       
    30     // UpnpCommand
       
    31     data=DATAZ_\resource\upnpcommandresources.RSC \resource\upnpcommandresources.rsc
       
    32 
       
    33     // File transfer engine
       
    34     data=DATAZ_\resource\UPnPFileTransferEngineResources.rsc \resource\UPnPFileTransferEngineResources.rsc
       
    35 
       
    36 #endif // FF_UPNP_FRAMEWORK_2_0
       
    37 
       
    38 #endif // __UPNPFRAMEWORKRESOURCES_IBY__