vpnengine/vpnconnagt/group/vpnconnagt.mmp
changeset 0 33413c0669b9
child 8 032d3a818f49
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2003-2009 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:   Project definition file for project vpnconnagt
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          vpnconnagt.agt
       
    23 TARGETTYPE      DLL
       
    24 UID             0x10003d39 0x101fae05
       
    25 
       
    26 CAPABILITY      CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
       
    30                     for RVCT builds                            */
       
    31                     
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          vpnconnagt.cpp 
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../vpncommon/inc
       
    38 USERINCLUDE     ../../vpnmanager/inc
       
    39 USERINCLUDE     ../../eventmediatorapi/inc
       
    40 USERINCLUDE     ../../../vpnapiimpl/inc
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         euser.lib 
       
    45 LIBRARY         nifman.lib 
       
    46 LIBRARY         insock.lib
       
    47 LIBRARY         eventmedapi.lib
       
    48 LIBRARY         cmmanager.lib     
       
    49 
       
    50 DEBUGLIBRARY    flogger.lib 
       
    51 
       
    52 #if defined(WINS)
       
    53 deffile    /epoc32/release/wins/agent.def
       
    54 #elif defined(GCC32)
       
    55 deffile    /epoc32/release/marm/agent.def
       
    56 #else
       
    57 deffile    /epoc32/include/def/eabi/agent.def
       
    58 #endif