/* * @file OsIf_Cfg.h *================================================================================================== * Project : YTMicro AUTOSAR 4.4.0 MCAL * Platform : ARM * Peripheral : OsIf_Cfg * Dependencies : none * * Autosar Version : V4.4.0 * Autosar Revision : ASR_REL_4_4_REV_0000 * SW Version : V2.3.0 * * (c) Copyright 2020-2025 Yuntu Microelectronics co.,ltd. * All Rights Reserved. ==================================================================================================*/ #ifndef OSIF_CFG_H #define OSIF_CFG_H /** * @file OsIf_Cfg.h * * @addtogroup OSIF_CFG_MODULE * @{ */ #ifdef __cplusplus extern "C" { #endif /*================================================================================================== INCLUDE FILES ==================================================================================================*/ /*================================================================================================== HEADER FILE VERSION INFORMATION ==================================================================================================*/ #define OSIF_CFG_VENDOR_ID (180) #define OSIF_CFG_AR_RELEASE_MAJOR_VERSION (4) #define OSIF_CFG_AR_RELEASE_MINOR_VERSION (4) #define OSIF_CFG_AR_RELEASE_REVISION_VERSION (0) #define OSIF_CFG_SW_MAJOR_VERSION (2) #define OSIF_CFG_SW_MINOR_VERSION (3) #define OSIF_CFG_SW_PATCH_VERSION (0) /*================================================================================================== DEFINES AND MACROS ==================================================================================================*/ /*================================================================================================== EXTERNAL CONSTANTS ==================================================================================================*/ /*================================================================================================== ENUMS ==================================================================================================*/ /*================================================================================================== FUNCTION PROTOTYPES ==================================================================================================*/ #ifdef __cplusplus } #endif /** @} */ #endif /* End of file OsIf_Cfg.h */