upnpframework/rom/upnpframework.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:  upnpframework subsystem ROM include file
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UPNPFRAMEWORK_IBY__
       
    19 #define __UPNPFRAMEWORK_IBY__
       
    20 
       
    21 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag
       
    22 
       
    23     // UPNP utilities
       
    24     file=ABI_DIR\BUILD_DIR\upnputilities.dll \sys\bin\upnputilities.dll
       
    25 
       
    26     
       
    27     // UPNP (Home Media) Extension plugin interface
       
    28     file=ABI_DIR\BUILD_DIR\upnpextensionpluginif.dll \sys\bin\upnpextensionpluginif.dll
       
    29 
       
    30     // musicadapter
       
    31     file=ABI_DIR\BUILD_DIR\upnpmusicadapter.dll \sys\bin\upnpmusicadapter.dll
       
    32 
       
    33     // CommonUI
       
    34     file=ABI_DIR\BUILD_DIR\upnpcommonui.dll \sys\bin\UPnPCommonUI.dll
       
    35     data=DATAZ_\resource\apps\upnpcommonui.mif \resource\apps\upnpcommonui.mif
       
    36 
       
    37     // UPnP AIW Engine
       
    38     file=ABI_DIR\BUILD_DIR\upnpaiwengine.dll \sys\bin\upnpaiwengine.dll
       
    39 
       
    40     // UPnP AIW Provider (AIW Provider)
       
    41     ECOM_PLUGIN(upnpaiwprovider.dll,upnpaiwprovider.rsc)
       
    42 
       
    43     // UPnP File Transfer Engine
       
    44     file=ABI_DIR\BUILD_DIR\upnpfiletransferengine.dll \sys\bin\upnpfiletransferengine.dll
       
    45 
       
    46     // UpnpCommand ECom plugin
       
    47     ECOM_PLUGIN( upnpcommandplugin.dll, upnpcommandplugin.rsc )
       
    48 
       
    49 #endif // FF_UPNP_FRAMEWORK_2_0
       
    50 
       
    51     // UPnPCommand static linked library
       
    52     file=ABI_DIR\BUILD_DIR\upnpcommand.dll \sys\bin\upnpcommand.dll
       
    53 
       
    54 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag	
       
    55 
       
    56     // The stub sis file
       
    57     data=ZSYSTEM\install\upnpframework_stub.sis system\install\upnpframework_stub.sis
       
    58 
       
    59 #endif // FF_UPNP_FRAMEWORK_2_0
       
    60 
       
    61 #endif // __UPNPFRAMEWORK_IBY__