networksecurity/ipsec/ipsec6/group/ipsec6.iby
changeset 0 af10295192d8
child 20 e8d041006974
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2005-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 // ROM build file for ipsec (Protocol hook)
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file ipsec6.iby
       
    21 */
       
    22 #ifndef __IPSEC6_IBY__
       
    23 #define __IPSEC6_IBY__
       
    24 
       
    25 REM static dependencies
       
    26 #include <esock.iby>
       
    27 #include <insock.iby>
       
    28 #include <inhook6.iby>
       
    29 #include <nifman.iby>
       
    30 
       
    31 #ifdef SYMBIAN_EXCLUDE_IPSEC
       
    32 
       
    33 REM Feature IPSEC not included in this rom
       
    34 
       
    35 #else
       
    36 
       
    37 REM dynamic dependencies
       
    38 #include <ipseccrypto.iby>
       
    39 
       
    40 patchdata ipsec6.prt @KIPsecTunnelInTunnel  0
       
    41 
       
    42 data=EPOCROOT##epoc32\data\z\private\101F7989\esock\ip.ipsec6.esk    private\101F7989\esock\ip.ipsec6.esk
       
    43 
       
    44 file=ABI_DIR\DEBUG_DIR\ipsec6.prt            system\libs\ipsec6.prt
       
    45 
       
    46 #endif // SYMBIAN_EXCLUDE_IPSEC
       
    47 
       
    48 #endif // __IPSEC6_IBY__