equal
deleted
inserted
replaced
|
1 // vt100cons.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 VT100CONS_IBY |
|
13 #define VT100CONS_IBY |
|
14 |
|
15 #include <fsh_config.iby> |
|
16 #include <vt100.iby> |
|
17 #include <btincomingserial.iby> |
|
18 |
|
19 FSHELL_EXECUTABLE_FILE(vt100busdevcons.dll) |
|
20 |
|
21 #ifdef FSHELL_COMMS_SUPPORT |
|
22 FSHELL_EXECUTABLE_FILE(vt100serial.dll) |
|
23 FSHELL_EXECUTABLE_FILE(vt100cons.dll) |
|
24 FSHELL_EXECUTABLE_FILE(vt100btcons.dll) |
|
25 FSHELL_EXECUTABLE_FILE(vt100tcpcons.dll) |
|
26 FSHELL_EXECUTABLE_FILE(vt100usbcons.dll) |
|
27 #endif |
|
28 |
|
29 #ifndef FSHELL_WSERV_SUPPORT |
|
30 FSHELL_EXECUTABLE_FILE(vt100debugport.dll) |
|
31 #endif |
|
32 |
|
33 // Note, not #including loopback.iby because its doesn't use the |
|
34 // tool-kit's .iby file macros, and so breaks SIS file generation |
|
35 // via .iby files. |
|
36 //#ifndef __LOOPBACK_IBY__ |
|
37 //#define __LOOPBACK_IBY__ |
|
38 //FSHELL_EXECUTABLE_FILE(LOOPBACK.CSY) |
|
39 //#endif |
|
40 |
|
41 #endif |