Last change
on this file since 105670 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.