networkingtestandutils/ipanalyzer/group/iprotor.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2005-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 // iprotor.mmp - protocol analyzer MMP file
       
    15 // protocol analyzer.
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO		EPOC_SDK=0x08000000
       
    25 
       
    26 TARGET		iprotor.exe
       
    27 TARGETTYPE	exe
       
    28 MACRO		MAKE_EXE_APPLICATION
       
    29 UID		0 0x10000894
       
    30 
       
    31 EPOCSTACKSIZE 0x5000
       
    32 TARGETPATH	/sys/bin
       
    33 
       
    34 SOURCEPATH	../src
       
    35 
       
    36 SOURCE		iprotor.cpp engine.cpp
       
    37 
       
    38 START RESOURCE      ../data/iprotor.rss
       
    39 HEADER
       
    40 TARGETPATH /resource/apps
       
    41 END
       
    42 
       
    43 START RESOURCE	../data/iprotor_reg.rss
       
    44 TARGETPATH /private/10003a3f/apps
       
    45 END
       
    46 
       
    47 USERINCLUDE	../inc 
       
    48 SYSTEMINCLUDE	../../../networkprotocols/iphook/inhook6/inc 
       
    49 
       
    50 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    51 SYSTEMINCLUDE	/epoc32/include/techview
       
    52 SYSTEMINCLUDE	/epoc32/include
       
    53 #else
       
    54 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    55 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    56 SYSTEMINCLUDE	/epoc32/include/platform
       
    57 SYSTEMINCLUDE	/epoc32/include/platform/app
       
    58 SYSTEMINCLUDE	/epoc32/include/platform/app/techview
       
    59 #endif
       
    60 
       
    61 
       
    62 LIBRARY euser.lib apparc.lib cone.lib gdi.lib ws32.lib
       
    63 LIBRARY esock.lib insock.lib
       
    64 LIBRARY bafl.lib
       
    65 LIBRARY eikcore.lib eikcoctl.lib eikctl.lib eikdlg.lib
       
    66 LIBRARY apgrfx.lib efsrv.lib	//For the help
       
    67 
       
    68 LIBRARY estor.lib
       
    69 
       
    70 CAPABILITY ALL -Tcb
       
    71 
       
    72 VENDORID	0x70000001
       
    73 
       
    74 SMPSAFE