|
1 // Copyright (c) 1999-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 "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 // eikcore.dll Shared application environment |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target eikcore.dll |
|
23 CAPABILITY All -Tcb |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 targettype DLL |
|
27 uid 0x1000008D 0x10004892 |
|
28 |
|
29 userinclude ../coreinc |
|
30 userinclude ../srvinc |
|
31 userinclude ../../../../../mw/classicui/commonuisupport/uikon/coresrc |
|
32 userinclude ../../../../../mw/appsupport/appfw/apparchitecture/inc |
|
33 userinclude ../../../../../mw/classicui/lafagnosticuifoundation/cone/inc |
|
34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 sourcepath ../coresrc |
|
37 source EIKENV.CPP EIKAPPUI.CPP eikamnt.cpp EIKAPP.CPP eikbhelp.cpp |
|
38 source EIKDEBUG.CPP EIKDOC.CPP EIKEMBAL.CPP eikerror.cpp EikServerApp.cpp |
|
39 source EIKFCTRY.CPP EIKFUTIL.CPP eiklibry.cpp EIKMOBS.CPP EIKMSG.CPP |
|
40 source EIKPROC.CPP EIKRUTIL.CPP EIKSCNCL.CPP EIKSHUT.CPP eikvcurs.cpp |
|
41 source EIKSTART.CPP eikprivate.cpp eikenvextra.cpp |
|
42 source EIKGULUTIL.CPP |
|
43 |
|
44 library euser.lib efsrv.lib estor.lib bafl.lib etext.lib |
|
45 library gdi.lib ws32.lib fbscli.lib egul.lib cone.lib |
|
46 library clock.lib apparc.lib apgrfx.lib apfile.lib apserv.lib |
|
47 library fepbase.lib uiklaf.lib eiksrvc.lib hal.lib ecom.lib |
|
48 |
|
49 START WINS |
|
50 baseaddress 0x40B40000 |
|
51 win32_library kernel32.lib |
|
52 END |
|
53 |
|
54 START MARM |
|
55 END |
|
56 |
|
57 SMPSAFE |