equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2002-2004 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: Build info for RSFW |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_MMPFILES |
|
25 #include "../mountstore/group/bld.inf" |
|
26 #include "../rsfwnotifierplugins/group/bld.inf" |
|
27 #include "../remotefileengine/group/bld.inf" // rsfwcontrol.dll comes from here, and should be always included |
|
28 #include "../mountmanager/group/bld.inf" |
|
29 #include "../webdavaccessplugin/group/bld.inf" |
|
30 #include "../remotefilesystemplugin/group/bld.inf" |
|
31 #ifdef __REMOTE_STORAGE_FW |
|
32 #include "../gsplugin/group/bld.inf" |
|
33 #include "../remotedriveconfigurationbiocontrol/group/bld.inf" |
|
34 #endif |
|
35 |
|
36 PRJ_EXPORTS |
|
37 // .iby files (only for 5.0) |
|
38 ../rom/rsfw.iby CORE_MW_LAYER_IBY_EXPORT_PATH(rsfw.iby) |
|
39 ../rom/rsfw_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(rsfw_resources.iby) |
|
40 |
|
41 // conf files |
|
42 ../conf/remote_storage_fw.confml APP_LAYER_CONFML(remote_storage_fw.confml) |
|
43 ../conf/remote_storage_fw_101F9775.crml APP_LAYER_CRML(remote_storage_fw_101F9775.crml) |
|
44 |
|
45 // End of File |
|