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 |
|
26 #if defined( __VERBOSE__ ) |
|
27 MACRO VERBOSE |
|
28 #endif |
|
29 |
|
30 TARGET iepb.dll |
|
31 TARGETTYPE dll |
|
32 UID 0x1000008d |
|
33 |
|
34 VENDORID VID_DEFAULT |
|
35 CAPABILITY CAP_GENERAL_DLL |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE iepb.cpp |
|
39 SOURCE iepbint.cpp |
|
40 SOURCE iepbres.cpp |
|
41 |
|
42 USERINCLUDE . |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../PB/inc |
|
45 USERINCLUDE ../../inc |
|
46 |
|
47 // Default system include paths for application layer modules. |
|
48 APP_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 SYSTEMINCLUDE . |
|
51 |
|
52 START RESOURCE ../data/imageeditorpluginbase.rss |
|
53 HEADER |
|
54 TARGETPATH APP_RESOURCE_DIR |
|
55 LANGUAGE_IDS |
|
56 END |
|
57 |
|
58 |
|
59 LIBRARY avkon.lib // CompleteWithAppPath |
|
60 LIBRARY cone.lib |
|
61 LIBRARY euser.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY charconv.lib |
|
64 LIBRARY commonengine.lib |
|
65 |
|
66 LIBRARY pb.lib |
|
67 |
|
68 //#if defined( __EXPORT_UNFROZEN_FRAMEWORK__ ) |
|
69 //EXPORTUNFROZEN |
|
70 //#endif |
|
71 NOSTRICTDEF |
|
72 |
|
73 // End of File |