]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
a3498cca507330e07ab28eea95ed29ba0687106e
[mirror_edk2.git] / MdeModulePkg / Library / PlatformVarCleanupLib / PlatformVarCleanupLib.inf
1 ## @file
2 # Sample platform variable cleanup library instance.
3 #
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions
8 # of the BSD License which accompanies this distribution. The
9 # full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PlatformVarCleanupLib
20 MODULE_UNI_FILE = PlatformVarCleanupLib.uni
21 FILE_GUID = 9C9623EB-4EF3-44e0-A931-F3A340D1A0F9
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = PlatformVarCleanupLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
25 CONSTRUCTOR = PlatformVarCleanupLibConstructor
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources.common]
34 PlatVarCleanupLib.c
35 PlatVarCleanup.h
36 PlatVarCleanupHii.h
37 PlatVarCleanup.vfr
38 VfrStrings.uni
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 UefiBootServicesTableLib
46 UefiRuntimeServicesTableLib
47 BaseLib
48 DebugLib
49 BaseMemoryLib
50 PrintLib
51 MemoryAllocationLib
52 HiiLib
53
54 [Guids]
55 gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## GUID
56 gEdkiiVarErrorFlagGuid ## CONSUMES ## Variable:L"VarErrorFlag"
57 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
58 gEfiCertPkcs7Guid ## SOMETIMES_CONSUMES ## GUID
59 gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID
60
61 [Protocols]
62 gEfiVariableArchProtocolGuid ## CONSUMES
63 gEdkiiVarCheckProtocolGuid ## CONSUMES
64 gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES
65 gEfiFormBrowser2ProtocolGuid ## SOMETIMES_CONSUMES
66 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_PRODUCES
67 gEfiHiiConfigRoutingProtocolGuid ## SOMETIMES_CONSUMES
68
69 [Depex]
70 gEfiVariableArchProtocolGuid
71