vpnengine/agileprovisionws/group/agileprovisionws.mmp
branchRCL_3
changeset 23 473321461bba
parent 22 9f4e37332ce5
child 24 e06095241a65
equal deleted inserted replaced
22:9f4e37332ce5 23:473321461bba
     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:   Project definition file for project agileprovisionws
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET		agileprovisionws.dll
       
    19 TARGETTYPE	dll
       
    20 UID		0x1000008d 0x20016A90
       
    21 CAPABILITY	NetworkControl NetworkServices ReadDeviceData ReadUserData DiskAdmin ProtServ WriteDeviceData
       
    22 
       
    23 USERINCLUDE	 	../inc
       
    24 USERINCLUDE     ../../utlbase64/inc
       
    25 USERINCLUDE     ../../utlcrypto/inc
       
    26 USERINCLUDE     ../../vpnmanager/inc
       
    27 USERINCLUDE     ../../pkiserviceapi/inc
       
    28 USERINCLUDE     ../../vpncommon/inc
       
    29 USERINCLUDE		../../../vpnui/vpnpolins/inc
       
    30  	
       
    31 MW_LAYER_SYSTEMINCLUDE 	
       
    32  	
       
    33 SOURCEPATH	  ../src
       
    34 
       
    35 SOURCE        agileprovisionservice.cpp
       
    36 SOURCE        agileprovisionws.cpp
       
    37 SOURCE		  agilecrypto.cpp
       
    38 
       
    39 LIBRARY         efsrv.lib
       
    40 LIBRARY		 	euser.lib
       
    41 LIBRARY			SenUtils.lib
       
    42 LIBRARY			SenServDesc.lib
       
    43 LIBRARY			inetprotutil.lib
       
    44 LIBRARY			SenServConn.lib
       
    45 LIBRARY			SenXml.lib
       
    46 LIBRARY			SenServMgr.lib
       
    47 LIBRARY         utlbase64.lib
       
    48 LIBRARY         utlcrypto.lib
       
    49 LIBRARY         pkiserviceapi.lib 
       
    50 LIBRARY         x509.lib
       
    51 LIBRARY         cmmanager.lib
       
    52 
       
    53 
       
    54