]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
MdeModulePkg: Add BootManagerPolicyDxe to produce BootManagerPolicy protocol.
[mirror_edk2.git] / MdeModulePkg / Universal / BootManagerPolicyDxe / BootManagerPolicyDxe.inf
CommitLineData
2e04a2f9
RN
1## @file\r
2# This module produces Boot Manager Policy protocol.\r
3# \r
4# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
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
18 FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0 \r
21 ENTRY_POINT = BootManagerPolicyInitialize\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 BootManagerPolicyDxe.c\r
31\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseMemoryLib\r
39 MemoryAllocationLib\r
40 UefiLib\r
41 DevicePathLib\r
42 DebugLib\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 UefiRuntimeServicesTableLib\r
46 UefiBootManagerLib\r
47\r
48[Guids]\r
49 gEfiBootManagerPolicyConnectAllGuid ## CONSUMES ## GUID\r
50 gEfiBootManagerPolicyNetworkGuid ## CONSUMES ## GUID\r
51 gEfiBootManagerPolicyConsoleGuid ## CONSUMES ## GUID\r
52\r
53[Protocols]\r
54 gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES\r
55 gEfiBootManagerPolicyProtocolGuid ## PRODUCES\r
56\r
57[Depex]\r
58 TRUE\r