build/common/fshell.iby
changeset 0 7f656887cf89
child 42 e81b4e28b3e2
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // fshell.iby
       
     2 // 
       
     3 // Copyright (c) 2010 Accenture. All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the "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 // Accenture - Initial contribution
       
    11 //
       
    12 #ifndef FSHELL_IBY
       
    13 #define FSHELL_IBY
       
    14 
       
    15 #include <fsh_config.iby>
       
    16 #include <fshell_platform.iby>
       
    17 
       
    18 // Generic-ish platform workarounds
       
    19 #if defined(FSHELL_ROMBUILD) && defined(FSHELL_BTRACE_SUPPORT)
       
    20 #include <btrace.iby>
       
    21 #endif
       
    22 
       
    23 // Core
       
    24 #include <fshell_core.iby>
       
    25 #include <fshell_commands.iby>
       
    26 
       
    27 // Libraries
       
    28 #include <btrace_parser.iby>
       
    29 #include <btincomingserial.iby>
       
    30 #include <clogger.iby>
       
    31 #include <extrabtrace.iby>
       
    32 #include <lineeditor.iby>
       
    33 #include <ltkutils.iby>
       
    34 #include <memoryaccess-fshell.iby>
       
    35 #include <qr3.iby>
       
    36 #ifdef FSHELL_SPCRE_SUPPORT
       
    37 #include <spcre.iby>
       
    38 #endif
       
    39 
       
    40 // consoles
       
    41 #include <vt100cons.iby>
       
    42 #include <nullcons.iby>
       
    43 #include <guicons.iby>
       
    44 #include <defcons.iby>
       
    45 #include <consoleproxy.iby>
       
    46 
       
    47 #endif // FSHELL_IBY