51 lines
3.5 KiB
C
51 lines
3.5 KiB
C
|
|
/***********************************************************************************************************************
|
||
|
|
* FILE DESCRIPTION
|
||
|
|
* ------------------------------------------------------------------------------------------------------------------*/
|
||
|
|
/** \file
|
||
|
|
* \brief Main header file of FblASrStubs
|
||
|
|
*
|
||
|
|
* --------------------------------------------------------------------------------------------------------------------
|
||
|
|
* COPYRIGHT
|
||
|
|
* --------------------------------------------------------------------------------------------------------------------
|
||
|
|
* \par Copyright
|
||
|
|
* \verbatim
|
||
|
|
* Copyright (c) 2024 by Vector Informatik GmbH. All rights reserved.
|
||
|
|
*
|
||
|
|
* This software is copyright protected and proprietary to Vector Informatik GmbH.
|
||
|
|
* Vector Informatik GmbH grants to you only those rights as set out in the license conditions.
|
||
|
|
* All other rights remain with Vector Informatik GmbH.
|
||
|
|
* \endverbatim
|
||
|
|
*/
|
||
|
|
/**********************************************************************************************************************/
|
||
|
|
|
||
|
|
/***********************************************************************************************************************
|
||
|
|
* REVISION HISTORY
|
||
|
|
* --------------------------------------------------------------------------------------------------------------------
|
||
|
|
* Version Date Author Change Id Description
|
||
|
|
* --------------------------------------------------------------------------------------------------------------------
|
||
|
|
* 05.00.00 2021-03-12 vishor FBL-3157 Removed EcuM, Os and SchM stubs for proper handling of BRS for FBL
|
||
|
|
* 05.00.01 2021-03-31 visrie FBL-3000 Added ASR stubs: vHsm_Types, Rte_KeyM_Type
|
||
|
|
* Added/adapted MemMap sections
|
||
|
|
* 05.00.02 2022-09-26 visrie FBL-5936 Added byte order defines to v_cfg.h
|
||
|
|
* 05.00.03 2023-04-24 vismix ESCAN00113852 Memory abstraction doesn't work as expected if BswM_LinTp.h is used
|
||
|
|
* 05.00.04 2023-10-25 visrie ESCAN00107438 Compiler warning: typedef name has already been declared (with
|
||
|
|
* same type) for Csm_ResultType
|
||
|
|
* ESCAN00112632 No changes
|
||
|
|
* ESCAN00115668 Compiler error: Com_Types.h and Com_Cbk.h files are missing
|
||
|
|
* 06.00.00 2024-03-20 vishor FBL-7833 Add generator to create stub config files
|
||
|
|
* ESCAN00116488 Compiler error: Unresolved external Dem_SetEventStatus and AUTOSAR
|
||
|
|
* Software Specification Version missing
|
||
|
|
* 06.00.01 2024-04-18 viswmo ESCAN00117142 Compiler error: Undefined symbols ComM_LimitChannelToNoComMode
|
||
|
|
* and Rte_ModeType_ComMMode
|
||
|
|
* 06.01.00 2024-08-06 vistbe FBL-9077 Add BswM stubs for DoIP/DoIPInt
|
||
|
|
**********************************************************************************************************************/
|
||
|
|
|
||
|
|
#ifndef FBLASRSTUBS_H
|
||
|
|
#define FBLASRSTUBS_H
|
||
|
|
|
||
|
|
#endif /* FBLASRSTUBS_H */
|
||
|
|
|
||
|
|
/***********************************************************************************************************************
|
||
|
|
* END OF FILE: FBLASRSTUBS.H
|
||
|
|
**********************************************************************************************************************/
|