]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/PlatformBootMode.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / PlatformBootMode.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 PlatformBootMode.h
13
14 Abstract:
15
16 EFI Platform Boot Mode
17
18 Revision History
19
20 --*/
21
22 #ifndef _EFI_PLATFORM_BOOT_MODE_H_
23 #define _EFI_PLATFORM_BOOT_MODE_H_
24
25 //
26 // Global ID for the Platform Boot Mode Protocol.
27 //
28 #define MANUFACTURE_SETUP_NAME L"MfgDefault"
29 #define SAFE_SETUP_NAME L"SetupDefault"
30 #define OEM_DEFAULTS_SETUP_NAME L"OemDefault"
31 #define CUSTOM_DEFAULTS_SETUP_NAME L"CustomDefault"
32
33 #endif
34
35