/* 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 : Fee_Version.h ******************************************************************************** * Project/Product : AUTOSAR 4.2 * Title : Fee module head File * Author : Hirain ******************************************************************************** * Description : ******************************************************************************** * Limitations : None * ******************************************************************************** * ******************************************************************************** * Revision History: * Reference to Core C File ******************************************************************************** * END_FILE_HDR*/ #ifndef FEE_VERSION_H #define FEE_VERSION_H /******************************************************************************* * Includes *******************************************************************************/ #include "Std_Types.h" #define FEE_VENDOR_ID STD_HIRAIN_VENDOR_ID/* Supplier ID */ #define FEE_MODULE_ID ((uint16)21)/* Fee Moudle ID */ #define FEE_INSTANCE_ID (0) #define FEE_SW_MAJOR_VERSION (4) #define FEE_SW_MINOR_VERSION (0) #define FEE_SW_PATCH_VERSION (0) #define FEE_SW_DEV_PHASE #define FEE_AR_RELEASE_MAJOR_VERSION (4) #define FEE_AR_RELEASE_MINOR_VERSION (7) #define FEE_AR_RELEASE_REVISION_VERSION (0) #endif/*FEE_VERSION_H*/