servicediscoveryandcontrol/pnp/test/upnp/SocketHandler/group/sockethandler.mmp
author hgs
Fri, 03 Sep 2010 09:13:04 +0300
changeset 31 b51a6f4f15ba
parent 0 f5a58ecadc66
permissions -rw-r--r--
201035

// 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:
//



TARGET		sockethandler.dll
TARGETTYPE	dll
//CAPABILITY	ALL -TCB
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData

UID 0x10009D8D 0x2000D056
VENDORID 0x70000001

SOURCEPATH ../src
SOURCE rsockethandler.cpp
SOURCE csockethandler.cpp
SOURCE csocketopener.cpp

USERINCLUDE ../inc

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

LIBRARY euser.lib 
LIBRARY esock.lib 
LIBRARY esocksvr.lib 
LIBRARY mbufmgr.lib

DEFFILE         sockethandler.def
SMPSAFE