openenvutils/telnetserver/test/group/telnetdtests.iby
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2007-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 #ifndef __TELNETSRVTESTS_IBY__
       
    17 #define __TELNETSRVTESTS_IBY__
       
    18 
       
    19 #include <ced.iby>
       
    20 #include <telnetd.iby>
       
    21 
       
    22 //telnet server commdb settings 
       
    23 data=EPOCROOT##epoc32\winscw\c\telnetd\ethernetced_staticIP.xml	telnetd\ethernetced_staticIP.xml
       
    24 data=EPOCROOT##epoc32\winscw\c\telnetd\ethernetced_dynamicIP.xml	telnetd\ethernetced_dynamicIP.xml
       
    25 
       
    26 
       
    27 //CommDb setting batch files
       
    28 data=EPOCROOT##epoc32\winscw\c\telnetd\eth_stat.bat	telnetd\eth_stat.bat
       
    29 data=EPOCROOT##epoc32\winscw\c\telnetd\eth_dyn.bat	telnetd\eth_dyn.bat
       
    30 
       
    31 //Sets CommDb, starts telnetd
       
    32 data=EPOCROOT##epoc32\winscw\c\telnetd\autoexec.bat	autoexec.bat
       
    33 
       
    34 #endif