upnp/upnpstack/upnphttptransfer/group/httptransfer.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     2 * Copyright (c) 2007 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:  Project definition file for HttpTransfer component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // System include files
       
    20 #include "../../../inc/upnpcompvariant.hrh"
       
    21 
       
    22 // Build target
       
    23 
       
    24 #if defined(__HN_31__) || defined(__HN_32__)
       
    25 TARGET          hnhttptransfer.dll
       
    26 UID             0x1000008d 0x20011373
       
    27 #else
       
    28 TARGET          httptransfer.dll
       
    29 UID             0x1000008d 0x20009CA0
       
    30 #endif
       
    31 
       
    32 TARGETTYPE      DLL
       
    33 CAPABILITY      CAP_GENERAL_DLL
       
    34 VENDORID        VID_DEFAULT
       
    35 
       
    36 TARGETPATH      /sys/bin
       
    37 
       
    38 // Source files
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          httpfile.cpp
       
    41 SOURCE          httpheader.cpp
       
    42 
       
    43 SOURCE          httptransferbase.cpp
       
    44 SOURCE          httpdownloader.cpp
       
    45 SOURCE          httpuploader.cpp
       
    46 
       
    47 SOURCE          httptransferworker.cpp
       
    48 SOURCE          httpdownloadworker.cpp
       
    49 SOURCE          httpuploadworker.cpp
       
    50 SOURCE          httptransfertimer.cpp
       
    51 SOURCE          httpnotifytimer.cpp
       
    52 
       
    53 // Include directories
       
    54 USERINCLUDE     ../../../inc
       
    55 USERINCLUDE     ../../inc
       
    56 USERINCLUDE     ../inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 // Libraries
       
    61 LIBRARY         http.lib
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         esock.lib
       
    64 LIBRARY         commdb.lib
       
    65 LIBRARY         bafl.lib
       
    66 LIBRARY         ecom.lib
       
    67 LIBRARY         efsrv.lib  // TParse
       
    68 LIBRARY         inetprotutil.lib
       
    69 LIBRARY         sysutil.lib
       
    70 LIBRARY         platformenv.lib // DriveInfo
       
    71 #if defined(__HN_31__) || defined(__HN_32__)
       
    72 LIBRARY         hnupnpconnectionmanagersession.lib
       
    73 #else
       
    74 LIBRARY         upnpconnectionmanagersession.lib
       
    75 #endif
       
    76 
       
    77 DEFFILE         httptransfer
       
    78 
       
    79 
       
    80 VERSION 10.1
       
    81 
       
    82 paged
       
    83 
       
    84 SMPSAFE
       
    85 
       
    86 // End of file