/* 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 : WdgIf_Version.h ******************************************************************************** * Project/Product : AUTOSAR 21-11 * Title : Wdg Interface module head File * Author : Hirain ******************************************************************************** * Description : Wdg Interface module head File ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * * Reference to WdgIf.c File ******************************************************************************** * END_FILE_HDR*/ #ifndef WDGIF_VERSION_H #define WDGIF_VERSION_H #define WDGIF_VENDOR_ID STD_HIRAIN_VENDOR_ID #define WDGIF_MODULE_ID ((uint16)43) #define WDGIF_INSTANCE_ID ((uint8)0) #define WDGIF_SW_MAJOR_VERSION (4) #define WDGIF_SW_MINOR_VERSION (0) #define WDGIF_SW_PATCH_VERSION (1) #define WDGIF_SW_DEV_PHASE #define WDGIF_AR_RELEASE_MAJOR_VERSION (4) #define WDGIF_AR_RELEASE_MINOR_VERSION (7) #define WDGIF_AR_RELEASE_REVISION_VERSION (0) #endif /* WDGIF_VERSION_H */