/* 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 : NvM_Version.h ******************************************************************************** * Project/Product : AUTOSAR R21-11 * Title : NvM module head File * Author : Hirain ******************************************************************************** * Description : NvM module head File ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to NvM.c File ******************************************************************************** * END_FILE_HDR*/ #ifndef NVM_VERSION_H #define NVM_VERSION_H #define NVM_VENDOR_ID STD_HIRAIN_VENDOR_ID #define NVM_MODULE_ID ((uint16)20) #define NVM_INSTANCE_ID ((uint8)0) #define NVM_SW_MAJOR_VERSION (4) #define NVM_SW_MINOR_VERSION (0) #define NVM_SW_PATCH_VERSION (0) #define NVM_SW_DEV_PHASE #define NVM_AR_RELEASE_MAJOR_VERSION (4) #define NVM_AR_RELEASE_MINOR_VERSION (7) #define NVM_AR_RELEASE_REVISION_VERSION (0) #endif