datacommsserver/esockserver/test/esock_test.iby
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __ESOCK_TEST_IBY__
       
    19 #define __ESOCK_TEST_IBY__
       
    20 
       
    21 #include <messageintercept.iby>
       
    22 #include <ipc.iby>
       
    23 #include <te_esock.iby>
       
    24 #include <te_ini.iby>
       
    25 #include <te_ipctest.iby>
       
    26 #include <te_socket.iby>
       
    27 #include <te_protocol.iby>
       
    28 
       
    29 #include <te_eintsock.iby>
       
    30 #include <ptestinternalsocket.iby>
       
    31 
       
    32 #include <te_socketserver.iby>
       
    33 #include <te_esock_components.iby>
       
    34 #include <te_esockssa.iby>
       
    35 #include <blocker.iby>
       
    36 
       
    37 #include <te_rsubconnectionsuite.iby>
       
    38 #include <TE_Cap_Esock_transfer.iby>
       
    39 #include <te_esockteststeps.iby>
       
    40 #include <te_RConnection_Selection.iby>
       
    41 #include <te_rconnection_attach.iby>
       
    42 #ifdef SYMBIAN_NETWORKING_CONTENTION_MANAGEMENT
       
    43 #include <te_rconnection_contentionmanagement.iby>
       
    44 #endif
       
    45 #include <te_BearerMobility.iby>
       
    46 
       
    47 #include <ts_multihoming.iby>
       
    48 #include <te_rconnectionsuite.iby>
       
    49 #include <pdummy.iby>
       
    50 #include <TE_DummyProvider.iby>
       
    51 #include <testconfig.iby>
       
    52 #include <te_esockutil.iby>
       
    53 #include <ts_esockutil.iby>
       
    54 #include <esock_stress_test.iby>
       
    55 
       
    56 #include <te_RConnection_DataMonitoring.iby>
       
    57 #include <te_RConnectionServ.iby>
       
    58 #include <dummypr.iby>
       
    59 #include <dummy_parameters.iby>
       
    60 
       
    61 #include <te_mecunittest.iby>
       
    62 
       
    63 #endif
       
    64