]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / BootManagerPolicyDxe / BootManagerPolicyDxe.inf
CommitLineData
2e04a2f9
RN
1## @file\r
2# This module produces Boot Manager Policy protocol.\r
d1102dba
LG
3#\r
4# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2e04a2f9
RN
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = BootManagerPolicyDxe\r
67b6269a 12 MODULE_UNI_FILE = BootManagerPolicyDxe.uni\r
2e04a2f9
RN
13 FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0\r
14 MODULE_TYPE = DXE_DRIVER\r
d1102dba 15 VERSION_STRING = 1.0\r
2e04a2f9
RN
16 ENTRY_POINT = BootManagerPolicyInitialize\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
de005223 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
2e04a2f9
RN
22#\r
23\r
24[Sources]\r
25 BootManagerPolicyDxe.c\r
26\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseMemoryLib\r
34 MemoryAllocationLib\r
35 UefiLib\r
36 DevicePathLib\r
37 DebugLib\r
38 UefiDriverEntryPoint\r
39 UefiBootServicesTableLib\r
40 UefiRuntimeServicesTableLib\r
41 UefiBootManagerLib\r
42\r
43[Guids]\r
44 gEfiBootManagerPolicyConnectAllGuid ## CONSUMES ## GUID\r
45 gEfiBootManagerPolicyNetworkGuid ## CONSUMES ## GUID\r
46 gEfiBootManagerPolicyConsoleGuid ## CONSUMES ## GUID\r
47\r
48[Protocols]\r
49 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES\r
50 gEfiBootManagerPolicyProtocolGuid ## PRODUCES\r
51\r
52[Depex]\r
53 TRUE\r
67b6269a
RN
54\r
55[UserExtensions.TianoCore."ExtraFiles"]\r
56 BootManagerPolicyDxeExtra.uni\r