equal
deleted
inserted
replaced
|
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 ../../s60/inc |
|
26 USERINCLUDE ../../../../inc |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE main.cpp |
|
30 SOURCE afserver.cpp |
|
31 SOURCE afsession.cpp |
|
32 SOURCE afstorage.cpp |
|
33 SOURCE afdataprovidertask.cpp |
|
34 SOURCE afbroadcasttask.cpp |
|
35 SOURCE afstoragesynctask.cpp |
|
36 SOURCE afstorageasynctask.cpp |
|
37 SOURCE afobservertask.cpp |
|
38 SOURCE afthumbnailtask.cpp |
|
39 |
|
40 SOURCEPATH ../../s60/src |
|
41 SOURCE afentry.cpp |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY estor.lib |
|
45 LIBRARY edbms.lib |
|
46 LIBRARY efsrv.lib |
|
47 LIBRARY bafl.lib |
|
48 LIBRARY fbscli.lib |
|
49 LIBRARY hash.lib |
|
50 LIBRARY bitmaptransforms.lib |
|
51 LIBRARY imageconversion.lib |
|
52 LIBRARY tsutils.lib |
|
53 |
|
54 CAPABILITY ALL -TCB |
|
55 EPOCHEAPSIZE 0x100000 0x600000 // 1MB - 6MB |
|
56 |
|
57 #ifdef ENABLE_ABIV2_MODE |
|
58 DEBUGGABLE_UDEBONLY |
|
59 #endif |