upnp/upnpstack/serviceframework/group/upnpserviceframework.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /** @file
       
     2 * Copyright (c) 2002-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: 
       
    15 *  This is the project specification file for Upnp.
       
    16 *
       
    17 */
       
    18 
       
    19 #include "../../../inc/upnpcompvariant.hrh"
       
    20 
       
    21 TARGETTYPE        dll
       
    22 #if defined(__HN_31__) || defined(__HN_32__)
       
    23 TARGET            hnserviceframework.dll
       
    24 UID               0x1000008d 0x2000F883
       
    25 #else
       
    26 TARGET            upnpserviceframework.dll
       
    27 UID               0x1000008d 0x2001B2B8
       
    28 #endif
       
    29 
       
    30 CAPABILITY        CAP_GENERAL_DLL
       
    31 VENDORID          VID_DEFAULT
       
    32 
       
    33 SOURCEPATH        ../src
       
    34 
       
    35 SOURCE            upnpservice.cpp
       
    36 SOURCE            upnpserviceimplementation.cpp
       
    37 SOURCE            upnpaction.cpp
       
    38 SOURCE            upnpargument.cpp
       
    39 SOURCE            upnpdevice.cpp
       
    40 SOURCE            upnpdeviceimplementationbase.cpp
       
    41 SOURCE            upnpdeviceimplementation.cpp
       
    42 SOURCE            upnpsilentdeviceimplementation.cpp
       
    43 SOURCE            upnpstatevariable.cpp
       
    44 SOURCE            upnpsubscriberlibrary.cpp
       
    45 SOURCE            upnpsubscriberlibraryelement.cpp
       
    46 SOURCE            upnpsoapmessage.cpp
       
    47 SOURCE            upnpsoapmessagefactory.cpp
       
    48 SOURCE            upnpgenamessage.cpp
       
    49 SOURCE            upnpgenamessagefactory.cpp
       
    50 SOURCE            upnpicon.cpp
       
    51 SOURCE            upnpdispatcher.cpp
       
    52 SOURCE            upnpdispatcherengine.cpp
       
    53 SOURCE            upnpdispatchersession.cpp
       
    54 SOURCE            upnpdispatcherrequest.cpp
       
    55 SOURCE            upnpsettings.cpp
       
    56 SOURCE            upnpdescriptionproperty.cpp
       
    57 SOURCE            upnpdevicecontenthandler.cpp
       
    58 SOURCE            upnpdevicedescriptionstore.cpp
       
    59 SOURCE            upnpcontenthandler.cpp
       
    60 SOURCE            upnpiconcontenthandler.cpp
       
    61 SOURCE            upnpscpdcontenthandler.cpp
       
    62 SOURCE            upnpactionlistcontenthandler.cpp
       
    63 SOURCE            upnpactioncontenthandler.cpp
       
    64 SOURCE            upnpactionnamecontenthandler.cpp
       
    65 SOURCE            upnpargumentlistcontenthandler.cpp
       
    66 SOURCE            upnpargumentcontenthandler.cpp
       
    67 SOURCE            upnpservicestatetablecontenthandler.cpp
       
    68 SOURCE            upnpstatevariablecontenthandler.cpp
       
    69 SOURCE            upnpallowedvaluerangecontenthandler.cpp
       
    70 SOURCE            upnpallowedvaluelistcontenthandler.cpp
       
    71 SOURCE            upnpignorecontenthandler.cpp
       
    72 SOURCE            upnpcontenthandlerscontroller.cpp
       
    73 SOURCE            upnpservicecontenthandler.cpp
       
    74 SOURCE            upnpdevicetagcontenthandler.cpp
       
    75 SOURCE            upnpiconlistcontenthandler.cpp
       
    76 SOURCE            upnpdevicelistcontenthandler.cpp
       
    77 SOURCE            upnpservicelistcontenthandler.cpp
       
    78 SOURCE            upnpservicetagcontenthandler.cpp
       
    79 SOURCE            upnppropertysetcontenthandler.cpp
       
    80 SOURCE            upnpsingletagcontenthandler.cpp
       
    81 SOURCE            upnpsoapcontenthandler.cpp
       
    82 SOURCE            upnpbodyofsoapcontenthandler.cpp
       
    83 SOURCE            upnperrorcodeseekercontenthandler.cpp
       
    84 SOURCE            upnpsoapparser.cpp
       
    85 SOURCE            upnprootcontenthandler.cpp
       
    86 SOURCE            upnphttpclientengine.cpp
       
    87 SOURCE            upnphttpmessagesender.cpp
       
    88 SOURCE            upnphttptransaction.cpp
       
    89 SOURCE            upnphttpinitialeventtransaction.cpp 
       
    90 SOURCE            upnphttpnonmoderatedeventtransaction.cpp
       
    91 SOURCE            upnphttpmoderatedeventtransaction.cpp
       
    92 SOURCE            upnpinitialeventqueuemanager.cpp
       
    93 SOURCE            upnpnonmoderatedeventqueuemanager.cpp
       
    94 SOURCE            upnpmoderatedeventqueuemanager.cpp
       
    95 SOURCE            upnpeventqueuemanagerbase.cpp
       
    96 SOURCE            upnpeventcontroller.cpp
       
    97 SOURCE            upnphttpservertransactionhandler.cpp
       
    98 SOURCE            upnphttpservertransactiondescription.cpp
       
    99 SOURCE            upnpdevicedescriptionrequest.cpp
       
   100 SOURCE		  upnpdevicedescription.cpp
       
   101 
       
   102 MW_LAYER_SYSTEMINCLUDE
       
   103 SYSTEMINCLUDE   ../../../inc
       
   104 SYSTEMINCLUDE   ../../inc
       
   105 
       
   106 USERINCLUDE     ../inc
       
   107 USERINCLUDE     ../../messagehandler/inc
       
   108 USERINCLUDE     ../../upnputils/inc
       
   109 USERINCLUDE     ../../dlnawebserver/inc
       
   110 
       
   111 LIBRARY           euser.lib
       
   112 LIBRARY           efsrv.lib
       
   113 LIBRARY           bafl.lib
       
   114 LIBRARY           insock.lib
       
   115 LIBRARY           esock.lib
       
   116 LIBRARY           commdb.lib
       
   117 LIBRARY           ecom.lib
       
   118 LIBRARY           http.lib
       
   119 
       
   120 // UPnP
       
   121 #if defined(__HN_31__) || defined(__HN_32__)
       
   122 LIBRARY           hndlnawebserver.lib
       
   123 LIBRARY           hnipserversutils.lib
       
   124 #else
       
   125 LIBRARY           dlnawebserver.lib
       
   126 LIBRARY           upnpipserversutils.lib
       
   127 LIBRARY           upnpconnectionmanagersession.lib
       
   128 #endif
       
   129 
       
   130 //LibXml2
       
   131 #if defined(__HN_31__)
       
   132 LIBRARY           wsstarxmlengineutils.lib
       
   133 LIBRARY           wsstarxmlenginedom.lib
       
   134 #else
       
   135 LIBRARY           xmlengineutils.lib
       
   136 LIBRARY           xmlenginedom.lib
       
   137 #endif
       
   138 LIBRARY           xmlframework.lib
       
   139 
       
   140 LIBRARY           inetprotutil.lib
       
   141 LIBRARY           estlib.lib
       
   142 //central repository
       
   143 LIBRARY           centralrepository.lib
       
   144 
       
   145 LIBRARY           flogger.lib
       
   146 LIBRARY           estor.lib
       
   147 DEFFILE           UpnpServiceFramework
       
   148 
       
   149 //end of file
       
   150 
       
   151 VERSION 10.1
       
   152 
       
   153 paged
       
   154 
       
   155 SMPSAFE
       
   156