/* 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 : CanTp_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : CanTp_Version.h * Author : Hirain ******************************************************************************** * Description : CanTp module version infomation ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to Core C File ******************************************************************************** * END_FILE_HDR*/ #ifndef CANTP_VERSION_H #define CANTP_VERSION_H #define CANTP_VENDOR_ID STD_HIRAIN_VENDOR_ID #define CANTP_MODULE_ID ((uint16)35) #define CANTP_INSTANCE_ID ((uint8)0) #define CANTP_SW_MAJOR_VERSION (4) #define CANTP_SW_MINOR_VERSION (0) #define CANTP_SW_PATCH_VERSION (0) #define CANTP_SW_DEV_PHASE #define CANTP_AR_RELEASE_MAJOR_VERSION (4) #define CANTP_AR_RELEASE_MINOR_VERSION (7) #define CANTP_AR_RELEASE_REVISION_VERSION (0) #endif /* CANTP_VERSION_H */