/* 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 : Crc_Version.h ******************************************************************************** * Project/Product : AUTOSAR 4.2.2 AUTOSAR 4.3.1 AUTOSAR 4.4.0 AUTOSAR 4.7.0 * Title : Crc_Version.h * Author : Hirain ******************************************************************************** * Description : Crc module head File ******************************************************************************** * Limitations : None * ******************************************************************************** ******************************************************************************** * Revision History: * Reference to Core H File ******************************************************************************** * END_FILE_HDR*/ /***************************************************************************** * General QAC Suppression *****************************************************************************/ /*PRQA S 0791,0792 EOF*/ /* Configure the relevant name of the file, not follow the relevant naming rules */ #ifndef CRC_VERSION_H #define CRC_VERSION_H #define CRC_VENDOR_ID STD_HIRAIN_VENDOR_ID #define CRC_MODULE_ID ((uint16)201) #define CRC_INSTANCE_ID (0) #define CRC_SW_MAJOR_VERSION (4) #define CRC_SW_MINOR_VERSION (0) #define CRC_SW_PATCH_VERSION (0) #define CRC_SW_DEV_PHASE #define CRC_AR_RELEASE_MAJOR_VERSION (4) #define CRC_AR_RELEASE_MINOR_VERSION (7) #define CRC_AR_RELEASE_REVISION_VERSION (0) #endif /*_CRC_VERSION_H_*/