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