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