PlatformBootMode.h 814 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*++
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. PlatformBootMode.h
  6. Abstract:
  7. EFI Platform Boot Mode
  8. Revision History
  9. --*/
  10. #ifndef _EFI_PLATFORM_BOOT_MODE_H_
  11. #define _EFI_PLATFORM_BOOT_MODE_H_
  12. //
  13. // Global ID for the Platform Boot Mode Protocol.
  14. //
  15. #define MANUFACTURE_SETUP_NAME L"MfgDefault"
  16. #define SAFE_SETUP_NAME L"SetupDefault"
  17. #define OEM_DEFAULTS_SETUP_NAME L"OemDefault"
  18. #define CUSTOM_DEFAULTS_SETUP_NAME L"CustomDefault"
  19. #endif