/* 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 : Dem_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : Dcm module head File * Author : Hirain ******************************************************************************** * Description : Version file ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to Core C File ******************************************************************************** * END_FILE_HDR*/ #ifndef DEM_VERSION_H #define DEM_VERSION_H #define DEM_VENDOR_ID STD_HIRAIN_VENDOR_ID #define DEM_MODULE_ID ((uint16)54) #define DEM_INSTANCE_ID ((uint8)0) #define DEM_SW_MAJOR_VERSION (4) #define DEM_SW_MINOR_VERSION (0) #define DEM_SW_PATCH_VERSION (4) #define DEM_SW_DEV_PHASE #define DEM_AR_RELEASE_MAJOR_VERSION (4) #define DEM_AR_RELEASE_MINOR_VERSION (7) #define DEM_AR_RELEASE_REVISION_VERSION (0) #endif