equal
deleted
inserted
replaced
|
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 * |
|
17 */ |
|
18 |
|
19 |
|
20 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 #include <data_caging_paths.hrh> |
|
23 |
|
24 #include "../../../inc/definitions.def" |
|
25 #include "../../../inc/imageeditoruids.hrh" |
|
26 |
|
27 #if defined( __VERBOSE__ ) |
|
28 MACRO VERBOSE |
|
29 #endif |
|
30 |
|
31 TARGET sharpness.pgn |
|
32 TARGETTYPE dll |
|
33 UID UID_PLUGIN_INTERFACE UID_SHARPNESS_PLUGIN |
|
34 TARGETPATH SHARED_LIB_DIR |
|
35 |
|
36 VENDORID VID_DEFAULT |
|
37 CAPABILITY CAP_GENERAL_DLL |
|
38 |
|
39 SOURCEPATH ../src |
|
40 SOURCE ImageEditorSharpnessPlugin.cpp |
|
41 |
|
42 USERINCLUDE . |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../../inc |
|
45 |
|
46 // Default system include paths for application layer modules. |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 SYSTEMINCLUDE . |
|
50 |
|
51 START RESOURCE ../data/sharpness.rss |
|
52 HEADER |
|
53 TARGETPATH /private/101ffa91/plugins |
|
54 LANGUAGE_IDS |
|
55 END |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY imageeditorui.lib |
|
59 LIBRARY iepb.lib |
|
60 LIBRARY pb.lib |
|
61 LIBRARY eikcoctl.lib |
|
62 |
|
63 //#if defined(__EXPORT_UNFROZEN_PLUGINS__) |
|
64 //EXPORTUNFROZEN |
|
65 //#endif |
|
66 NOSTRICTDEF |
|
67 |
|
68 |
|
69 // End of File |