99
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
TARGET hsactivitydbserver.exe
|
|
18 |
TARGETTYPE exe
|
|
19 |
UID 0 0x200267B4
|
|
20 |
|
|
21 |
MW_LAYER_SYSTEMINCLUDE
|
|
22 |
|
|
23 |
USERINCLUDE ../inc
|
|
24 |
USERINCLUDE ../../inc
|
|
25 |
USERINCLUDE ../../../../inc
|
|
26 |
|
|
27 |
SOURCEPATH ../src
|
|
28 |
SOURCE main.cpp
|
|
29 |
SOURCE afserver.cpp
|
|
30 |
SOURCE afsession.cpp
|
|
31 |
SOURCE afstorage.cpp
|
|
32 |
SOURCE afdataprovidertask.cpp
|
|
33 |
SOURCE afbroadcasttask.cpp
|
|
34 |
SOURCE afstoragesynctask.cpp
|
|
35 |
SOURCE afstorageasynctask.cpp
|
|
36 |
SOURCE afobservertask.cpp
|
|
37 |
SOURCE afthumbnailtask.cpp
|
107
|
38 |
SOURCE afapplicationsmonitor.cpp
|
|
39 |
SOURCE afapplicationscollection.cpp
|
|
40 |
SOURCE afapplicationsstorage.cpp
|
|
41 |
SOURCE afapplicationsengine.cpp
|
99
|
42 |
|
|
43 |
LIBRARY euser.lib
|
|
44 |
LIBRARY estor.lib
|
107
|
45 |
LIBRARY apgrfx.lib
|
99
|
46 |
LIBRARY edbms.lib
|
|
47 |
LIBRARY efsrv.lib
|
|
48 |
LIBRARY bafl.lib
|
|
49 |
LIBRARY fbscli.lib
|
|
50 |
LIBRARY hash.lib
|
|
51 |
LIBRARY bitmaptransforms.lib
|
|
52 |
LIBRARY imageconversion.lib
|
|
53 |
LIBRARY tsutils.lib
|
107
|
54 |
STATICLIBRARY afstoragecommon.lib
|
99
|
55 |
|
|
56 |
CAPABILITY ALL -TCB
|
|
57 |
EPOCHEAPSIZE 0x100000 0x600000 // 1MB - 6MB
|
|
58 |
|
|
59 |
#ifdef ENABLE_ABIV2_MODE
|
|
60 |
DEBUGGABLE_UDEBONLY
|
|
61 |
#endif |