|
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 // Name : zsh.mmp |
|
15 // Part of : oetools |
|
16 // Project mmp file for zsh |
|
17 // Redistribution and use in source and binary forms, with or without |
|
18 // modification, are permitted provided that the following conditions are met: |
|
19 // Redistributions of source code must retain the above copyright notice, this |
|
20 // list of conditions and the following disclaimer. |
|
21 // Redistributions in binary form must reproduce the above copyright notice, |
|
22 // this list of conditions and the following disclaimer in the documentation |
|
23 // and/or other materials provided with the distribution. |
|
24 // Neither the name of the <ORGANIZATION> nor the names of its contributors |
|
25 // may be used to endorse or promote products derived from this software |
|
26 // without specific prior written permission. |
|
27 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
28 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
29 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
30 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
|
31 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
32 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
33 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
34 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
35 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
36 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
37 // |
|
38 |
|
39 |
|
40 |
|
41 TARGET zsh.exe |
|
42 |
|
43 //Add your platform security capabilities |
|
44 |
|
45 CAPABILITY None |
|
46 |
|
47 TARGETTYPE exe |
|
48 UID 0x20004c45 0x2000CD0F |
|
49 |
|
50 |
|
51 |
|
52 epocstacksize 20480 |
|
53 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
54 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
55 |
|
56 OPTION ARMCC --diag_remark 3017 |
|
57 |
|
58 SOURCEPATH ../src |
|
59 SOURCE builtin.c |
|
60 SOURCE compat.c |
|
61 SOURCE cond.c |
|
62 SOURCE exec.c |
|
63 SOURCE glob.c |
|
64 SOURCE hashtable.c |
|
65 SOURCE hist.c |
|
66 SOURCE init.c |
|
67 SOURCE input.c |
|
68 SOURCE jobs.c |
|
69 SOURCE lex.c |
|
70 SOURCE linklist.c |
|
71 SOURCE loop.c |
|
72 SOURCE math.c |
|
73 SOURCE mem.c |
|
74 SOURCE module.c |
|
75 SOURCE options.c |
|
76 SOURCE params.c |
|
77 SOURCE parse.c |
|
78 SOURCE pattern.c |
|
79 SOURCE prompt.c |
|
80 SOURCE signals.c |
|
81 SOURCE signames.c |
|
82 SOURCE string.c |
|
83 SOURCE subst.c |
|
84 SOURCE text.c |
|
85 SOURCE utils.c |
|
86 SOURCE watch.c |
|
87 SOURCE main.c |
|
88 SOURCE dummy.c |
|
89 SOURCE getsysdrv.cpp |
|
90 |
|
91 SOURCEPATH ../src/builtins |
|
92 |
|
93 SOURCE rlimits.c |
|
94 SOURCE sched.c |
|
95 |
|
96 SOURCEPATH ../src/modules |
|
97 SOURCE cap.c |
|
98 SOURCE clone.c |
|
99 SOURCE datetime.c |
|
100 SOURCE example.c |
|
101 SOURCE files.c |
|
102 SOURCE langinfo.c |
|
103 SOURCE mapfile.c |
|
104 SOURCE mathfunc.c |
|
105 SOURCE parameter.c |
|
106 SOURCE socket.c |
|
107 SOURCE stat.c |
|
108 SOURCE system.c |
|
109 SOURCE errnames.c |
|
110 SOURCE tcp.c |
|
111 SOURCE termcap.c |
|
112 SOURCE terminfo.c |
|
113 SOURCE zftp.c |
|
114 SOURCE zprof.c |
|
115 SOURCE zpty.c |
|
116 SOURCE zselect.c |
|
117 SOURCE zutil.c |
|
118 |
|
119 SOURCEPATH ../commands/src |
|
120 SOURCE fts.c |
|
121 SOURCE err.c |
|
122 |
|
123 SOURCEPATH ../commands/cat/src |
|
124 SOURCE cat.c |
|
125 |
|
126 SOURCEPATH ../commands/cp/src |
|
127 SOURCE cp.c |
|
128 SOURCE cputils.c |
|
129 |
|
130 |
|
131 SOURCEPATH ../commands/ls/src |
|
132 SOURCE ls.c |
|
133 SOURCE cmp.c |
|
134 SOURCE getbsize.c |
|
135 SOURCE print.c |
|
136 SOURCE stat_flags.c |
|
137 SOURCE strmode.c |
|
138 SOURCE util.c |
|
139 |
|
140 SOURCEPATH ../commands/touch/src |
|
141 SOURCE touch.c |
|
142 |
|
143 USERINCLUDE ../inc |
|
144 USERINCLUDE ../commands/inc |
|
145 USERINCLUDE ../commands/cp/inc |
|
146 USERINCLUDE ../commands/ls/inc |
|
147 |
|
148 LIBRARY euser.lib efsrv.lib libc.lib libm.lib libdl.lib libpthread.lib |
|
149 |
|
150 STATICLIBRARY libcrt0.lib |
|
151 |
|
152 // End of File |
|
153 |
|
154 SMPSAFE |