equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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: Build file for OS DISTGeneric |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 MACRO LIGHT_MODE |
|
21 //Unpaged |
|
22 TARGETTYPE exe |
|
23 |
|
24 // no target path specified |
|
25 |
|
26 TARGET statlite.exe |
|
27 UID 0 |
|
28 VENDORID 0x70000001 |
|
29 epocheapsize 4096 3000000 |
|
30 |
|
31 USERINCLUDE ..\.\inc |
|
32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN \epoc32\include |
|
33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN \epoc32\include\test |
|
34 |
|
35 CAPABILITY TCB AllFiles SwEvent NetworkServices LocalServices PowerMgmt CommDD |
|
36 |
|
37 SOURCEPATH ..\.\src |
|
38 SOURCE stat_engine.cpp |
|
39 SOURCE stat_controller.cpp |
|
40 SOURCE stat_serial.cpp |
|
41 SOURCE stat_packetisation.cpp |
|
42 SOURCE stat_comdecoder.cpp |
|
43 SOURCE filedump.cpp |
|
44 SOURCE ntoh.cpp |
|
45 SOURCE AssertE.cpp |
|
46 SOURCE datasupplier_file.cpp |
|
47 SOURCE datasupplier_memory.cpp |
|
48 SOURCE dataconsumer_file.cpp |
|
49 SOURCE dataconsumer_memory.cpp |
|
50 |
|
51 SOURCE stat_main.cpp |
|
52 SOURCE stat_console.cpp |
|
53 SOURCE activeconsole.cpp |
|
54 |
|
55 LIBRARY euser.lib |
|
56 LIBRARY hal.lib efsrv.lib |
|
57 LIBRARY iniparser.lib |
|
58 LIBRARY serialdriver.lib |