//***************************************************************************** // (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 CddStp_Cfg.h /// /// \brief Configuration of CddStp module /// /// \author J. Kling, ALDE-RT/EES6 //----------------------------------------------------------------------------- #ifndef CDD_STP_CFG_H_ #define CDD_STP_CFG_H_ #pragma error file not used!! // // wrong: .\AlGitRepo\Hongqi_H5\Src\Src_AL\Cdd\CddStp\Cfg\CddStp_Cfg.h // correct: .\AlGitRepo\Hongqi_H5\Src\Src_AL\Cust\Hh\Hh001\App\Bsw\Cdd\CddStp\Cfg\CddStp_Cfg.h // jk-??? #if defined(_MSC_VER) // jk-??? #pragma message ("This config file is not intended to be used in customer project") // jk-??? #else // jk-??? #warning "This config file is not intended to be used in customer project" // jk-??? #endif #endif // CDD_STP_CFG_H_ // EOF