|
1 /* |
|
2 * Copyright (c) 2010 Kanrikogaku Kenkyusho, Ltd. |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Kanrikogaku Kenkyusho, Ltd. - Initial contribution |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * {Description of the file} |
|
16 * |
|
17 */ |
|
18 |
|
19 // Use standard macros |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // Build target |
|
23 TARGET DirectPrintApp.exe |
|
24 TARGETTYPE exe |
|
25 UID 0x100039CE 0x2002BB28 |
|
26 |
|
27 EPOCSTACKSIZE 0x10000 // Min 64kb |
|
28 EPOCHEAPSIZE 0x20000 0x1000000 // Min 128kb, max 16Mb |
|
29 |
|
30 sourcepath ../src |
|
31 source directprintapp.cpp |
|
32 source directprintappapplication.cpp |
|
33 source directprintappappui.cpp |
|
34 source directprintappdocument.cpp |
|
35 source directprintmodel.cpp |
|
36 source directprintbearermgr.cpp |
|
37 source directprintprinterdata.cpp |
|
38 source directprintbearerdata.cpp |
|
39 source directprintproperty.cpp |
|
40 source directprintmsgutil.cpp |
|
41 source directprintuipluginmgr.cpp |
|
42 source directprintprinterinforeader.cpp |
|
43 |
|
44 sourcepath ../ui/src |
|
45 source directprintlistbox.cpp |
|
46 source directprintsettinglistbox.cpp |
|
47 source directprintlistview.cpp |
|
48 source directprintmainview.cpp |
|
49 source directprintpreviewview.cpp |
|
50 source directprintpropertyview.cpp |
|
51 source directprintsearchresultview.cpp |
|
52 source directprintsettingview.cpp |
|
53 source directprintviewbase.cpp |
|
54 source directprintpreviewcontrol.cpp |
|
55 |
|
56 sourcepath ../engine/src |
|
57 source directprintengine.cpp |
|
58 source directprintfloatcapability.cpp |
|
59 source directprintlistcapability.cpp |
|
60 source directprinttintcapability.cpp |
|
61 source directprinttextcapability.cpp |
|
62 source directprintprintsettings.cpp |
|
63 source directprintsettingsconverter.cpp |
|
64 |
|
65 |
|
66 SOURCEPATH ../data |
|
67 |
|
68 START RESOURCE DirectPrintApp.rss |
|
69 HEADER |
|
70 TARGET DirectPrintApp |
|
71 TARGETPATH resource/apps |
|
72 END //RESOURCE |
|
73 |
|
74 START RESOURCE DirectPrintApp_reg.rss |
|
75 TARGET DirectPrintApp_reg |
|
76 TARGETPATH /private/10003a3f/apps |
|
77 END //RESOURCE |
|
78 |
|
79 |
|
80 |
|
81 USERINCLUDE ../inc |
|
82 USERINCLUDE ../ui/inc |
|
83 USERINCLUDE ../engine/inc |
|
84 USERINCLUDE ../../inc |
|
85 USERINCLUDE ../../ImagePrintLibrary/inc |
|
86 |
|
87 SYSTEMINCLUDE /epoc32/include/ecom |
|
88 |
|
89 APP_LAYER_SYSTEMINCLUDE |
|
90 |
|
91 LIBRARY euser.lib |
|
92 LIBRARY apparc.lib |
|
93 LIBRARY cone.lib |
|
94 LIBRARY eikcore.lib |
|
95 LIBRARY avkon.lib |
|
96 LIBRARY ecom.lib // REComSession |
|
97 LIBRARY commonengine.lib |
|
98 LIBRARY efsrv.lib |
|
99 LIBRARY estor.lib |
|
100 LIBRARY aknnotify.lib |
|
101 LIBRARY eikdlg.lib |
|
102 LIBRARY bafl.lib |
|
103 LIBRARY insock.lib |
|
104 LIBRARY eikctl.lib |
|
105 LIBRARY servicehandler.lib |
|
106 LIBRARY ws32.lib |
|
107 LIBRARY gdi.lib |
|
108 LIBRARY print.lib // CPrintSetup |
|
109 LIBRARY prev.lib // CPrintPreviewImage |
|
110 LIBRARY fbscli.lib // CFbsBitmap |
|
111 LIBRARY etext.lib // CRichText |
|
112 LIBRARY pdrprt.lib // CFilePrinterPort |
|
113 LIBRARY field.lib // CPageNumField |
|
114 LIBRARY eikcoctl.lib // CEikBorderedControl |
|
115 LIBRARY egul.lib // TGulBorder |
|
116 |
|
117 LIBRARY centralrepository.lib // CRepository |
|
118 |
|
119 LIBRARY directprintclient.lib // CDirectPrintClient |
|
120 |
|
121 LIBRARY XmlEngineDom.lib |
|
122 |
|
123 STATICLIBRARY clog.lib |
|
124 LIBRARY flogger.lib |
|
125 |
|
126 LIBRARY platformenv.lib |
|
127 |
|
128 //not use LIBRARY featmgr.lib |
|
129 |
|
130 LANG SC |
|
131 |
|
132 VENDORID 0 |
|
133 SECUREID 0x2002BB28 |
|
134 CAPABILITY ALL -TCB |
|
135 |
|
136 #ifdef ENABLE_ABIV2_MODE |
|
137 DEBUGGABLE_UDEBONLY |
|
138 #endif |
|
139 // End of File |