51
|
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 |
#include <data_caging_paths_for_iby.hrh>
|
|
27 |
|
|
28 |
file=ABI_DIR\BUILD_DIR\fotaengine.dll SHARED_LIB_DIR\fotaengine.dll
|
|
29 |
file=ABI_DIR\BUILD_DIR\FMSClient.dll SHARED_LIB_DIR\FMSClient.dll
|
|
30 |
|
|
31 |
|
|
32 |
S60_APP_EXE(fotaserver)
|
|
33 |
SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,fotaserver)
|
|
34 |
S60_APP_AIF_ICONS(fotaserver)
|
|
35 |
|
|
36 |
|
|
37 |
file=ABI_DIR\BUILD_DIR\fotaschedulehandler.exe PROGRAMS_DIR\fotaschedulehandler.exe
|
|
38 |
file=ABI_DIR\BUILD_DIR\FMSServer.exe PROGRAMS_DIR\FMSServer.exe
|
|
39 |
|
|
40 |
data=DATAZ_/private/10003a3f/import/apps/fotaserver_reg.rsc /private/10003a3f/import/apps/fotaserver_reg.rsc
|
|
41 |
|
|
42 |
|
|
43 |
#if ( defined (__SYNCML_DM ) || defined (__PLUG_AND_PLAY_MOBILE_SERVICES) )
|
|
44 |
|
|
45 |
file=ABI_DIR\BUILD_DIR\fotacustcmds.dll SHARED_LIB_DIR\fotacustcmds.dll
|
|
46 |
|
|
47 |
#endif // __SYNCML_DM || __PLUG_AND_PLAY_MOBILE_SERVICES
|
|
48 |
|
|
49 |
#endif // __SYNCML_DM_FOTA
|
|
50 |
|
|
51 |
#endif
|