appfw/uiftestfw/rom/afss_test.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 __AFSS_TEST_IBY__
       
    17 #define __AFSS_TEST_IBY__
       
    18 
       
    19 #include <appfwk_test_framework.iby>
       
    20 
       
    21 #include <apparcTest.iby>
       
    22 
       
    23 #include <coneTest.iby>
       
    24 
       
    25 #include <ConarcTest.iby>
       
    26 
       
    27 #include <EMimeTest.iby>
       
    28 
       
    29 #include <ViewSrvTest.iby>
       
    30 
       
    31 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    32 #include <sysstarttest.iby>
       
    33 #include <sysstarttest_tsysstart2.iby>
       
    34 
       
    35 #include <amastarttest.iby>
       
    36 #include <aplptest.iby>
       
    37 #include <shmatest.iby>
       
    38 #include <ssmatest.iby>
       
    39 #include <sspluginstest.iby>
       
    40 #include <ssrefpluginstest.iby>
       
    41 
       
    42 #else
       
    43 
       
    44 #include <sysstarttest.iby>
       
    45 #include <sysstarttest_apstart.iby>
       
    46 #include <sysstarttest_amastarter.iby>
       
    47 #include <sysstarttest_startupproperties.iby>
       
    48 #include <sysstarttest_restartsys.iby>
       
    49 #include <sysstarttest_dscstore.iby>
       
    50 #include <sysstarttest_sysmon.iby>
       
    51 #include <sysstarttest_tsysstart2.iby>
       
    52 #include <sysstarttest_startsafe.iby>
       
    53 
       
    54 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    55 
       
    56 
       
    57 
       
    58 #endif // __AFSS_TEST_IBY__