TianoCore EDK2 master
Loading...
Searching...
No Matches
BootDiscoveryPolicy.h
Go to the documentation of this file.
1
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