/* 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 : E2E_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : E2E_Version.h * Author : Hirain ******************************************************************************** * Description : E2E_Version.h ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to Core C File ******************************************************************************** * END_FILE_HDR*/ #ifndef E2E_VERSION_H #define E2E_VERSION_H /****************************************************************************** * Macro ******************************************************************************/ #define E2E_VENDOR_ID STD_HIRAIN_VENDOR_ID #define E2E_MODULE_ID ((uint16)0x00CF) #define E2E_INSTANCE_ID (0) #define E2E_SW_MAJOR_VERSION (4) #define E2E_SW_MINOR_VERSION (1) #define E2E_SW_PATCH_VERSION (0) #define E2E_SW_DEV_PHASE (Beta.3) #define E2E_AR_RELEASE_MAJOR_VERSION (4) #define E2E_AR_RELEASE_MINOR_VERSION (7) #define E2E_AR_RELEASE_REVISION_VERSION (0) #endif/* E2E_VERSION_H */