vpnengine/vpnmanager/group/vpnmanager_test.mmp
branchRCL_3
changeset 32 352850cbed81
parent 2 ef893827b4d1
child 38 9f4e37332ce5
equal deleted inserted replaced
26:74294b43d401 32:352850cbed81
     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
    76 LIBRARY         eventviewer.lib
    74 LIBRARY         eventviewer.lib
    77 LIBRARY         random.lib
    75 LIBRARY         random.lib
    78 LIBRARY         charconv.lib 
    76 LIBRARY         charconv.lib 
    79 LIBRARY         cmmanager.lib
    77 LIBRARY         cmmanager.lib
    80 LIBRARY         cryptography.lib
    78 LIBRARY         cryptography.lib
       
    79 LIBRARY         centralrepository.lib
    81 
    80 
    82 DEBUGLIBRARY    flogger.lib
    81 DEBUGLIBRARY    flogger.lib
    83 
    82 
    84 EPOCSTACKSIZE     0x4000
    83 EPOCSTACKSIZE     0x4000