]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
2e04a2f9
RN
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = BootManagerPolicyDxe\r
67b6269a 18 MODULE_UNI_FILE = BootManagerPolicyDxe.uni\r
2e04a2f9
RN
19 FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0\r
20 MODULE_TYPE = DXE_DRIVER\r
d1102dba 21 VERSION_STRING = 1.0\r
2e04a2f9
RN
22 ENTRY_POINT = BootManagerPolicyInitialize\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
2e04a2f9
RN
28#\r
29\r
30[Sources]\r
31 BootManagerPolicyDxe.c\r
32\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseMemoryLib\r
40 MemoryAllocationLib\r
41 UefiLib\r
42 DevicePathLib\r
43 DebugLib\r
44 UefiDriverEntryPoint\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiBootManagerLib\r
48\r
49[Guids]\r
50 gEfiBootManagerPolicyConnectAllGuid ## CONSUMES ## GUID\r
51 gEfiBootManagerPolicyNetworkGuid ## CONSUMES ## GUID\r
52 gEfiBootManagerPolicyConsoleGuid ## CONSUMES ## GUID\r
53\r
54[Protocols]\r
55 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES\r
56 gEfiBootManagerPolicyProtocolGuid ## PRODUCES\r
57\r
58[Depex]\r
59 TRUE\r
67b6269a
RN
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 BootManagerPolicyDxeExtra.uni\r