0
|
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 STAT statically linked library
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
TARGETTYPE lib
|
|
21 |
|
|
22 |
TARGET stat.lib
|
|
23 |
|
|
24 |
VENDORID 0x70000001
|
|
25 |
UID 0x1000007A 0x10210D31
|
|
26 |
|
|
27 |
USERINCLUDE ..\.\inc
|
|
28 |
APP_LAYER_SYSTEMINCLUDE_SYMBIAN \epoc32\include
|
|
29 |
APP_LAYER_SYSTEMINCLUDE_SYMBIAN \epoc32\include\test
|
|
30 |
|
|
31 |
APP_LAYER_SYSTEMINCLUDE_SYMBIAN \epoc32\include\platform\mw\swi
|
|
32 |
|
|
33 |
SOURCEPATH ..\.\src
|
|
34 |
SOURCE stat_engine.cpp
|
|
35 |
SOURCE stat_controller.cpp
|
|
36 |
SOURCE stat_tcpip.cpp
|
|
37 |
SOURCE stat_serial.cpp
|
|
38 |
SOURCE stat_usb.cpp
|
|
39 |
SOURCE Stat_bt.cpp
|
|
40 |
SOURCE stat_packetisation.cpp
|
|
41 |
SOURCE stat_comdecoder.cpp
|
|
42 |
SOURCE filedump.cpp
|
|
43 |
SOURCE ntoh.cpp
|
|
44 |
SOURCE AssertE.cpp
|
|
45 |
SOURCE activeconnection.cpp
|
|
46 |
SOURCE datasupplier_file.cpp
|
|
47 |
SOURCE datasupplier_memory.cpp
|
|
48 |
SOURCE dataconsumer_file.cpp
|
|
49 |
SOURCE dataconsumer_memory.cpp
|
|
50 |
|
|
51 |
SOURCE AppInstall.cpp
|
|
52 |
SOURCE TestSecurityInstUIHandler.cpp
|
|
53 |
|