/* 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 : WdgM_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : Watchdog Manager module Header File * Author : Hirain ******************************************************************************** * Description : Watchdog Manager module Header File * ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * * Reference to WdgM.c File ******************************************************************************** * END_FILE_HDR*/ #ifndef WDGM_VERSION_H #define WDGM_VERSION_H /******************************************************************************* * Includes *******************************************************************************/ #include "Std_Types.h" /* version Info*/ #define WDGM_VENDOR_ID_VALUE STD_HIRAIN_VENDOR_ID #define WDGM_MODULE_ID_VALUE ((uint16)13) #define WDGM_INSTANCE_ID_VALUE_0 ((uint8)0) #define WDGM_SW_MAJOR_VERSION (4) #define WDGM_SW_MINOR_VERSION (0) #define WDGM_SW_PATCH_VERSION (0) #define WDGM_SW_DEV_PHASE #define WDGM_AR_RELEASE_MAJOR_VERSION (4) #define WDGM_AR_RELEASE_MINOR_VERSION (7) #define WDGM_AR_RELEASE_REVISION_VERSION (0) #endif