|
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: This is the project specification file for cpixrotlog |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 OPTION CW -wchar_t on |
|
20 MACRO _WCHAR_T_DECLARED |
|
21 |
|
22 TARGET cpixrotlog.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x100039CE 0x01CDEE56 |
|
25 EPOCSTACKSIZE 0x10000 |
|
26 EPOCHEAPSIZE 0x50000 0xa00000 // From about 65KB to about 10 MB |
|
27 VENDORID 0 |
|
28 |
|
29 SOURCEPATH ../data |
|
30 START RESOURCE cpixrotlog_reg.rss |
|
31 #ifdef WINSCW |
|
32 TARGETPATH /private/10003a3f/apps |
|
33 #else |
|
34 TARGETPATH /private/10003a3f/import/apps |
|
35 #endif |
|
36 END //RESOURCE |
|
37 |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
40 OS_LAYER_STDCPP_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/stdapis/stlportv5 |
|
42 OS_LAYER_GLIB_SYSTEMINCLUDE |
|
43 |
|
44 SOURCEPATH ../src |
|
45 SOURCE cpixrotlog.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../../../searchsrv_plat/cpix_utility_api/inc |
|
49 USERINCLUDE ../../cpix/inc/public |
|
50 USERINCLUDE ../../../util/tsrc/itk/inc/public |
|
51 USERINCLUDE ../../../util/cpixtools/inc/public |
|
52 |
|
53 // Using main() as entry point |
|
54 STATICLIBRARY libcrt0.lib |
|
55 STATICLIBRARY libcpix.lib |
|
56 STATICLIBRARY libclucene.lib |
|
57 STATICLIBRARY libcpixtools.lib |
|
58 STATICLIBRARY libstemmer.lib |
|
59 |
|
60 // For SPI |
|
61 LIBRARY efsrv.lib |
|
62 LIBRARY exiflib.lib |
|
63 LIBRARY MetaDataUtility.lib |
|
64 LIBRARY charconv.lib |
|
65 |
|
66 // libc and euser are always needed when using main() entry point |
|
67 LIBRARY libc.lib |
|
68 LIBRARY libglib.lib |
|
69 LIBRARY libstdcpp.lib |
|
70 LIBRARY libm.lib |
|
71 LIBRARY euser.lib |
|
72 LIBRARY libz.lib // for libid3 |
|
73 LIBRARY libpthread.lib |
|
74 |
|
75 // No capabilities needed by this application |
|
76 CAPABILITY ReadUserData WriteUserData |