sl@0
|
1 |
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
// Originally generated by script April 1998
|
sl@0
|
17 |
CAPABILITY PowerMgmt WriteDeviceData SwEvent ProtServ
|
sl@0
|
18 |
TARGET wshell.exe
|
sl@0
|
19 |
TARGETTYPE EXE
|
sl@0
|
20 |
TARGETPATH /system/programs
|
sl@0
|
21 |
|
sl@0
|
22 |
SOURCEPATH ../test
|
sl@0
|
23 |
SOURCE SHELL.CPP
|
sl@0
|
24 |
|
sl@0
|
25 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
26 |
|
sl@0
|
27 |
|
sl@0
|
28 |
#if defined(WINS)
|
sl@0
|
29 |
#ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
30 |
sourcepath ../test/resource/wins
|
sl@0
|
31 |
START RESOURCE gsastartupcmdlist7.rss
|
sl@0
|
32 |
TARGETPATH /private/2000d75b/startup/7
|
sl@0
|
33 |
END
|
sl@0
|
34 |
#else // SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
35 |
sourcepath ../test/resource/wins
|
sl@0
|
36 |
START RESOURCE SSCForStartupMode7.rss
|
sl@0
|
37 |
TARGETPATH /private/10205c44
|
sl@0
|
38 |
END
|
sl@0
|
39 |
#endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
40 |
/*
|
sl@0
|
41 |
Commented because of clash between Graphics and UIF which use the same
|
sl@0
|
42 |
name for SSCForStartupMode7_target
|
sl@0
|
43 |
|
sl@0
|
44 |
#else // WINS
|
sl@0
|
45 |
#ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
46 |
sourcepath ../test/resource/armv5
|
sl@0
|
47 |
START RESOURCE gsastartupcmdlist7_target.rss
|
sl@0
|
48 |
TARGETPATH /private/2000d75b/startup/7
|
sl@0
|
49 |
END
|
sl@0
|
50 |
#else // SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
51 |
sourcepath ../test/resource/armv5
|
sl@0
|
52 |
START RESOURCE SSCForStartupMode7_target.rss
|
sl@0
|
53 |
TARGETPATH /private/10205c44
|
sl@0
|
54 |
END
|
sl@0
|
55 |
#endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
|
sl@0
|
56 |
*/
|
sl@0
|
57 |
#endif // WINS
|
sl@0
|
58 |
|
sl@0
|
59 |
|
sl@0
|
60 |
LIBRARY efsrv.lib
|
sl@0
|
61 |
LIBRARY euser.lib
|
sl@0
|
62 |
LIBRARY gdi.lib
|
sl@0
|
63 |
LIBRARY hal.lib
|
sl@0
|
64 |
LIBRARY fbscli.lib
|
sl@0
|
65 |
LIBRARY tlib.lib
|
sl@0
|
66 |
LIBRARY ws32.lib
|
sl@0
|
67 |
#if defined(MARM)
|
sl@0
|
68 |
LIBRARY bitgdi.lib
|
sl@0
|
69 |
#endif
|
sl@0
|
70 |
|
sl@0
|
71 |
|
sl@0
|
72 |
START WINS
|
sl@0
|
73 |
BASEADDRESS 0x48C00000
|
sl@0
|
74 |
END
|
sl@0
|
75 |
|
sl@0
|
76 |
|
sl@0
|
77 |
VENDORID 0x70000001
|
sl@0
|
78 |
|
sl@0
|
79 |
SMPSAFE
|