/*BEGIN_FILE_HDR **************************************************************************************************** * NOTICE * This software is the property of HiRain Technologies. Any information contained in this doc * should not be reproduced, or used, or disclosed without the written authorization from HiRain * Technologies. **************************************************************************************************** * File Name: Os_Version.h **************************************************************************************************** * Project/Product: AUTOSAR EAS * Title: Os_Version.h * Author: Hirain **************************************************************************************************** * Description: * * OS kernel module version infomation. **************************************************************************************************** * Limitations: * * None. **************************************************************************************************** * **************************************************************************************************** * Revision History: * Reference to Core Os_Kernel.c File. **************************************************************************************************** *END_FILE_HDR*/ #ifndef OS_VERSION_H #define OS_VERSION_H #define OS_VENDOR_ID STD_HIRAIN_VENDOR_ID #define OS_MODULE_ID ((uint16)1) #define OS_INSTANCE_ID (0) #define OS_SW_MAJOR_VERSION (3) #define OS_SW_MINOR_VERSION (0) #define OS_SW_TEC_VERSION (2) #define OS_SW_EKPC_VERSION (1) #define OS_SW_PATCH_VERSION (0) #define OS_KERNEL_SW_DEV_PHASE #define OS_AR_RELEASE_MAJOR_VERSION (4) #define OS_AR_RELEASE_MINOR_VERSION (7) #define OS_AR_RELEASE_REVISION_VERSION (0) #endif /* OS_VERSION_H */