0
|
1 |
// Copyright (c) 1998-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/euser/emulator.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET emulator.dll
|
|
19 |
TARGETTYPE kdll
|
|
20 |
|
|
21 |
SOURCEPATH epoc/win32
|
|
22 |
SOURCE emulator.cpp
|
|
23 |
|
|
24 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
25 |
USERINCLUDE ../include
|
|
26 |
|
|
27 |
START WINS
|
|
28 |
BASEADDRESS 0x6a000000
|
|
29 |
|
|
30 |
WIN32_LIBRARY kernel32.lib
|
|
31 |
|
|
32 |
#if defined(VC32) && !defined(MSVCDOTNET)
|
|
33 |
win32_library msvcrt.lib
|
|
34 |
#endif // VC32 && !.NET
|
|
35 |
|
|
36 |
END // wins
|
|
37 |
|
|
38 |
DEFFILE emulator.def
|
|
39 |
|
|
40 |
UID 0x10005248
|
|
41 |
VENDORID 0x70000001
|
|
42 |
|
|
43 |
capability all
|