rusefi/win32_functional_tests/simulator/efifeatures.h

25 lines
471 B
C

/*
* efifeatures.h
*
* Created on: Mar 7, 2014
* Author: Andrey
*/
#ifndef EFIFEATURES_H_
#define EFIFEATURES_H_
#define EFI_SIMULATOR TRUE
#define EFI_SUPPORT_DODGE_NEON TRUE
#define EFI_SUPPORT_FORD_ASPIRE TRUE
#define EFI_SUPPORT_FORD_FIESTA TRUE
#define EFI_SUPPORT_NISSAN_PRIMERA TRUE
#define EFI_SUPPORT_1995_FORD_INLINE_6 TRUE
#define EFI_SIGNAL_EXECUTOR_SLEEP TRUE
#define EFI_WAVE_CHART TRUE
#endif /* EFIFEATURES_H_ */