1 | ## @file
|
---|
2 | # Provides services to display completion progress of a firmware update on a
|
---|
3 | # graphical console that supports the Graphics Output Protocol.
|
---|
4 | #
|
---|
5 | # Copyright (c) 2016, Microsoft Corporation, All rights reserved.<BR>
|
---|
6 | # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = DisplayUpdateProgressLibGraphics
|
---|
14 | MODULE_UNI_FILE = DisplayUpdateProgressLibGraphics.uni
|
---|
15 | FILE_GUID = 319E9E37-B2D6-4699-90F3-B8B72B6D4CBD
|
---|
16 | MODULE_TYPE = DXE_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = DisplayUpdateProgressLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | DisplayUpdateProgressLibGraphics.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | BaseMemoryLib
|
---|
35 | DebugLib
|
---|
36 | MemoryAllocationLib
|
---|
37 | UefiBootServicesTableLib
|
---|
38 | BaseLib
|
---|
39 | UefiLib
|
---|
40 |
|
---|
41 | [Protocols]
|
---|
42 | gEfiGraphicsOutputProtocolGuid # CONSUMES
|
---|
43 | gEdkiiBootLogo2ProtocolGuid # CONSUMES
|
---|