upnpsharing/rom/upnpsharing.iby
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 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:      upnpsharing subsystem resource ROM include file
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UPNPSHARING_IBY__
       
    19 #define __UPNPSHARING_IBY__
       
    20 
       
    21 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag
       
    22 
       
    23     // UPnP Security
       
    24     file=ABI_DIR\BUILD_DIR\upnpsecuritymanagerserver.exe \sys\bin\upnpsecuritymanagerserver.exe
       
    25     file=ABI_DIR\BUILD_DIR\upnpsecuritymanagerclient.dll \sys\bin\upnpsecuritymanagerclient.dll
       
    26     file=ABI_DIR\BUILD_DIR\upnpsecurity.dll \sys\bin\upnpsecurity.dll
       
    27     ECOM_PLUGIN( upnpsecuritymanagerplugin.dll, upnpsecuritymanagerplugin.rsc )
       
    28 
       
    29     // DLNA Profiler
       
    30     file=ABI_DIR\BUILD_DIR\dlnaprofiler.dll \sys\bin\dlnaprofiler.dll
       
    31 
       
    32     // sharing engine
       
    33     file=ABI_DIR\BUILD_DIR\upnpapplicationengine.dll \sys\bin\upnpapplicationengine.dll
       
    34 
       
    35     // mediaserver icons
       
    36     data=ABI_DIR\BUILD_DIR\z\system\apps\upnp\upnp_ms_jpeg_lrg.jpg  \system\apps\upnp\upnp_ms_jpeg_lrg.jpg
       
    37     data=ABI_DIR\BUILD_DIR\z\system\apps\upnp\upnp_ms_jpeg_sm.jpg  \system\apps\upnp\upnp_ms_jpeg_sm.jpg
       
    38     data=ABI_DIR\BUILD_DIR\z\system\apps\upnp\upnp_ms_png_lrg.png  \system\apps\upnp\upnp_ms_png_lrg.png
       
    39     data=ABI_DIR\BUILD_DIR\z\system\apps\upnp\upnp_ms_png_sm.png  \system\apps\upnp\upnp_ms_png_sm.png
       
    40 
       
    41     // content sharing server
       
    42     data=ABI_DIR\BUILD_DIR\z\private\10202be9\20007564.txt \private\10202be9\20007564.txt
       
    43     file=ABI_DIR\BUILD_DIR\upnpcontentserver.exe \sys\bin\upnpcontentserver.exe
       
    44     file=ABI_DIR\BUILD_DIR\upnpcontentserverclient.dll \sys\bin\upnpcontentserverclient.dll
       
    45 
       
    46 #endif // FF_UPNP_FRAMEWORK_2_0
       
    47 
       
    48 #endif // __UPNPSHARING_IBY__