]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
ade45b6a51b6ee32e5687df203d3c70d92e7ccce
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / CustomizedDisplayLib.inf
1 ##
2 # This file contains an 'Intel Peripheral Driver' and is
3 # licensed for Intel CPUs and chipsets under the terms of your
4 # license agreement with Intel or your vendor. This file may
5 # be modified by the user, subject to additional terms of the
6 # license agreement
7 ##
8 ## @file
9 #
10 # General BDS defines and produce general interfaces for platform BDS driver including:
11 # 1) BDS boot policy interface;
12 # 2) BDS boot device connect interface;
13 # 3) BDS Misc interfaces for mainting boot variable, ouput string, etc.
14 #
15 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
16 # This software and associated documentation (if any) is furnished
17 # under a license and may only be used or copied in accordance
18 # with the terms of the license. Except as permitted by such
19 # license, no part of this software or documentation may be
20 # reproduced, stored in a retrieval system, or transmitted in any
21 # form or by any means without the express written consent of
22 # Intel Corporation.
23 #
24 ##
25
26 [Defines]
27 INF_VERSION = 0x00010005
28 BASE_NAME = CustomizedDisplayLib
29 FILE_GUID = 80B92017-EC64-4923-938D-94FAEE85832E
30 MODULE_TYPE = DXE_DRIVER
31 VERSION_STRING = 1.0
32 LIBRARY_CLASS = CustomizedDisplayLib|DXE_DRIVER UEFI_APPLICATION
33 CONSTRUCTOR = CustomizedDisplayLibConstructor
34 DESTRUCTOR = CustomizedDisplayLibDestructor
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
39 #
40
41 [Sources]
42 CustomizedDisplayLib.c
43 Colors.h
44 CustomizedDisplayLibInternal.h
45 CustomizedDisplayLibInternal.c
46 CustomizedDisplayLib.uni
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51
52 [LibraryClasses]
53 MemoryAllocationLib
54 BaseLib
55 UefiBootServicesTableLib
56 UefiDriverEntryPoint
57 UefiRuntimeServicesTableLib
58 BaseMemoryLib
59 DebugLib
60 PrintLib
61 HiiLib
62 DevicePathLib
63 PcdLib
64
65 [Guids]
66 gEfiIfrTianoGuid
67
68 [Protocols]
69
70 [Pcd]
71 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserSubtitleTextColor ## CONSUMES
72 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextColor ## CONSUMES
73 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldTextHighlightColor ## CONSUMES
74 gEfiMdeModulePkgTokenSpaceGuid.PcdBrowserFieldBackgroundHighlightColor ## CONSUMES