servicediscoveryandcontrol/pnp/test/upnp/Server/AppProtIntf/group/appprotintf.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 // appprotinf.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		appprotintf.dll
       
    19 TARGETTYPE	plugin
       
    20 CAPABILITY	CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    21 
       
    22 UID             0x10009D8D 0x2000D05C
       
    23 VENDORID 	0x70000001
       
    24 
       
    25 SOURCEPATH ../src
       
    26 SOURCE app_protintf.cpp
       
    27 SOURCE app_protintf_base.cpp
       
    28 SOURCE app_protintf_fact.cpp
       
    29 SOURCE app_protintf_tcp.cpp
       
    30 SOURCE app_protintf_udp.cpp
       
    31 
       
    32 USERINCLUDE ../inc
       
    33 USERINCLUDE ../../../SocketHandler/inc
       
    34 
       
    35 SYSTEMINCLUDE /epoc32/include 
       
    36 SYSTEMINCLUDE /epoc32/include/comms-infras
       
    37 
       
    38 START RESOURCE 2000D05C.rss
       
    39 TARGET appprotintf.rsc
       
    40 END
       
    41 
       
    42 LIBRARY euser.lib
       
    43 LIBRARY esock.lib 
       
    44 LIBRARY esocksvr.lib 
       
    45 LIBRARY mbufmgr.lib
       
    46 LIBRARY sockethandler.lib
       
    47 LIBRARY netmeta.lib
       
    48 LIBRARY commsfw.lib
       
    49 LIBRARY appprotinfmsgs.lib
       
    50 LIBRARY insock.lib 
       
    51 SMPSAFE