servicediscoveryandcontrol/pnp/test/upnp/Server/AppProtIntf/group/appprotintf.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:12:20 +0200
changeset 0 f5a58ecadc66
permissions -rw-r--r--
Revision: 201003

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// appprotinf.mmp
// 
//

TARGET		appprotintf.dll
TARGETTYPE	plugin
CAPABILITY	CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData

UID             0x10009D8D 0x2000D05C
VENDORID 	0x70000001

SOURCEPATH ../src
SOURCE app_protintf.cpp
SOURCE app_protintf_base.cpp
SOURCE app_protintf_fact.cpp
SOURCE app_protintf_tcp.cpp
SOURCE app_protintf_udp.cpp

USERINCLUDE ../inc
USERINCLUDE ../../../SocketHandler/inc

SYSTEMINCLUDE /epoc32/include 
SYSTEMINCLUDE /epoc32/include/comms-infras

START RESOURCE 2000D05C.rss
TARGET appprotintf.rsc
END

LIBRARY euser.lib
LIBRARY esock.lib 
LIBRARY esocksvr.lib 
LIBRARY mbufmgr.lib
LIBRARY sockethandler.lib
LIBRARY netmeta.lib
LIBRARY commsfw.lib
LIBRARY appprotinfmsgs.lib
LIBRARY insock.lib 
SMPSAFE