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/ewsrv/econs.mmp
|
|
15 |
// econs.dll Client side library for text shell window server
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
|
|
24 |
target econs.dll
|
|
25 |
|
|
26 |
targettype dll
|
|
27 |
|
|
28 |
sourcepath .
|
|
29 |
source co_twin.cpp co_cli.cpp co_utl.cpp
|
|
30 |
|
|
31 |
USERINCLUDE ../include
|
|
32 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
33 |
|
|
34 |
nostrictdef
|
|
35 |
|
|
36 |
library euser.lib
|
|
37 |
|
|
38 |
start WINS
|
|
39 |
baseaddress 0x54000000
|
|
40 |
end
|
|
41 |
|
|
42 |
uid 0x1000008d 0x100039e7
|
|
43 |
VENDORID 0x70000001
|
|
44 |
|
|
45 |
capability all
|
|
46 |
unpagedcode
|
|
47 |
SMPSAFE
|