upnp/upnpstack/dlnawebserver/group/dlnawebserver.mmp
changeset 0 f5a58ecadc66
child 9 5c72fd91570d
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     2 * Copyright (c) 2002-2004 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: 
       
    15 *     This is the project specification file for Upnp.
       
    16 *
       
    17 */
       
    18 
       
    19 #include "../../../inc/upnpcompvariant.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGETTYPE          DLL
       
    23 
       
    24 #if defined(__HN_31__) || defined(__HN_32__)
       
    25 TARGET                  hndlnawebserver.dll
       
    26 UID                     0x1000008d 0x2000F884
       
    27 #else
       
    28 TARGET                  dlnawebserver.dll
       
    29 UID                     0x1000008d 0x10204165
       
    30 #endif
       
    31 
       
    32 LANG                    SC
       
    33 CAPABILITY              CAP_GENERAL_DLL
       
    34 VENDORID                VID_DEFAULT
       
    35 
       
    36 
       
    37 SOURCEPATH          ../src
       
    38 SOURCE              upnphttpbuffer.cpp
       
    39 SOURCE              upnphttpsession.cpp
       
    40 SOURCE              upnphttpserver.cpp
       
    41 SOURCE              upnptcpserver.cpp
       
    42 SOURCE              upnptcpsession.cpp
       
    43 SOURCE              upnptcpsessionreader.cpp
       
    44 SOURCE              upnptcpsessionwriter.cpp
       
    45 SOURCE              upnphttpfiletransferwriter.cpp
       
    46 SOURCE              upnphttpfileaccess.cpp
       
    47 SOURCE              upnphttpfiletransferreader.cpp
       
    48 SOURCE              upnphttpchunkfiletransferreader.cpp
       
    49 SOURCE              upnphttpchunkparser.cpp
       
    50 SOURCE              upnpretrywrite.cpp
       
    51 SOURCE              upnpsocketshutdown.cpp
       
    52 SOURCE              upnprangeheaderparser.cpp
       
    53 SOURCE              upnphttpservertransaction.cpp 
       
    54 SOURCE              upnphttpserversession.cpp 
       
    55 SOURCE              upnphttpserverruntime.cpp
       
    56 
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 SYSTEMINCLUDE   ../../../inc
       
    60 SYSTEMINCLUDE   ../../inc
       
    61 USERINCLUDE     ../inc
       
    62 
       
    63 
       
    64 LIBRARY                    euser.lib 
       
    65 LIBRARY                    esock.lib
       
    66 LIBRARY                    insock.lib
       
    67 LIBRARY                    commdb.lib 
       
    68 LIBRARY                    efsrv.lib 
       
    69 LIBRARY                    bafl.lib 
       
    70 LIBRARY                    apgrfx.lib
       
    71 LIBRARY                    apmime.lib
       
    72 #if defined(__HN_31__) || defined(__HN_32__)
       
    73 LIBRARY                    hnipserversutils.lib
       
    74 LIBRARY                    hnserviceframework.lib
       
    75 #ifdef RD_UPNP_REMOTE_ACCESS 
       
    76 LIBRARY                    hnradaclient.lib
       
    77 #endif
       
    78 #else
       
    79 LIBRARY                    upnpipserversutils.lib
       
    80 LIBRARY                    upnpserviceframework.lib
       
    81 LIBRARY                    upnpconnectionmanagersession.lib
       
    82 
       
    83 #ifdef RD_UPNP_REMOTE_ACCESS 
       
    84 LIBRARY                    radaclient.lib
       
    85 #endif
       
    86 #endif
       
    87 
       
    88 
       
    89 //Max file size related libs
       
    90 LIBRARY                    commonui.lib
       
    91 
       
    92 LIBRARY                    flogger.lib
       
    93 DEFFILE                    DLNAwebserver
       
    94 //end of file
       
    95 
       
    96 VERSION 10.1
       
    97 
       
    98 paged
       
    99 
       
   100 SMPSAFE