vpnengine/vpnmanager/group/vpnmanager_test.mmp
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
child 49 5960d2d03390
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:   Project definition file for project vpnmanager
    14 * Description:   Project definition file for project vpnmanager
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    21 
    19 
    22 TARGET          vpnmanager.exe
    20 TARGET          vpnmanager.exe
    23 TARGETTYPE      exe
    21 TARGETTYPE      exe
    24 UID             0x1000008d 0x101F7993
    22 UID             0x1000008d 0x101F7993
    25 
    23 
    26 CAPABILITY      NetworkControl NetworkServices ProtServ WriteDeviceData
    24 CAPABILITY      NetworkControl NetworkServices ProtServ WriteDeviceData ReadDeviceData
    27 VENDORID        VID_DEFAULT
    25 VENDORID        VID_DEFAULT
    28 
    26 
    29 SOURCEPATH      ../src
    27 SOURCEPATH      ../src
    30 SOURCE          fileutil.cpp
    28 SOURCE          fileutil.cpp
    31 SOURCE          pinparser.cpp 
    29 SOURCE          pinparser.cpp
    32 SOURCE          pkiutil.cpp 
    30 SOURCE          pkiutil.cpp
    33 SOURCE          pwdchanger.cpp
    31 SOURCE          pwdchanger.cpp
    34 SOURCE          policyimporter.cpp 
    32 SOURCE          policyimporter.cpp
    35 SOURCE          policypatcher.cpp 
    33 SOURCE          policypatcher.cpp 
    36 SOURCE          policystore.cpp
    34 SOURCE          policystore.cpp
    37 SOURCE          vpnapiservant.cpp
    35 SOURCE          vpnapiservant.cpp
    38 SOURCE          vpnmanagersession.cpp
    36 SOURCE          vpnmanagersession.cpp
    39 SOURCE          vpnmanagerstarter.cpp
    37 SOURCE          vpnmanagerstarter.cpp
    52 USERINCLUDE     ../../vpncommon/inc
    50 USERINCLUDE     ../../vpncommon/inc
    53 USERINCLUDE     ../../utlxml/inc
    51 USERINCLUDE     ../../utlxml/inc
    54 USERINCLUDE     ../../utlbase64/inc
    52 USERINCLUDE     ../../utlbase64/inc
    55 USERINCLUDE     ../../utlpkcs10/inc
    53 USERINCLUDE     ../../utlpkcs10/inc
    56 USERINCLUDE     ../../../vpnui/vpnecomnotifier/inc
    54 USERINCLUDE     ../../../vpnui/vpnecomnotifier/inc
       
    55 USERINCLUDE	../../../vpnui/vpnpolins/inc
    57 USERINCLUDE     ../../eventmediatorapi/inc
    56 USERINCLUDE     ../../eventmediatorapi/inc
    58 USERINCLUDE     ../../eventviewer/inc
    57 USERINCLUDE     ../../eventviewer/inc
       
    58 USERINCLUDE	../../agileprovisionws/inc
       
    59 USERINCLUDE     ../../vpnextapi/inc
    59 
    60 
    60 MW_LAYER_SYSTEMINCLUDE
    61 MW_LAYER_SYSTEMINCLUDE
    61 
    62 
    62 LIBRARY         VpnExtManager_proxy.lib
    63 LIBRARY         VpnExtManager_proxy.lib
    63 LIBRARY         euser.lib 
    64 LIBRARY         euser.lib 
    76 LIBRARY         eventviewer.lib
    77 LIBRARY         eventviewer.lib
    77 LIBRARY         random.lib
    78 LIBRARY         random.lib
    78 LIBRARY         charconv.lib 
    79 LIBRARY         charconv.lib 
    79 LIBRARY         cmmanager.lib
    80 LIBRARY         cmmanager.lib
    80 LIBRARY         cryptography.lib
    81 LIBRARY         cryptography.lib
       
    82 LIBRARY         agileprovisionws.lib
       
    83 LIBRARY         centralrepository.lib
    81 
    84 
    82 DEBUGLIBRARY    flogger.lib
    85 DEBUGLIBRARY    flogger.lib
    83 
    86 
    84 EPOCSTACKSIZE     0x4000
    87 EPOCSTACKSIZE     0x5000