networksecurity/ipsec/ipsec6/group/ipsec6.mmp
changeset 0 af10295192d8
child 53 7e41d162e158
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ipsec6.mmp - IPv6/IPv4 IPSEC MMP file
       
    15 // ipsec6.prt IPSec socket server protocol plug-in
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET          ipsec6.prt
       
    25 TARGETTYPE      dll
       
    26 NOEXPORTLIBRARY
       
    27 
       
    28 UID             0x10003D38 0x10000847
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 
       
    32 //
       
    33 // Shared Family
       
    34 //
       
    35 SOURCE  ipsec.cpp
       
    36 //
       
    37 // Security Policy (secpol) Source Files
       
    38 //
       
    39 SOURCE  spdb.cpp sc_sap.cpp
       
    40 SOURCE  sc_prt6.cpp
       
    41 //
       
    42 // PFKEY Source Files
       
    43 //
       
    44 SOURCE  key_prt.cpp key_msg.cpp key_sap.cpp key_sa.cpp
       
    45 SOURCE  ah_eng6.cpp esp_eng6.cpp ipip_eng6.cpp natt_eng6.cpp 
       
    46 SOURCE  sadb.cpp sa_crypt.cpp circular.cpp ipaddress.cpp
       
    47 SOURCE  pfkeymsg.cpp epdb.cpp
       
    48 //
       
    49 // Shared files (secpol and pfkey)
       
    50 //
       
    51 SOURCE      sa_spec.cpp tunlintunl_const.cpp
       
    52 
       
    53 USERINCLUDE     ../inc ../include ../../ipseccrypto/inc ../../../../../security/crypto/weakcryptospi/inc/spi
       
    54 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    55 
       
    56 LIBRARY         euser.lib esock.lib esocksvr.lib mbufmgr.lib insock.lib inhook6.lib cryptospi.lib
       
    57 
       
    58 VENDORID	0x70000001
       
    59 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    60 
       
    61 #include <cflog.mmh>
       
    62 UNPAGED
       
    63 
       
    64 SMPSAFE