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