|
1 /* |
|
2 * Copyright (c) 2006, 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "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 * |
|
14 * Description: This is the project file for Image Print UI Provider |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET imageprintuiprovider.dll |
|
23 |
|
24 TARGETTYPE PLUGIN |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 UID 0x10009D8D 0x1020E471 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE dllmain.cpp |
|
32 SOURCE caiwprintingprovider.cpp |
|
33 SOURCE caiwimageprintIf.cpp |
|
34 |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../data |
|
38 |
|
39 SYSTEMINCLUDE /epoc32/include/ecom |
|
40 |
|
41 MW_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 |
|
44 START RESOURCE ../data/1020E471.rss |
|
45 TARGET imageprintuiprovider.rsc |
|
46 END |
|
47 |
|
48 |
|
49 START RESOURCE ../data/imageprintuiprovider.rss |
|
50 HEADER |
|
51 TARGETPATH RESOURCE_FILES_DIR |
|
52 LANGUAGE_IDS |
|
53 END |
|
54 |
|
55 |
|
56 LIBRARY euser.lib cone.lib |
|
57 LIBRARY ECom.lib |
|
58 LIBRARY ServiceHandler.lib |
|
59 LIBRARY estor.lib |
|
60 LIBRARY apgrfx.lib |
|
61 LIBRARY apparc.lib |
|
62 LIBRARY ws32.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY bafl.lib |
|
65 LIBRARY avkon.lib |
|
66 LIBRARY DRMCommon.lib |
|
67 LIBRARY ImageConversion.lib |
|
68 LIBRARY eikcdlg.lib |
|
69 LIBRARY eikctl.lib |
|
70 LIBRARY PlatformEnv.lib |
|
71 LIBRARY commonengine.lib |
|
72 |
|
73 |
|
74 DEBUGLIBRARY flogger.lib |
|
75 |
|
76 |
|
77 #ifdef ENABLE_LOGGING |
|
78 #ifdef LOG_TO_FILE |
|
79 LIBRARY flogger.lib // Only in debug builds |
|
80 #endif // ENABLE_LOGGING |
|
81 #endif // LOG_TO_FILE |
|
82 |
|
83 // End of File |