equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 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 |
|
18 |
|
19 TARGET LogPlayer.exe |
|
20 TARGETTYPE exe |
|
21 UID 0 0xEA2ABA3C |
|
22 |
|
23 EPOCHEAPSIZE 0x50000 0xa00000 // From about 65KB to about 10 MB |
|
24 EPOCSTACKSIZE 81920 |
|
25 |
|
26 |
|
27 USERINCLUDE ../inc |
|
28 USERINCLUDE ../../../SearchClient/inc |
|
29 USERINCLUDE ../../../../searchsrv_plat/cpix_utility_api/inc |
|
30 MW_LAYER_SYSTEMINCLUDE |
|
31 |
|
32 START RESOURCE ../data/LogPlayer_reg.rss |
|
33 TARGETPATH /private/10003a3f/import/apps |
|
34 END |
|
35 |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE LogPlayerConsole.cpp |
|
39 SOURCE LogPlayerManager.cpp |
|
40 SOURCE LogPlayerTimer.cpp |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY efsrv.lib |
|
44 LIBRARY estor.lib |
|
45 LIBRARY bafl.lib |
|
46 |
|
47 LIBRARY CPixSearchClient.lib // CPixSearchClient |
|
48 |
|
49 #ifdef ENABLE_ABIV2_MODE |
|
50 DEBUGGABLE_UDEBONLY |
|
51 #endif |
|
52 |
|
53 CAPABILITY ALL -TCB |