linklayercontrol/tundriveragt/group/tundriveragt.mmp
branchRCL_3
changeset 63 425d8f4f7fa5
equal deleted inserted replaced
58:8d540f55e491 63:425d8f4f7fa5
       
     1 /**
       
     2 *   Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 *   All rights reserved.
       
     4 *   This component and the accompanying materials are made available
       
     5 *   under the terms of "Eclipse Public License v1.0"
       
     6 *   which accompanies this distribution, and is available
       
     7 *   at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *   
       
     9 *   Initial Contributors:
       
    10 *   Nokia Corporation - initial contribution.
       
    11 *   
       
    12 *   Contributors:
       
    13 *
       
    14 *   Description:
       
    15 *   tundriver agent Build Configuration file.
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file tundriveragt.mmp
       
    22  @internalTechnology
       
    23 */
       
    24 TARGET			tundriveragt.agt
       
    25 TARGETTYPE		DLL
       
    26 UID			0x10003d39 0x10008b69
       
    27 VENDORID 0x70000001
       
    28 TARGETPATH    		/system/libs
       
    29 
       
    30 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    31                     for RVCT builds                            */
       
    32                     
       
    33 SOURCEPATH		../src
       
    34 SOURCE			tundriveragent.cpp
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY			euser.lib nifman.lib 
       
    41 
       
    42 #if defined(WINS)
       
    43 deffile    /epoc32/release/wins/agent.def
       
    44 #elif defined(GCC32)
       
    45 deffile    /epoc32/release/marm/agent.def
       
    46 #else
       
    47 deffile    /epoc32/include/def/eabi/agent.def
       
    48 #endif
       
    49 START WINS
       
    50 BASEADDRESS		0x47900000
       
    51 END
       
    52 
       
    53 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    54 
       
    55 UNPAGED
       
    56 
       
    57 SMPSAFE