|
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 "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 // cone.dll Control environment |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target cone.dll |
|
23 CAPABILITY All -Tcb |
|
24 |
|
25 targettype DLL |
|
26 UID 0x1000008D 0x10003A41 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 userinclude ../inc |
|
30 USERINCLUDE ../src |
|
31 userinclude ../../../../../mw/classicui/lafagnosticuifoundation/cone/inc |
|
32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 SOURCEPATH ../src |
|
35 |
|
36 source COEAUI.CPP COECCNTX.CPP COECNTRL.CPP |
|
37 source COEFEP.CPP COEHELP.CPP COEMAIN.CPP coesndpy.cpp |
|
38 source COEUTILS.CPP Coemop.cpp COEMAINSECUREFEP.CPP |
|
39 source COEFONT.cpp COEFONTPROVIDER.cpp coetextdrawer.cpp |
|
40 source coecontrolarray.cpp CoeDataStorage.cpp |
|
41 source CoeColorUse.cpp |
|
42 source COECNTSS.CPP |
|
43 source COEVIEW.CPP |
|
44 source coevwman.cpp |
|
45 source COEPRIV.CPP |
|
46 source COEINPUT.CPP |
|
47 source CoeEnvExtra.cpp |
|
48 |
|
49 library euser.lib efsrv.lib bafl.lib |
|
50 library gdi.lib ws32.lib egul.lib viewcli.lib |
|
51 library mediaclientaudio.lib mediaclient.lib |
|
52 library ecom.lib centralrepository.lib estor.lib |
|
53 library hal.lib |
|
54 |
|
55 #if defined(USE_IH_RAISE_EVENT) |
|
56 library instrumentationhandler.lib |
|
57 #endif |
|
58 |
|
59 deffile CONE.DEF |
|
60 |
|
61 START WINS |
|
62 baseaddress 0x40600000 |
|
63 END |
|
64 |
|
65 |
|
66 SMPSAFE |