|
1 /* |
|
2 * Copyright (c) 2010 Ixonos Plc. |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the "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 * Nokia Corporation - Initial contribution |
|
11 * |
|
12 * Contributors: |
|
13 * Ixonos Plc |
|
14 * |
|
15 * Description: |
|
16 * ImageEditor bld.inf file. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 #include "../inc/definitions.def" |
|
23 #include <data_caging_paths.hrh> |
|
24 |
|
25 // Erase temp files in WINS env |
|
26 PRJ_MMPFILES |
|
27 //gnumakefile erasetempfiles.mk |
|
28 |
|
29 /// Plugin framework |
|
30 #include "../PB/group/bld.inf" |
|
31 #include "../IEPB/group/bld.inf" |
|
32 |
|
33 /// Image Editor components |
|
34 #include "../ImageEditorUI/group/bld.inf" |
|
35 #include "../ImageEditorManager/group/bld.inf" |
|
36 |
|
37 /// Image editor application |
|
38 #include "../ImageEditorApp/group/bld.inf" |
|
39 |
|
40 /// Plugins |
|
41 #include "../plugins/BlackWhitePlugin/group/bld.inf" |
|
42 #include "../plugins/NegativePlugin/group/bld.inf" |
|
43 #include "../plugins/SepiaPlugin/group/bld.inf" |
|
44 #include "../plugins/BrightnessPlugin/group/bld.inf" |
|
45 #include "../plugins/BubblePlugin/group/bld.inf" |
|
46 #include "../plugins/ContrastPlugin/group/bld.inf" |
|
47 #include "../plugins/SharpnessPlugin/group/bld.inf" |
|
48 #include "../plugins/RedEyePlugin/group/bld.inf" |
|
49 #include "../plugins/CartoonizePlugin/group/bld.inf" |
|
50 #include "../plugins/FramePlugin/group/bld.inf" |
|
51 #include "../plugins/ClipartPlugin/group/bld.inf" |
|
52 #include "../plugins/CropPlugin/group/bld.inf" |
|
53 #include "../plugins/RotateLPlugin/group/bld.inf" |
|
54 #include "../plugins/RotateRPlugin/group/bld.inf" |
|
55 #include "../plugins/ResizePlugin/group/bld.inf" |
|
56 #include "../plugins/TextPlugin/group/bld.inf" |
|
57 #ifdef RD_IE_DRAW_PLUGIN |
|
58 #include "../plugins/DrawPlugin/group/bld.inf" |
|
59 #endif // RD_IE_DRAW_PLUGIN |
|
60 // Editor AIW Provider |
|
61 #include "../EditorProvider/group/bld.inf" |
|
62 |
|
63 // makefiles |
|
64 PRJ_MMPFILES |
|
65 //gnumakefile bldsis.mk |
|
66 |
|
67 // Exported files |
|
68 PRJ_EXPORTS |
|
69 ../loc/ImageEditor.loc APP_LAYER_LOC_EXPORT_PATH(ImageEditor.loc) |
|
70 |
|
71 ../data/ImageEditorStub.sis /epoc32/data/z/system/install/ImageEditorStub.sis |
|
72 //../inc/imageeditordebugutils.h /epoc32/include/imageeditordebugutils.h |
|
73 |
|
74 // ROM description |
|
75 ../rom/ImageEditor_Resource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ImageEditor_Resource.iby) |
|
76 // |
|
77 //../inc/ImageEditorUids.hrh /epoc32/include/ImageEditorUids.hrh |
|
78 |
|
79 // End of File |