networkingtestandutils/ipprobe/group/probe.mmp
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
     1 /*
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 // All rights reserved.
     3 * All rights reserved.
     3 // This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 *
     8 // Initial Contributors:
     9 * Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    10 //
    11 *
    11 // Contributors:
    12 * Contributors:
    12 //
    13 *
    13 // Description:
    14 * Description: The project specification file for probe
    14 // probe.mmp - probe support MMP file
    15 *
    15 // probe support
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
    16 */
    22 */
    17 
    23 
    18 MACRO       EPOC_SDK=0x08000000
    24 MACRO       EPOC_SDK=0x08000000
    19 
    25 
    20 TARGET	probe.prt
    26 TARGET	probe.prt
    21 TARGETTYPE	dll
    27 TARGETTYPE	dll
    22 NOEXPORTLIBRARY
    28 NOEXPORTLIBRARY
    23 
    29 
    24 UID		0x10003D38 0x10000895
    30 UID		0x10003D38 0x10000895
    25 
       
    26 CAPABILITY      CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData // as c32 process 
       
    27 
    31 
    28 SOURCEPATH	../src
    32 SOURCEPATH	../src
    29 
    33 
    30 SOURCE		family.cpp prt.cpp sap.cpp
    34 SOURCE		family.cpp prt.cpp sap.cpp
    31 
    35 
    36 SYSTEMINCLUDE /epoc32/include
    40 SYSTEMINCLUDE /epoc32/include
    37 #else
    41 #else
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 #endif
    43 #endif
    40 
    44 
    41 LIBRARY		euser.lib esock.lib inhook6.lib nifman.lib 
       
    42 LIBRARY		efsrv.lib esocksvr.lib mbufmgr.lib
       
    43 
    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
    44 
    49 
    45 MACRO		TCPIP6_CAPABILITY
    50 MACRO		TCPIP6_CAPABILITY
    46 
    51 
    47 VENDORID	0x70000001
    52 VENDORID	0x70000001
    48 
    53