0
|
1 |
// Copyright (c) 1997-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 |
// e32/drivers/edisp/edisp.mmp
|
|
15 |
// edisp.dll Series5mx text shell display driver
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
target edisp.dll
|
|
25 |
targettype dll
|
|
26 |
|
|
27 |
#if defined(WINS)
|
|
28 |
sourcepath emul/win32
|
|
29 |
source wd_wins.cpp
|
|
30 |
library emulator.lib
|
|
31 |
#elif defined(X86)
|
|
32 |
sourcepath epoc/generic
|
|
33 |
source wd_generic.cpp
|
|
34 |
sourcepath epoc/vga
|
|
35 |
source vgatext.cpp
|
|
36 |
#else
|
|
37 |
sourcepath epoc/generic
|
|
38 |
source wd_generic.cpp
|
|
39 |
#endif
|
|
40 |
|
|
41 |
USERINCLUDE ../../include
|
|
42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
43 |
|
|
44 |
deffile ../../~/edisp.def
|
|
45 |
nostrictdef
|
|
46 |
noexportlibrary
|
|
47 |
|
|
48 |
LIBRARY euser.lib hal.lib
|
|
49 |
|
|
50 |
start wins
|
|
51 |
baseaddress 0x52000000
|
|
52 |
win32_library user32.lib gdi32.lib kernel32.lib // kernel32.lib required for unicode build
|
|
53 |
end
|
|
54 |
|
|
55 |
uid 0x1000008d 0x100039eb
|
|
56 |
VENDORID 0x70000001
|
|
57 |
|
|
58 |
capability all
|
|
59 |
|
|
60 |
unpagedcode
|
|
61 |
|
|
62 |
SMPSAFE
|