linklayercontrol/nullagt/group/nullagt.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2003-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 // Used for PSD connections 
       
    15 // NullAgt.AGT used with a 1-box phone and Ethernet connections. 
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file 
       
    21 */
       
    22 
       
    23 TARGET			nullagt.agt
       
    24 TARGETTYPE		DLL
       
    25 UID			0x10003d39 0x10008b69
       
    26 VENDORID 0x70000001
       
    27 TARGETPATH    		/system/libs
       
    28 
       
    29 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    30                     for RVCT builds                            */
       
    31                     
       
    32 SOURCEPATH		../src
       
    33 SOURCE			NullAgent.cpp NullAgtDll.cpp
       
    34 
       
    35 USERINCLUDE		../src
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY			euser.lib nifman.lib etelpckt.lib
       
    40 
       
    41 #if defined(WINS)
       
    42 deffile    /epoc32/release/wins/agent.def
       
    43 #elif defined(GCC32)
       
    44 deffile    /epoc32/release/marm/agent.def
       
    45 #else
       
    46 deffile    /epoc32/include/def/eabi/agent.def
       
    47 #endif
       
    48 START WINS
       
    49 BASEADDRESS		0x47900000
       
    50 END
       
    51 
       
    52 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    53 
       
    54 UNPAGED
       
    55 
       
    56 SMPSAFE