0
|
1 |
// Copyright (c) 1996-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 the License "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 |
// f32/group/eshell.mmp
|
|
15 |
// eshell.exe Text shell
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
TARGET eshell.exe
|
|
25 |
CAPABILITY DiskAdmin AllFiles
|
|
26 |
|
|
27 |
TARGETTYPE exe
|
|
28 |
|
|
29 |
|
|
30 |
SOURCEPATH ../etshell
|
|
31 |
SOURCE ts_com.cpp ts_data.cpp ts_edshl.cpp
|
|
32 |
SOURCE ts_main.cpp ts_utl.cpp ts_deps.cpp
|
|
33 |
SOURCE ts_clicomp.cpp
|
|
34 |
|
|
35 |
SOURCEPATH ../sfile
|
|
36 |
SOURCE sf_inflate.cpp sf_decomp.cpp
|
|
37 |
|
|
38 |
SOURCEPATH .
|
|
39 |
DOCUMENT ../group/release.txt
|
|
40 |
|
|
41 |
USERINCLUDE ../inc
|
|
42 |
USERINCLUDE ../sfile
|
|
43 |
USERINCLUDE ../../../kernel/eka/include
|
|
44 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
45 |
|
|
46 |
LIBRARY euser.lib efsrv.lib hal.lib
|
|
47 |
|
|
48 |
START WINS
|
|
49 |
BASEADDRESS 0x64000000
|
|
50 |
END
|
|
51 |
|
|
52 |
EPOCSTACKSIZE 0x8000
|
|
53 |
|
|
54 |
//There is currently a defect in UIKON that prevents
|
|
55 |
//applications with UID != 0 being started from the UI in 8.1b
|
|
56 |
//The defect is DEF51127
|
|
57 |
|
|
58 |
// When changing capability, please update /f32/rom/f32.iby
|
|
59 |
|
|
60 |
UID 0x00000000 0x101F7AE7
|
|
61 |
|
|
62 |
VENDORID 0x70000001
|
|
63 |
|
|
64 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component
|
|
65 |
SMPSAFE
|