networkprotocols/tcpipv4v6prt/data/bld.inf
changeset 0 af10295192d8
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 //
       
    15 
       
    16 
       
    17 PRJ_EXPORTS
       
    18 // Specify the source file followed by its destination here
       
    19 // copy will be used to copy the source file to its destination
       
    20 // If there's no destination then the source file will be copied
       
    21 // to the same name in epoc32include
       
    22 
       
    23 #ifdef __SECURE_DATA__
       
    24 
       
    25 #ifdef __SECURE_BIN__
       
    26 tcpip.eka2.ini  /epoc32/data/z/private/101f7989/esock/tcpip.ini
       
    27 tcpip.eka2.ini  /epoc32/winscw/c/private/101f7989/esock/tcpip.ini
       
    28 #else
       
    29 tcpip.arm.ini   \epoc32\data\z\private\101F7989\esock\tcpip.ini
       
    30 tcpip.arm.ini   \epoc32\winscw\c\private\101F7989\esock\tcpip.ini
       
    31 #endif
       
    32 
       
    33 tcpip.esk       /epoc32/data/z/private/101f7989/esock/ip.tcpip.esk
       
    34 tcpip.esk       /epoc32/winscw/c/private/101f7989/esock/ip.tcpip.esk
       
    35 
       
    36 #else  // __SECURE_DATA__
       
    37 
       
    38 #ifdef __SECURE_BIN__
       
    39 tcpip.eka2.ini  \epoc32\data\z\system\data\tcpip.ini
       
    40 tcpip.eka2.ini  \epoc32\winscw\c\system\data\tcpip.ini
       
    41 #else  // __SECURE_BIN__
       
    42 tcpip.arm.ini   \epoc32\data\z\system\data\tcpip.ini
       
    43 #ifdef EKA2
       
    44 tcpip.arm.ini   \epoc32\winscw\c\system\data\tcpip.ini
       
    45 #else
       
    46 tcpip.wins.ini  \epoc32\wins\c\system\data\tcpip.ini
       
    47 tcpip.wins.ini  \epoc32\winscw\c\system\data\tcpip.ini
       
    48 #endif
       
    49 #endif // __SECURE_BIN__
       
    50 
       
    51 tcpip.esk       \epoc32\data\z\system\data\ip.tcpip.esk
       
    52 tcpip.esk       \epoc32\wins\c\system\data\ip.tcpip.esk
       
    53 tcpip.esk       \epoc32\winscw\c\system\data\ip.tcpip.esk
       
    54 
       
    55 #endif  // __SECURE_DATA__