|
1 /* |
|
2 * Copyright (c) 2002-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: Project specification of GFLM |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 #include "../GFLM/inc/GFLMUid.h" |
|
23 MACRO _F32_STRICT_64_BIT_MIGRATION |
|
24 |
|
25 TARGET gflm.dll |
|
26 TARGETTYPE DLL |
|
27 UID KSymbianDLLUid2 KGflmUid3 |
|
28 |
|
29 VENDORID VID_DEFAULT |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 |
|
32 |
|
33 SOURCEPATH ../GFLM/src |
|
34 SOURCE CGflmNavigatorModel.cpp |
|
35 SOURCE CGflmFileListModel.cpp |
|
36 SOURCE CGflmItemGroupImpl.cpp |
|
37 SOURCE CGflmItemLocalizer.cpp |
|
38 SOURCE CGflmGroupItem.cpp |
|
39 SOURCE CGflmGlobalActionItem.cpp |
|
40 SOURCE CGflmFileSystemItem.cpp |
|
41 SOURCE CGflmDirectoryListingCache.cpp |
|
42 SOURCE CGflmFileRecognizer.cpp |
|
43 SOURCE CGflmDriveResolver.cpp |
|
44 SOURCE GflmUtils.cpp |
|
45 SOURCE CGflmDriveItem.cpp |
|
46 SOURCE CGflmFileFinder.cpp |
|
47 SOURCE CGflmFileFinderItem.cpp |
|
48 |
|
49 SOURCEPATH ../GFLM/data |
|
50 START RESOURCE GflmFileExtensionMimeTypes.rss |
|
51 HEADER |
|
52 TARGETPATH RESOURCE_FILES_DIR |
|
53 END |
|
54 |
|
55 USERINCLUDE ../GFLM/inc |
|
56 USERINCLUDE ../Engine/inc // For debug definitions |
|
57 |
|
58 APP_LAYER_SYSTEMINCLUDE |
|
59 |
|
60 LIBRARY apgrfx.lib // RApaLsSession |
|
61 LIBRARY apmime.lib // TDataType |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY euser.lib |
|
65 LIBRARY directorylocalizer.lib |
|
66 |
|
67 #ifdef RD_MULTIPLE_DRIVE |
|
68 LIBRARY platformenv.lib |
|
69 #endif // RD_MULTIPLE_DRIVE |