1 /* |
|
2 * Copyright (c) 2002-2008 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 FileManagerEngine |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 #include "FileManagerUID.h" |
|
23 MACRO _F32_STRICT_64_BIT_MIGRATION |
|
24 |
|
25 TARGET filemanagerengine.dll |
|
26 TARGETTYPE dll |
|
27 UID KEPOCStaticDllUID2 KFileManagerUID3 |
|
28 VENDORID VID_DEFAULT |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 |
|
31 |
|
32 START RESOURCE ../Engine/data/FileManagerEngine.rss |
|
33 TARGETPATH RESOURCE_FILES_DIR |
|
34 HEADER |
|
35 LANGUAGE_IDS |
|
36 END |
|
37 |
|
38 SOURCEPATH ../Engine/src |
|
39 SOURCE CFileManagerEngine.cpp |
|
40 #ifndef RD_MULTIPLE_DRIVE |
|
41 SOURCE CFileManagerFolderEntry.cpp |
|
42 #endif // RD_MULTIPLE_DRIVE |
|
43 SOURCE Cfilemanagerfolderarray.cpp |
|
44 SOURCE CFileManagerItemProperties.cpp |
|
45 SOURCE CFilemanagerMimeIconArray.cpp |
|
46 SOURCE CFileManagerActiveExecute.cpp |
|
47 SOURCE CFileManagerIRReceiver.cpp |
|
48 SOURCE CFileManagerFileSystemIterator.cpp |
|
49 SOURCE Cfilemanagerindexiterator.cpp |
|
50 SOURCE CfilemanageractiveDelete.cpp |
|
51 SOURCE CFileManagerRefresher.cpp |
|
52 SOURCE Cfilemanagerfilesystemevent.cpp |
|
53 SOURCE Cfilemanageractivesize.cpp |
|
54 SOURCE CFileManagerUtils.cpp |
|
55 SOURCE CfilemanagerActiveCount.cpp |
|
56 SOURCE CFileManagerItemFilter.cpp |
|
57 SOURCE TFileManagerDriveInfo.cpp |
|
58 SOURCE CFileManagerDocHandler.cpp |
|
59 SOURCE CFileManagerThreadWrapper.cpp |
|
60 SOURCE CFileManagerRemovableDriveHandler.cpp |
|
61 SOURCE CFileManagerRemoteDriveHandler.cpp |
|
62 SOURCE CFileManagerPropertySubscriber.cpp |
|
63 #ifdef RD_FILE_MANAGER_BACKUP |
|
64 SOURCE CFileManagerBackupSettingsFull.cpp |
|
65 SOURCE CFileManagerRestoreSettingsFull.cpp |
|
66 #else // RD_FILE_MANAGER_BACKUP |
|
67 SOURCE CFileManagerBackupSettings.cpp |
|
68 SOURCE CFileManagerRestoreSettings.cpp |
|
69 #endif // RD_FILE_MANAGER_BACKUP |
|
70 SOURCE CFileManagerActiveBase.cpp |
|
71 SOURCE CFileManagerActiveRename.cpp |
|
72 SOURCE CFileManagerFeatureManager.cpp |
|
73 |
|
74 USERINCLUDE . ../Engine/inc ../GFLM/inc ../bkupengine/inc |
|
75 |
|
76 APP_LAYER_SYSTEMINCLUDE |
|
77 SYSTEMINCLUDE /epoc32/include/connect |
|
78 |
|
79 LIBRARY euser.lib |
|
80 LIBRARY gflm.lib |
|
81 LIBRARY efsrv.lib |
|
82 LIBRARY bafl.lib |
|
83 LIBRARY cone.lib |
|
84 LIBRARY irobex.lib |
|
85 LIBRARY esock.lib |
|
86 LIBRARY irda.lib |
|
87 LIBRARY sysutil.lib |
|
88 LIBRARY featmgr.lib |
|
89 LIBRARY commonengine.lib |
|
90 //LIBRARY MGXMediaFileApi.lib |
|
91 LIBRARY tzclient.lib |
|
92 LIBRARY caf.lib |
|
93 LIBRARY drmdcf.lib |
|
94 LIBRARY commonui.lib |
|
95 LIBRARY apparc.lib |
|
96 LIBRARY apmime.lib |
|
97 LIBRARY avkon.lib |
|
98 LIBRARY platformenv.lib |
|
99 LIBRARY filemanagerbkupengine.lib |
|
100 LIBRARY apgrfx.lib |
|
101 LIBRARY ws32.lib |
|
102 LIBRARY rsfwmountman.lib |
|
103 LIBRARY centralrepository.lib |
|
104 #ifdef __KEEP_DRM_CONTENT_ON_PHONE |
|
105 #ifdef FILE_MANAGER_USE_DISTRIBUTABLECHECKER |
|
106 LIBRARY distributablechecker.lib |
|
107 #endif // FILE_MANAGER_USE_DISTRIBUTABLECHECKER |
|
108 #endif // __KEEP_DRM_CONTENT_ON_PHONE |
|
109 LIBRARY directorylocalizer.lib |
|
110 //LIBRARY mgexternalservices.lib |
|
111 LIBRARY eikcore.lib |
|
112 LIBRARY drmutility.lib |
|
113 |
|
114 // End of File |
|