/* 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 : MemIf_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : MemIf Interface module head File * Author : Hirain ******************************************************************************** * Description : MemIf Interface module head File ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to MemIf.c File ******************************************************************************** * END_FILE_HDR*/ #ifndef MEMIF_VERSION_H #define MEMIF_VERSION_H #define MEMIF_VENDOR_ID STD_HIRAIN_VENDOR_ID #define MEMIF_MODULE_ID ((uint16)22) #define MEMIF_INSTANCE_ID ((uint8)0) #define MEMIF_SW_MAJOR_VERSION (4) #define MEMIF_SW_MINOR_VERSION (0) #define MEMIF_SW_PATCH_VERSION (0) #define MEMIF_SW_DEV_PHASE #define MEMIF_AR_RELEASE_MAJOR_VERSION (4) #define MEMIF_AR_RELEASE_MINOR_VERSION (7) #define MEMIF_AR_RELEASE_REVISION_VERSION (0) #endif /*_MEMIF_VERSION_H_*/