rusefi-1/unit_tests/efifeatures.h

40 lines
744 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file efifeatures.h
*
* Created on: Mar 7, 2014
* Author: Andrey
*/
#ifndef EFIFEATURES_H_
#define EFIFEATURES_H_
2014-11-11 09:03:20 -08:00
#define EFI_ENABLE_ASSERTS TRUE
2014-12-23 22:03:26 -08:00
#define EFI_GPIO TRUE
2014-12-31 16:03:30 -08:00
#define EFI_UNIT_TEST TRUE
2014-12-23 22:03:26 -08:00
#define EFI_FSIO TRUE
2014-08-29 07:52:33 -07:00
#define EFI_HISTOGRAMS TRUE
2014-12-29 18:04:24 -08:00
#define CONSOLE_MAX_ACTIONS 128
2014-08-29 07:52:33 -07:00
#define EFI_CLI_SUPPORT FALSE
#define EFI_SUPPORT_FORD_ASPIRE TRUE
#define EFI_SUPPORT_DODGE_NEON TRUE
#define EFI_SUPPORT_1995_FORD_INLINE_6 TRUE
#define EFI_SUPPORT_FORD_FIESTA TRUE
#define EFI_SUPPORT_NISSAN_PRIMERA TRUE
#define EFI_SIGNAL_EXECUTOR_ONE_TIMER TRUE
2014-09-13 19:02:41 -07:00
#define EFI_SIGNAL_EXECUTOR_SLEEP FALSE
2014-08-29 07:52:33 -07:00
#define EFI_SHAFT_POSITION_INPUT TRUE
#define EFI_ENGINE_CONTROL TRUE
2014-12-24 10:05:36 -08:00
#define EFI_ANALOG_SENSORS TRUE
2014-08-29 07:52:33 -07:00
#endif /* EFIFEATURES_H_ */