1 /* |
|
2 * Copyright (c) 2005-2006 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: Image description file for project fotaserver |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef ___FOTASERVER_IBY__ |
|
21 #define ___FOTASERVER_IBY__ |
|
22 |
|
23 |
|
24 #ifdef __SYNCML_DM_FOTA |
|
25 |
|
26 file=ABI_DIR\BUILD_DIR\fotaengine.dll SHARED_LIB_DIR\fotaengine.dll |
|
27 file=ABI_DIR\BUILD_DIR\FMSClient.dll SHARED_LIB_DIR\FMSClient.dll |
|
28 |
|
29 S60_APP_EXE(fotaserver) |
|
30 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,fotaserver) |
|
31 S60_APP_AIF_ICONS(fotaserver) |
|
32 S60_APP_AIF_RSC(fotaserver) |
|
33 |
|
34 |
|
35 file=ABI_DIR\BUILD_DIR\fotaschedulehandler.exe PROGRAMS_DIR\fotaschedulehandler.exe |
|
36 file=ABI_DIR\BUILD_DIR\FMSServer.exe PROGRAMS_DIR\FMSServer.exe |
|
37 |
|
38 ECOM_PLUGIN(fotadiskstorage.dll,fotadiskstorage.rsc) |
|
39 ECOM_PLUGIN(RfsFotaPlugin.dll, RfsFotaPlugin.RSC) |
|
40 |
|
41 #if ( defined (__SYNCML_DM ) || defined (__PLUG_AND_PLAY_MOBILE_SERVICES) ) |
|
42 |
|
43 file=ABI_DIR\BUILD_DIR\fotacustcmds.dll SHARED_LIB_DIR\fotacustcmds.dll |
|
44 |
|
45 #endif // __SYNCML_DM || __PLUG_AND_PLAY_MOBILE_SERVICES |
|
46 |
|
47 #endif // __SYNCML_DM_FOTA |
|
48 |
|
49 #endif |
|