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