EmulationConfiguration.h 401 B

12345678910111213141516171819202122
  1. /** @file
  2. @copyright
  3. Copyright 2017 - 2021 Intel Corporation. <BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _EMULATION_CONFIGURATION_H_
  7. #define _EMULATION_CONFIGURATION_H_
  8. //
  9. // Emulation Setting Values
  10. //
  11. #define EMULATION_AUTO 0
  12. #define EMULATION_DISABLE 1
  13. #define EMULATION_ENABLE 2
  14. #endif // _EMULATION_CONFIGURATION_H_