upnp/upnpstack/upnputils/group/upnputils.mmp
changeset 0 f5a58ecadc66
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 UpnpUtils.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "../../../inc/upnpcompvariant.hrh"
       
    21 
       
    22 TARGETTYPE      DLL
       
    23 
       
    24 #if defined(__HN_31__) || defined(__HN_32__)
       
    25 TARGET          hnipserversutils.dll
       
    26 UID             0x1000008D 0x2000F886
       
    27 #else
       
    28 TARGET          upnpipserversutils.dll
       
    29 UID             0x1000008D 0x2001B2B9
       
    30 #endif
       
    31 
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 VERSION 10.1
       
    36 paged
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          upnpdominterface.cpp
       
    40 SOURCE          upnpstring.cpp
       
    41 SOURCE          upnpfileutils.cpp
       
    42 SOURCE          upnphttpheader.cpp
       
    43 SOURCE          upnphttpmessage.cpp
       
    44 SOURCE          upnphttpmessagefactory.cpp
       
    45 SOURCE          upnpipaddressutils.cpp
       
    46 SOURCE          upnpnotifytimer.cpp
       
    47 SOURCE          upnpmsearchtimer.cpp
       
    48 SOURCE          upnpdevicelibrary.cpp
       
    49 SOURCE          upnpdevicelibraryelement.cpp
       
    50 SOURCE          upnptimeoutelement.cpp
       
    51 SOURCE          upnpssdpmessage.cpp
       
    52 SOURCE          upnpssdpmessagefactory.cpp
       
    53 SOURCE          upnplist.cpp
       
    54 SOURCE          upnpsessionbase.cpp
       
    55 SOURCE          upnpsymbianserverbase.cpp
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE   ../../../inc
       
    59 SYSTEMINCLUDE   ../../inc
       
    60 USERINCLUDE     ../inc
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         estlib.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         estor.lib
       
    66 LIBRARY         ecom.lib
       
    67 LIBRARY         insock.lib
       
    68 LIBRARY         esock.lib
       
    69 LIBRARY         flogger.lib
       
    70 LIBRARY         apmime.lib
       
    71 LIBRARY         apgrfx.lib
       
    72 #if defined(__HN_31__)
       
    73 LIBRARY         wsstarxmlenginedom.lib
       
    74 LIBRARY         wsstarxmlengineutils.lib
       
    75 #else
       
    76 LIBRARY         xmlenginedom.lib
       
    77 LIBRARY         xmlengineutils.lib
       
    78 #endif
       
    79 
       
    80 LIBRARY         inetprotutil.lib
       
    81 LIBRARY         commdb.lib
       
    82 LIBRARY         sysutil.lib
       
    83 LIBRARY         bafl.lib
       
    84 
       
    85 DEFFILE         upnpipserversutils
       
    86 
       
    87 SMPSAFE
       
    88 // End of file