servicediscoveryandcontrol/pnp/test/upnp/SocketHandler/group/sockethandler.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 //
       
    15 
       
    16 
       
    17 
       
    18 TARGET		sockethandler.dll
       
    19 TARGETTYPE	dll
       
    20 //CAPABILITY	ALL -TCB
       
    21 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    22 
       
    23 UID 0x10009D8D 0x2000D056
       
    24 VENDORID 0x70000001
       
    25 
       
    26 SOURCEPATH ../src
       
    27 SOURCE rsockethandler.cpp
       
    28 SOURCE csockethandler.cpp
       
    29 SOURCE csocketopener.cpp
       
    30 
       
    31 USERINCLUDE ../inc
       
    32 
       
    33 SYSTEMINCLUDE /epoc32/include 
       
    34 SYSTEMINCLUDE /epoc32/include/comms-infras
       
    35 
       
    36 LIBRARY euser.lib 
       
    37 LIBRARY esock.lib 
       
    38 LIBRARY esocksvr.lib 
       
    39 LIBRARY mbufmgr.lib
       
    40 
       
    41 DEFFILE         sockethandler.def
       
    42 SMPSAFE