servicediscoveryandcontrol/pnp/test/upnp/Client/upnpplugin/group/upnp.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // UPnP specific dll that provides support for applications to create parameter bundles of
       
    15 // desired type for carrying out various UPnP operations like discovery,describe etc.
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 TARGET upnp.dll
       
    21 TARGETTYPE PLUGIN
       
    22 CAPABILITY ALL -TCB
       
    23 
       
    24 UID 0x10009D8D 0x2000D05D
       
    25 VENDORID 0x70000001
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE  ecom_impl.cpp
       
    29 SOURCE  upnpparamsextfactory.cpp
       
    30 SOURCE  upnpsubconneventsfactory.cpp
       
    31 SOURCE 	cupnpsearch.cpp 
       
    32 SOURCE 	cupnpeventnotifier.cpp
       
    33 SOURCE 	cupnpdescribe.cpp 
       
    34 SOURCE	cupnpelement.cpp 
       
    35 SOURCE 	cupnpelementarray.cpp
       
    36 SOURCE	cupnpsubscribe.cpp 
       
    37 SOURCE	cupnpregisternotify.cpp 
       
    38 SOURCE  cupnppublisher.cpp 
       
    39 SOURCE  cupnpeventhandler.cpp 
       
    40 SOURCE  pnputils.cpp
       
    41 SOURCE  ccallbackargument.cpp 
       
    42 SOURCE 	cpnpservicediscovery.cpp
       
    43 SOURCE 	cpnpservicepublisher.cpp
       
    44 
       
    45 
       
    46 START RESOURCE 2000D05D.rss
       
    47 TARGET upnp.rsc
       
    48 END
       
    49 
       
    50 USERINCLUDE ../inc
       
    51 USERINCLUDE ../../../upnputils/inc
       
    52 
       
    53 SYSTEMINCLUDE /epoc32/include 
       
    54 SYSTEMINCLUDE /epoc32/include/upnp
       
    55 
       
    56 LIBRARY euser.lib 
       
    57 LIBRARY esock.lib 
       
    58 LIBRARY esocksvr.lib
       
    59 LIBRARY netmeta.lib
       
    60 LIBRARY insock.lib
       
    61 LIBRARY pnp.lib
       
    62 LIBRARY upnputils.lib
       
    63 LIBRARY inetprotutil.lib 
       
    64 LIBRARY nodemessages.lib
       
    65 
       
    66 SMPSAFE