FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/inc/tap.h @ 316:79080922d8e4
GPF: FRAME C sources and include files imported from LoCosto source
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 10 Apr 2014 04:06:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
315:1b4beffc8055 | 316:79080922d8e4 |
---|---|
1 /* | |
2 +----------------------------------------------------------------------------- | |
3 | Project : | |
4 | Modul : tap.h | |
5 +----------------------------------------------------------------------------- | |
6 | Copyright 2002 Texas Instruments Berlin, AG | |
7 | All rights reserved. | |
8 | | |
9 | This file is confidential and a trade secret of Texas | |
10 | Instruments Berlin, AG | |
11 | The receipt of or possession of this file does not convey | |
12 | any rights to reproduce or disclose its contents or to | |
13 | manufacture, use, or sell anything it may describe, in | |
14 | whole, or in part, without the specific written consent of | |
15 | Texas Instruments Berlin, AG. | |
16 +----------------------------------------------------------------------------- | |
17 | Purpose : Headerfile containing exit codes of Tap. | |
18 +----------------------------------------------------------------------------- | |
19 */ | |
20 | |
21 #ifndef TAP_H | |
22 #define TAP_H | |
23 | |
24 /*==== INCLUDES =============================================================*/ | |
25 /*==== CONSTS ===============================================================*/ | |
26 | |
27 #define TAP_PASSED 0 | |
28 #define TAP_CMD_LINE 1 | |
29 #define TAP_TC_NOT_FOUND 2 | |
30 #define TAP_TC_NO_INIT 3 | |
31 #define TAP_TC_VERSION 4 | |
32 #define TAP_SUI_CHECK 5 | |
33 #define TAP_FAILED 6 | |
34 #define TAP_EXCLUDED 7 | |
35 #define TAP_STACKSYNC 8 | |
36 #define TAP_TDC_SYNTAX 9 | |
37 #define TAP_TDC_INTERNAL 10 | |
38 #define TAP_CCDDATA_DLL 11 | |
39 #define TAP_STACK_ERR 12 | |
40 #define TAP_STACK_WARN 13 | |
41 #define TAP_TC_CRASH 14 | |
42 #define TAP_UNKNOWN 99 | |
43 /*==== TYPES ================================================================*/ | |
44 /*==== EXPORTS ==============================================================*/ | |
45 #endif /* !TAP_H */ |