X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FInclude%2FPlatformBootMode.h;fp=Vlv2TbltDevicePkg%2FInclude%2FPlatformBootMode.h;h=0000000000000000000000000000000000000000;hb=5347c48016f27061475fdb053e867a06ce73492f;hp=812077ce144f0bd60e673adb626f68df6696ecb8;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5;p=mirror_edk2.git diff --git a/Vlv2TbltDevicePkg/Include/PlatformBootMode.h b/Vlv2TbltDevicePkg/Include/PlatformBootMode.h deleted file mode 100644 index 812077ce14..0000000000 --- a/Vlv2TbltDevicePkg/Include/PlatformBootMode.h +++ /dev/null @@ -1,35 +0,0 @@ -/*++ - - Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
- - 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 - -