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: Project specification file for fotaengine
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
//MACRO _FOTA_DEBUG
|
|
24 |
//MACRO _FOTA_DEBUG_RDEBUG
|
|
25 |
|
|
26 |
TARGET fotaengine.dll
|
|
27 |
TARGETTYPE DLL
|
|
28 |
UID 0x1000008d 0x102072C5
|
|
29 |
|
|
30 |
CAPABILITY CAP_GENERAL_DLL
|
|
31 |
VENDORID VID_DEFAULT
|
|
32 |
|
|
33 |
SOURCEPATH ../SRC
|
|
34 |
SOURCE fotaengine.cpp
|
|
35 |
//SOURCE fotaengstream.cpp
|
|
36 |
SOURCEPATH ../../inc
|
|
37 |
SOURCE FotaIPCTypes.cpp
|
|
38 |
|
|
39 |
USERINCLUDE ../INC ../../inc ../../cenrep
|
|
40 |
|
|
41 |
MW_LAYER_SYSTEMINCLUDE
|
|
42 |
SYSTEMINCLUDE /epoc32/include/uiklaf/private
|
|
43 |
|
|
44 |
LIBRARY euser.lib
|
|
45 |
LIBRARY estor.lib
|
|
46 |
LIBRARY apparc.lib
|
|
47 |
LIBRARY cone.lib
|
|
48 |
LIBRARY bafl.lib
|
|
49 |
LIBRARY apgrfx.lib
|
|
50 |
LIBRARY mtur.lib
|
|
51 |
LIBRARY eikcore.lib
|
64
|
52 |
LIBRARY efsrv.lib
|
|
53 |
LIBRARY ws32.lib // wssession
|
|
54 |
LIBRARY centralrepository.lib
|
|
55 |
LIBRARY flogger.lib
|
51
|
56 |
|
|
57 |
SMPSAFE
|
|
58 |
|
|
59 |
//End of file
|