]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / DisplayUpdateProgressLibText / DisplayUpdateProgressLibText.inf
CommitLineData
72b0a9be
MK
1## @file\r
2# Provides services to display completion progress of a firmware update on a\r
3# text console.\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
8# Redistribution and use in source and binary forms, with or without\r
9# modification, are permitted provided that the following conditions are met:\r
10# 1. Redistributions of source code must retain the above copyright notice,\r
11# this list of conditions and the following disclaimer.\r
12# 2. Redistributions in binary form must reproduce the above copyright notice,\r
13# this list of conditions and the following disclaimer in the documentation\r
14# and/or other materials provided with the distribution.\r
15#\r
16# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
17# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
18# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
19# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
20# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
21# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
22# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
23# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
24# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
25# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
26##\r
27\r
28[Defines]\r
29 INF_VERSION = 0x00010005\r
30 BASE_NAME = DisplayUpdateProgressLibText\r
31 MODULE_UNI_FILE = DisplayUpdateProgressLibText.uni\r
32 FILE_GUID = CDEF83AE-1900-4B41-BF47-AAE9BD729CA5\r
33 MODULE_TYPE = DXE_DRIVER\r
34 VERSION_STRING = 1.0\r
35 LIBRARY_CLASS = DisplayUpdateProgressLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
36\r
37#\r
38# The following information is for reference only and not required by the build tools.\r
39#\r
de005223 40# VALID_ARCHITECTURES = IA32 X64 EBC\r
72b0a9be
MK
41#\r
42\r
43[Sources]\r
44 DisplayUpdateProgressLibText.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49\r
50[LibraryClasses]\r
51 DebugLib\r
52 UefiBootServicesTableLib\r
53 UefiLib\r