VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h@ 99404

Last change on this file since 99404 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 737 bytes
Line 
1/** @file
2 Definition for structure & defines exported by Boot Discovery Policy UI
3
4 Copyright (c) 2021, ARM Ltd. All rights reserved.<BR>
5 Copyright (c) 2021, Semihalf All rights reserved.<BR>
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9**/
10
11#ifndef BOOT_DISCOVERY_POLICY_UI_LIB_H_
12#define BOOT_DISCOVERY_POLICY_UI_LIB_H_
13
14#define BDP_CONNECT_MINIMAL 0 /* Do not connect any additional devices */
15#define BDP_CONNECT_NET 1
16#define BDP_CONNECT_ALL 2
17
18#define BOOT_DISCOVERY_POLICY_MGR_FORMSET_GUID { 0x5b6f7107, 0xbb3c, 0x4660, { 0x92, 0xcd, 0x54, 0x26, 0x90, 0x28, 0x0b, 0xbd } }
19
20#define BOOT_DISCOVERY_POLICY_VAR L"BootDiscoveryPolicy"
21#define BOOT_DISCOVERY_POLICY_OLD_VAR L"BootDiscoveryPolicyOld"
22
23#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette