/* 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 : PduR_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : PduR_Version.h * Author : Hirain ******************************************************************************** * Description : PduR_Version.h ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to Core C File ******************************************************************************** * END_FILE_HDR*/ #ifndef PDUR_VERSION_H #define PDUR_VERSION_H #define PDUR_VENDOR_ID STD_HIRAIN_VENDOR_ID #define PDUR_MODULE_ID ((uint16)51) /*SWS_PduR_00217*/ #define PDUR_INSTANCE_ID ((uint8)0) #define PDUR_SW_MAJOR_VERSION (4) #define PDUR_SW_MINOR_VERSION (0) #define PDUR_SW_PATCH_VERSION (0) #define PDUR_SW_DEV_PHASE #define PDUR_AR_RELEASE_MAJOR_VERSION (4) #define PDUR_AR_RELEASE_MINOR_VERSION (7) #define PDUR_AR_RELEASE_REVISION_VERSION (0) #endif/* PDUR_VERSION_H */