networkingtestandutils/networkingintegrationtest/Group/NTRas.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2002-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 //
       
    15 
       
    16 TARGET                  NTRAS.AGT
       
    17 TARGETTYPE              DLL
       
    18 UID                     0x10003D39      0x1000022E
       
    19 VENDORID 0x70000001
       
    20 
       
    21 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    22                     for RVCT builds                            */
       
    23 
       
    24 SOURCEPATH              ..\ntras
       
    25 SOURCE                  chat.cpp commutil.cpp connd.cpp logind.cpp
       
    26 SOURCE                  rascon.cpp rasdb.cpp rasdll.cpp rasnif.cpp
       
    27 
       
    28 USERINCLUDE             ..\ntras
       
    29 SYSTEMINCLUDE           \epoc32\include
       
    30 
       
    31 LIBRARY                 euser.lib esock.lib esocksvr.lib nifman.lib c32.lib
       
    32 
       
    33 #if defined(WINS)
       
    34 deffile    \epoc32\release\wins\agent.def
       
    35 #elif defined(GCC32)
       
    36 deffile    \epoc32\release\marm\agent.def
       
    37 #else
       
    38 deffile    \epoc32\include\def\EABI\agent.def
       
    39 #endif
       
    40 
       
    41 START WINS
       
    42 BASEADDRESS             0x44600000
       
    43 END
       
    44 
       
    45 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    46 
       
    47 UNPAGED
       
    48 
       
    49 SMPSAFE