networkprotocols/iphook/inhook6example/group/exadump.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2004-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 // exadump.mmp - packet dumper plugin example MMP file
       
    15 // inhook6 examples.
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO		EPOC_SDK=0x08000000
       
    25 
       
    26 TARGET		exadump.prt
       
    27 TARGETTYPE	dll
       
    28 NOEXPORTLIBRARY
       
    29 
       
    30 UID		0x10003D38 0x101F6CFE
       
    31 
       
    32 SOURCEPATH	../src
       
    33 
       
    34 SOURCE		protocol_family.cpp exadump.cpp
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 SYSTEMINCLUDE	/epoc32/include /epoc32/include/libc
       
    38 
       
    39 LIBRARY		inhook6.lib euser.lib esocksvr.lib mbufmgr.lib efsrv.lib
       
    40 
       
    41 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    42 
       
    43 VENDORID	0x70000001
       
    44 
       
    45 SMPSAFE