networkingtestandutils/ipprobe/group/probe.mmp
changeset 0 af10295192d8
child 25 d15a50675083
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-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 // probe.mmp - probe support MMP file
       
    15 // probe support
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO       EPOC_SDK=0x08000000
       
    25 
       
    26 TARGET	probe.prt
       
    27 TARGETTYPE	dll
       
    28 NOEXPORTLIBRARY
       
    29 
       
    30 UID		0x10003D38 0x10000895
       
    31 
       
    32 SOURCEPATH	../src
       
    33 
       
    34 SOURCE		family.cpp prt.cpp sap.cpp
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 SYSTEMINCLUDE	 ../../../networkprotocols/iphook/inhook6/inc
       
    38 
       
    39 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    40 SYSTEMINCLUDE /epoc32/include
       
    41 #else
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 #endif
       
    44 
       
    45 
       
    46 LIBRARY		euser.lib esocksvr.lib mbufmgr.lib inhook6.lib
       
    47 
       
    48 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    49 
       
    50 MACRO		TCPIP6_CAPABILITY
       
    51 
       
    52 VENDORID	0x70000001
       
    53 
       
    54 #include <cflog.mmh>
       
    55 UNPAGED
       
    56 
       
    57 SMPSAFE