vpnengine/ikev1lib/group/ikev1lib.mmp
branchRCL_3
changeset 49 5960d2d03390
parent 46 29c8f9bc68e1
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
     1 /*
     1 /*
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2009 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".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Project definition file for project ikev1lib
    14 * Description:   Project definition file for project ikev1lib
    15 *
    15 *
    16 */
    16 */
       
    17 
       
    18 
    17 
    19 
    18 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    19 
    21 
    20 TARGET          ikev1lib.dll
    22 TARGET          ikev1lib.dll
    21 TARGETTYPE      DLL
    23 TARGETTYPE      DLL
    42 SOURCE          ikev1sender.cpp 
    44 SOURCE          ikev1sender.cpp 
    43 SOURCE          ikev1timeout.cpp
    45 SOURCE          ikev1timeout.cpp
    44 SOURCE          ikev1trans.cpp
    46 SOURCE          ikev1trans.cpp
    45 SOURCE          ikev1isakmpstream.cpp    
    47 SOURCE          ikev1isakmpstream.cpp    
    46 SOURCE          ikev1nokianattkeepalive.cpp
    48 SOURCE          ikev1nokianattkeepalive.cpp
    47 SOURCE          credentialcache.cpp
       
    48 
    49 
    49 USERINCLUDE    ../inc
    50 USERINCLUDE    ../inc
    50 USERINCLUDE    ../../ikesocket/inc
    51 USERINCLUDE    ../../ikesocket/inc
    51 USERINCLUDE    ../../kmdapi/inc 
    52 USERINCLUDE    ../../kmdapi/inc 
    52 USERINCLUDE    ../../kmdserver/inc 
    53 USERINCLUDE    ../../kmdserver/inc 
    70 LIBRARY     ikecert.lib
    71 LIBRARY     ikecert.lib
    71 LIBRARY     ikepolparser.lib
    72 LIBRARY     ikepolparser.lib
    72 LIBRARY     ikesocket.lib
    73 LIBRARY     ikesocket.lib
    73 LIBRARY     random.lib
    74 LIBRARY     random.lib
    74 LIBRARY     ikeutils.lib
    75 LIBRARY     ikeutils.lib
    75 LIBRARY     ecom.lib
    76 
       
    77