|
1 // fshell.mmp |
|
2 // |
|
3 // Copyright (c) 2007 - 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 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 target fshell.exe |
|
16 targettype exe |
|
17 uid 0x100039CE FSHELL_UID_FSHELL |
|
18 capability FSHELL_CAP_MMP_MAX |
|
19 |
|
20 userinclude . |
|
21 userinclude ..\builtins |
|
22 #include <fshell/fsh_system_include.mmh> |
|
23 |
|
24 sourcepath . |
|
25 |
|
26 #ifdef FSHELL_CORE_SUPPORT_LOCAL_ICON |
|
27 |
|
28 START RESOURCE fshell_reg.rss |
|
29 TARGETPATH \private\10003a3f\apps |
|
30 END |
|
31 |
|
32 START RESOURCE fshell_loc.rss |
|
33 TARGETPATH \resource\apps |
|
34 LANG SC |
|
35 END |
|
36 |
|
37 #ifdef FSHELL_PLATFORM_UIQ |
|
38 START BITMAP fshellAppIcon.mbm |
|
39 TARGETPATH \resource\apps |
|
40 SOURCEPATH .\AppIcon |
|
41 SOURCE c24 fshell_Small.bmp |
|
42 SOURCE 8 fshell_Small_mask.bmp |
|
43 SOURCE c24 fshell_Large.bmp |
|
44 SOURCE 8 fshell_Large_mask.bmp |
|
45 SOURCE c24 fshell_xLarge.bmp |
|
46 SOURCE 8 fshell_xLarge_mask.bmp |
|
47 SOURCE c24 48x48.bmp |
|
48 SOURCE 8 48x48.bmp |
|
49 END |
|
50 #endif |
|
51 |
|
52 #endif // FSHELL_CORE_SUPPORT_LOCAL_ICON |
|
53 |
|
54 source fshell.cpp |
|
55 source job.cpp |
|
56 source parser.cpp |
|
57 source console.cpp |
|
58 source commands.cpp |
|
59 source pipe_line.cpp |
|
60 source command_factory.cpp |
|
61 source command_constructors.cpp |
|
62 source command_wrappers.cpp |
|
63 source line_completer.cpp |
|
64 source string_utils.cpp |
|
65 source lexer.cpp |
|
66 source file_reader.cpp |
|
67 source script_command.cpp |
|
68 |
|
69 sourcepath ..\builtins |
|
70 source hello.cpp |
|
71 source kill.cpp |
|
72 source ps.cpp |
|
73 source undertaker.cpp |
|
74 source fuser.cpp |
|
75 source gobble.cpp |
|
76 source xmodem.cpp |
|
77 source ymodem.cpp |
|
78 source version.cpp |
|
79 |
|
80 sourcepath \epoc32\build\fshell\core\generated |
|
81 source fshell_version.cpp |
|
82 #ifdef FSHELL_CORE_SUPPORT_LICENSE |
|
83 source license.cpp |
|
84 #endif |
|
85 |
|
86 library euser.lib |
|
87 library efsrv.lib |
|
88 library hal.lib |
|
89 library iocli.lib |
|
90 library lineeditor.lib |
|
91 library ltkutils-tcb.lib |
|
92 |
|
93 START WINS |
|
94 win32_library kernel32.lib |
|
95 END |