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/estart.mmp
|
|
15 |
// estart.exe Base Symbian OS startup process
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
TARGET e32strt.exe
|
|
25 |
CAPABILITY TCB WriteDeviceData DiskAdmin ProtServ AllFiles PowerMgmt
|
|
26 |
|
|
27 |
TARGETTYPE exe
|
|
28 |
|
|
29 |
|
|
30 |
SOURCEPATH ../estart
|
|
31 |
SOURCE estart.cpp estartmain.cpp
|
|
32 |
|
|
33 |
STRICTDEPEND
|
|
34 |
|
|
35 |
SOURCEPATH .
|
|
36 |
DOCUMENT ../group/release.txt
|
|
37 |
|
|
38 |
USERINCLUDE ../inc
|
|
39 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
40 |
|
|
41 |
LIBRARY efsrv.lib euser.lib hal.lib
|
|
42 |
LIBRARY domaincli.lib
|
|
43 |
|
|
44 |
#ifdef WINS
|
|
45 |
LIBRARY emulator.lib
|
|
46 |
#endif
|
|
47 |
|
|
48 |
START WINS
|
|
49 |
BASEADDRESS 0x62000000
|
|
50 |
win32_library kernel32.lib
|
|
51 |
END
|
|
52 |
|
|
53 |
|
|
54 |
UID 0 0x10272C04
|
|
55 |
VENDORID 0x70000001
|
|
56 |
|
|
57 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component
|
|
58 |
SMPSAFE
|