//***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file AppInit.c /// /// \brief Hh001 /// /// \descr Application Initlization function to be called from here. /// \Reference taken from FLM3 //----------------------------------------------------------------------------- /******************************************************************************* ** Include Section ** *******************************************************************************/ #define RTE_ALLOW_CROSS_HEADER_INCLUSION #include "Rte_type.h" #include "BswM_EcuM.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include "Stub.h" //----------------------------------------------------------------------------- /// \brief reAL_SWC_DeInit /// /// \descr Function used to call SWCs de-init /// /// \param void /// /// \return void //----------------------------------------------------------------------------- #define WRAPPER_START_SEC_CODE_GLOBAL #include "App_MemMap.h" #define WRAPPER_STOP_SEC_CODE_GLOBAL #include "App_MemMap.h" // EOF - last line of file has to end with a newline