summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/Include/PlatformBootMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/Include/PlatformBootMode.h')
-rw-r--r--Vlv2TbltDevicePkg/Include/PlatformBootMode.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/Vlv2TbltDevicePkg/Include/PlatformBootMode.h b/Vlv2TbltDevicePkg/Include/PlatformBootMode.h
deleted file mode 100644
index 812077c..0000000
--- a/Vlv2TbltDevicePkg/Include/PlatformBootMode.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*++
-
- Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-
-
-
-Module Name:
-
- PlatformBootMode.h
-
-Abstract:
-
- EFI Platform Boot Mode
-
-Revision History
-
---*/
-
-#ifndef _EFI_PLATFORM_BOOT_MODE_H_
-#define _EFI_PLATFORM_BOOT_MODE_H_
-
-//
-// Global ID for the Platform Boot Mode Protocol.
-//
-#define MANUFACTURE_SETUP_NAME L"MfgDefault"
-#define SAFE_SETUP_NAME L"SetupDefault"
-#define OEM_DEFAULTS_SETUP_NAME L"OemDefault"
-#define CUSTOM_DEFAULTS_SETUP_NAME L"CustomDefault"
-
-#endif
-
-