vpnengine/ikev1lib/group/ikev1lib.mmp
branchRCL_3
changeset 38 9f4e37332ce5
parent 0 33413c0669b9
child 40 473321461bba
equal deleted inserted replaced
32:352850cbed81 38:9f4e37332ce5
     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".
     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 
       
    19 
    17 
    20 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    21 
    19 
    22 TARGET          ikev1lib.dll
    20 TARGET          ikev1lib.dll
    23 TARGETTYPE      DLL
    21 TARGETTYPE      DLL
    44 SOURCE          ikev1sender.cpp 
    42 SOURCE          ikev1sender.cpp 
    45 SOURCE          ikev1timeout.cpp
    43 SOURCE          ikev1timeout.cpp
    46 SOURCE          ikev1trans.cpp
    44 SOURCE          ikev1trans.cpp
    47 SOURCE          ikev1isakmpstream.cpp    
    45 SOURCE          ikev1isakmpstream.cpp    
    48 SOURCE          ikev1nokianattkeepalive.cpp
    46 SOURCE          ikev1nokianattkeepalive.cpp
       
    47 SOURCE          credentialcache.cpp
    49 
    48 
    50 USERINCLUDE    ../inc
    49 USERINCLUDE    ../inc
    51 USERINCLUDE    ../../ikesocket/inc
    50 USERINCLUDE    ../../ikesocket/inc
    52 USERINCLUDE    ../../kmdapi/inc 
    51 USERINCLUDE    ../../kmdapi/inc 
    53 USERINCLUDE    ../../kmdserver/inc 
    52 USERINCLUDE    ../../kmdserver/inc 
    71 LIBRARY     ikecert.lib
    70 LIBRARY     ikecert.lib
    72 LIBRARY     ikepolparser.lib
    71 LIBRARY     ikepolparser.lib
    73 LIBRARY     ikesocket.lib
    72 LIBRARY     ikesocket.lib
    74 LIBRARY     random.lib
    73 LIBRARY     random.lib
    75 LIBRARY     ikeutils.lib
    74 LIBRARY     ikeutils.lib
    76 
       
    77