networkingutils/ipadministrationtool/group/ipadm.mmp
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     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 // ipadm.mmp - IP administration tool MMP file
       
    15 // IP administration tool.
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO		EPOC_SDK=0x08000000
       
    25 
       
    26 TARGET        ipadm.exe
       
    27 TARGETTYPE    exe
       
    28 MACRO         MAKE_EXE_APPLICATION
       
    29 UID           0 0x10000887
       
    30 
       
    31 EPOCSTACKSIZE 0x5000
       
    32 TARGETPATH    /sys/bin
       
    33 
       
    34 SOURCEPATH    ../src
       
    35 
       
    36 SOURCE        ipadm.cpp engine.cpp uniload.cpp
       
    37 
       
    38 
       
    39 // UI FW v2 RESOURCE section begins
       
    40 START RESOURCE      ../data/ipadm.rss
       
    41 HEADER
       
    42 TARGETPATH /resource/apps
       
    43 END
       
    44 
       
    45 START RESOURCE	../data/ipadm_reg.rss
       
    46 TARGETPATH /private/10003a3f/apps
       
    47 END
       
    48 
       
    49 // UI FW v2 RESOURCE section ends
       
    50 
       
    51 
       
    52 USERINCLUDE   ../inc
       
    53 SYSTEMINCLUDE ../../../../../os/networkingsrv/networkprotocols/iphook/inhook6/inc 
       
    54 
       
    55 SYSTEMINCLUDE /epoc32/include/techview
       
    56 SYSTEMINCLUDE /epoc32/include
       
    57 
       
    58 LIBRARY       euser.lib apparc.lib
       
    59 LIBRARY       cone.lib eikcore.lib eikcoctl.lib
       
    60 LIBRARY       efsrv.lib eikcdlg.lib etext.lib
       
    61 LIBRARY       esock.lib insock.lib
       
    62 
       
    63 CAPABILITY ALL -Tcb
       
    64 
       
    65 VENDORID	0x70000001
       
    66 
       
    67 SMPSAFE