equal
deleted
inserted
replaced
|
1 // bld.inf |
|
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_COMMON_MMH |
|
13 #include <fshell/common.mmh> |
|
14 #endif |
|
15 |
|
16 PRJ_EXPORTS |
|
17 FSHELL_ROM_INCLUDE(vt100.iby) |
|
18 FSHELL_ROM_INCLUDE(vt100cons.iby) |
|
19 ..\inc\vtc_base.h \epoc32\include\fshell\vtc_base.h |
|
20 ..\inc\vtc_controller.h \epoc32\include\fshell\vtc_controller.h |
|
21 ..\src\vt100\vt100.ini \epoc32\winscw\c\system\console\vt100.ini |
|
22 ..\src\vt100\vt100.idf Z:\resource\vt100.idf |
|
23 ..\src\vt100\vt100.ini.noautodetect Z:\system\console\vt100.ini.noautodetect |
|
24 |
|
25 PRJ_MMPFILES |
|
26 .\vt100.mmp |
|
27 .\vt100busdevcons.mmp |
|
28 |
|
29 #ifdef FSHELL_COMMS_SUPPORT |
|
30 .\vt100serial.mmp |
|
31 .\vt100cons.mmp |
|
32 .\vt100btcons.mmp |
|
33 .\vt100tcpcons.mmp |
|
34 .\vt100usbcons.mmp |
|
35 #endif |
|
36 |
|
37 #ifndef FSHELL_WSERV_SUPPORT |
|
38 // If we're text windowserver only |
|
39 .\vt100debugport.mmp |
|
40 #endif |
|
41 |