|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 |
|
23 TARGET ScreenGrabber.exe |
|
24 TARGETTYPE exe |
|
25 EPOCSTACKSIZE 0x5000 |
|
26 EPOCHEAPSIZE 0x20000 0x1000000 // Min 128Kb, Max 16Mb |
|
27 |
|
28 UID 0x100039CE 0x101FB751 |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 CAPABILITY WriteDeviceData SwEvent |
|
32 |
|
33 SMPSAFE |
|
34 |
|
35 LANG SC |
|
36 |
|
37 |
|
38 START RESOURCE ../data/screengrabber.rss |
|
39 HEADER |
|
40 TARGETPATH APP_RESOURCE_DIR |
|
41 END |
|
42 |
|
43 START RESOURCE ../data/screengrabber_reg.rss |
|
44 DEPENDS screengrabber.rsg |
|
45 TARGETPATH /private/10003a3f/apps |
|
46 END |
|
47 |
|
48 APP_LAYER_SYSTEMINCLUDE |
|
49 USERINCLUDE ../inc |
|
50 SOURCEPATH ../src |
|
51 |
|
52 |
|
53 SOURCE SGApp.cpp |
|
54 SOURCE SGDocument.cpp |
|
55 SOURCE SGAppUi.cpp |
|
56 SOURCE SGMainView.cpp |
|
57 SOURCE SGMainContainer.cpp |
|
58 SOURCE SGSettingListView.cpp |
|
59 SOURCE SGSettingListContainer.cpp |
|
60 SOURCE SGModel.cpp |
|
61 SOURCE SGGifAnimator.cpp |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY apparc.lib |
|
65 LIBRARY cone.lib |
|
66 LIBRARY eikcore.lib |
|
67 LIBRARY avkon.lib |
|
68 LIBRARY aknnotify.lib |
|
69 LIBRARY ws32.lib |
|
70 LIBRARY fbscli.lib |
|
71 LIBRARY ImageConversion.lib |
|
72 LIBRARY PlatformEnv.lib |
|
73 LIBRARY CommonDialogs.lib |
|
74 LIBRARY eikcoctl.lib |
|
75 LIBRARY aknskins.lib |
|
76 LIBRARY apgrfx.lib |
|
77 LIBRARY efsrv.lib |
|
78 LIBRARY CommonEngine.lib |
|
79 LIBRARY bafl.lib |
|
80 LIBRARY mediaclientaudio.lib |
|
81 LIBRARY estor.lib |
|
82 LIBRARY gdi.lib |
|
83 LIBRARY eikctl.lib |
|
84 LIBRARY eikcdlg.lib |
|
85 |
|
86 |
|
87 // Multidrive support |
|
88 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__) |
|
89 MACRO SCREENGRABBER_MULTIDRIVE_SUPPORT |
|
90 #endif |
|
91 |
|
92 // Screen resolution change support |
|
93 MACRO SCREENGRABBER_SCREEN_RESOLUTION_CHANGE_SUPPORT |
|
94 |
|
95 // End of File |