summaryrefslogtreecommitdiffstats
path: root/src/occ/aplt/aplt_service_codes.h
blob: 31cf78dc17818c0273817ddd87db208fa2d9dd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/******************************************************************************
// @file aplt_service_codes.h
// @brief Error codes for aplt component.
*/
/******************************************************************************
 *
 *       @page ChangeLogs Change Logs
 *       @section _aplt_service_codes_h aplt_service_codes.h
 *       @verbatim
 *
 *   Flag    Def/Fea    Userid    Date        Description
 *   ------- ---------- --------  ----------  ----------------------------------
 *                      TEAM      08/16/2010  Created new file    
 *   @pb009             pbavari   10/20/2011  Added APLT_MID_INIT_APPLET_ADDR
 *   @rc003             rickylie  02/03/2012  Verify & Clean Up OCC Headers & Comments
 *   @pb00E             pbavari   03/11/2012  Added correct include file
 *   @nh001             neilhsu   05/23/2012  Add missing error log tags 
 *   @rt001  901927     tapiar    10/01/2013  Add new/missing module ids
 *
 *  @endverbatim
 *
 *///*************************************************************************/

#ifndef _APLT_SERVICE_CODES_H_
#define _APLT_SERVICE_CODES_H_

//*************************************************************************
// Includes
//*************************************************************************
#include <comp_ids.h>
//*************************************************************************
// Externs
//*************************************************************************

//*************************************************************************
// Macros
//*************************************************************************

//*************************************************************************
// Defines/Enums
//*************************************************************************
enum apltModuleId
{
    APLT_MID_INIT_APPLET_MNGR       =  APLT_COMP_ID | 0x00,
    APLT_MID_RUN_APPLET             =  APLT_COMP_ID | 0x01,
    APLT_MID_START_APPLET           =  APLT_COMP_ID | 0x02,
    APLT_MNGR_THREAD                =  APLT_COMP_ID | 0x03,
    APLT_MID_INIT_APPLET_ADDR       =  APLT_COMP_ID | 0x04,

    TEST_APLT_MODID_ERRLTEST        =  APLT_COMP_ID | 0xF0,   //@nh001a @rt001c
    TEST_APLT_MODID_SENSORTEST      =  APLT_COMP_ID | 0xF1,   //@rt001a
};

//*************************************************************************
// Structures
//*************************************************************************

//*************************************************************************
// Globals
//*************************************************************************

//*************************************************************************
// Function Prototypes
//*************************************************************************

//*************************************************************************
// Functions
//*************************************************************************

#endif /* #ifndef _APLT_SERVICE_CODES_H_ */
OpenPOWER on IntegriCloud