upnp/upnpstack/controlpointbase/group/upnpcontrolpointbase.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     2 * Copyright (c) 2002-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: 
       
    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          hncontrolpointbase.dll
       
    26 UID             0x1000008d 0x2000F882
       
    27 #else
       
    28 TARGET          upnpcontrolpointbase.dll
       
    29 UID             0x1000008d 0x2001B2BA
       
    30 #endif
       
    31 
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          upnpserviceinfo.cpp
       
    37 SOURCE          upnpcontrolpoint.cpp
       
    38 
       
    39 // Device container and list utils
       
    40 SOURCE          upnpcpbdevicelistutils.cpp
       
    41 SOURCE          upnpcpbdevicerepository.cpp
       
    42 
       
    43 // Discovery phase
       
    44 SOURCE          upnpcpbdiscoveryagent.cpp
       
    45 
       
    46 // Description phase
       
    47 SOURCE          upnpcpbdescriptionagent.cpp
       
    48 SOURCE          upnpcpbdevicedescription.cpp
       
    49 SOURCE          upnpcpbsimpledevicedescription.cpp
       
    50 SOURCE          upnpcpbembeddeddevicedescription.cpp
       
    51 
       
    52 SOURCE          upnpcpbcurrenthttpclient.cpp
       
    53 SOURCE          upnpdevicedescriptionhttptransaction.cpp
       
    54 SOURCE          upnpservicedescriptionhttptransaction.cpp
       
    55 SOURCE          upnpcpstackrequestorimpl.cpp
       
    56 SOURCE          upnpcpstackrequestorimplbase.cpp
       
    57 SOURCE          upnpcphttprequestorimpl.cpp
       
    58 SOURCE          upnpcphttprequestorimplbase.cpp
       
    59 SOURCE          upnpsoapactionhttptransaction.cpp
       
    60 SOURCE          upnpservicesubscriptionhttptransaction.cpp 
       
    61 SOURCE          upnpserviceunsubscriptionhttptransaction.cpp
       
    62 SOURCE          upnpfilesender.cpp 
       
    63 SOURCE          upnpcpbinitialeventretry.cpp
       
    64 SOURCE          upnpcpbinitialeventretryhandler.cpp
       
    65 
       
    66 MW_LAYER_SYSTEMINCLUDE
       
    67 SYSTEMINCLUDE   ../../../inc
       
    68 SYSTEMINCLUDE   ../../inc
       
    69 USERINCLUDE     ../inc
       
    70 
       
    71 LIBRARY         euser.lib
       
    72 LIBRARY         esock.lib
       
    73 LIBRARY         bafl.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         flogger.lib
       
    76 LIBRARY         insock.lib
       
    77 
       
    78 // UPnP
       
    79 #if defined(__HN_31__) || defined(__HN_32__)
       
    80 LIBRARY         hnipserversutils.lib
       
    81 LIBRARY         hnserviceframework.lib
       
    82 #ifdef RD_UPNP_REMOTE_ACCESS
       
    83 LIBRARY         hnradaclient.lib
       
    84 #endif
       
    85 #else
       
    86 LIBRARY         upnpipserversutils.lib
       
    87 LIBRARY         upnpserviceframework.lib
       
    88 LIBRARY         upnpconnectionmanagersession.lib
       
    89 #ifdef RD_UPNP_REMOTE_ACCESS
       
    90 LIBRARY         radaclient.lib
       
    91 #endif
       
    92 #endif
       
    93 
       
    94 LIBRARY         httptransfer.lib
       
    95 
       
    96 DEFFILE         UpnpControlPointBase
       
    97 
       
    98 
       
    99 //end of file
       
   100 
       
   101 VERSION 10.1
       
   102 
       
   103 paged
       
   104 
       
   105 SMPSAFE