audk/MdeModulePkg/Library
Chao Zhang 0f4f6d202a MdeModulePkg: VarCheckUefiLib: Add DeployedMode/AuditMode var check logic
DeployedMode & AuditMode are UINT8 Global variable according to Enable Secure Boot feature defined in UEFI2.5 Mantis 1263. Add them to var check list.
  https://mantis.uefi.org/mantis/view.php?id=1263

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Zeng Star <star.zeng@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19131 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-07 06:15:49 +00:00
..
AuthVariableLibNull MdeModulePkg: Add AuthVariableLib LibraryClass 2015-07-01 03:04:18 +00:00
BasePlatformHookLibNull
BaseResetSystemLibNull
BaseSerialPortLib16550 MdeModulePkg BaseSerialPortLib16550:Implement Get(Set)Control/SetAttributes 2015-11-26 08:47:44 +00:00
BaseSortLib MdeModulePkg: Add the missing module UNI files. 2015-08-28 02:46:46 +00:00
BmpImageDecoderLib MdeModulePkg/BmpImageDecoderLib: Fix function header comments 2015-12-01 06:52:44 +00:00
BootLogoLib MdeModulePkg/BootLogoLib: Fix INF comments to follow coding standards 2015-12-01 06:56:36 +00:00
BootMaintenanceManagerLib MdeModulePkg:Refine the comments in INF files 2015-11-26 10:00:12 +00:00
BootManagerLib MdeModulePkg:Create Boot Manager Library 2015-11-23 09:32:08 +00:00
CpuExceptionHandlerLibNull
CustomizedDisplayLib Refine code to keep code alignment 2015-06-09 08:13:23 +00:00
DebugAgentLibNull
DeviceManagerLib MdeModulePkg:Create Device Manager Library 2015-11-23 09:33:42 +00:00
DxeCapsuleLibNull
DxeCoreMemoryAllocationLib MdeModulePkg: Fix typo. 2015-03-13 08:13:16 +00:00
DxeCorePerformanceLib MdeModulePkg: Use StrnCpyS instead of StrCpyS to indicate the copy length from the source. 2015-07-07 03:01:07 +00:00
DxeCrc32GuidedSectionExtractLib
DxeDebugPrintErrorLevelLib
DxeDpcLib
DxeFileExplorerProtocol MdeModulePkg DxeFileExplorerProtocol: Create wrapper fileexplorer library. 2015-11-23 05:42:50 +00:00
DxeHttpLib MdeModulePkg: Clean code to follow C Coding style. 2015-11-25 08:08:25 +00:00
DxeIpIoLib
DxeNetLib MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid. 2015-09-30 01:06:57 +00:00
DxePerformanceLib
DxePrintLibPrint2Protocol MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONST 2015-07-16 06:50:45 +00:00
DxeReportStatusCodeLib
DxeSecurityManagementLib MdeModulePkg: SecurityManagementLib to handle LoadFile DevicePath 2015-07-02 04:27:32 +00:00
DxeSmmPerformanceLib MdeModulePkg DxeSmmPerformanceLib: Cover no SMM performance data case. 2015-06-04 13:16:18 +00:00
DxeTcpIoLib
DxeUdpIoLib
FileExplorerLib MdeModulePkg:Replace unsafe string function with safe one. 2015-11-30 07:26:07 +00:00
ImageDecoderLib MdeModulePkg: Add ImageDecoderLib to provide image decoding service. 2015-11-12 05:21:38 +00:00
LockBoxNullLib
LzmaCustomDecompressLib MdeModulePkg: Add two library instances 2015-04-03 02:50:57 +00:00
OemHookStatusCodeLibNull
PeiCrc32GuidedSectionExtractLib
PeiDebugPrintHobLib
PeiDxeDebugLibReportStatusCode MdeModulePkg: DebugAssert enhancement 2015-12-07 03:06:30 +00:00
PeiPerformanceLib MdeModulePkg: Add DEBUG statement when reaching max perf log entries 2015-11-02 02:38:24 +00:00
PeiRecoveryLibNull
PeiReportStatusCodeLib
PeiS3LibNull
PiDxeS3BootScriptLib MdeModulePkg PiDxeS3BootScriptLib: Use PcdSet64S to instead of PcdSet64 2015-10-10 02:53:41 +00:00
PiSmmCoreMemoryAllocationLib MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservation 2015-07-26 07:38:12 +00:00
PiSmmCoreSmmServicesTableLib
PlatformBootManagerLibNull MdeModulePkg: Fix INF to point to correct UNI file. 2015-05-21 06:50:07 +00:00
PlatformHookLibSerialPortPpi MdeModulePkg: Update library class name of PlatformHookLibSerialPortPpi.inf 2015-02-10 07:33:19 +00:00
PlatformVarCleanupLib MdeModulePkg: Add PlatformVarCleanupLib library 2015-08-25 03:11:06 +00:00
RuntimeDxeReportStatusCodeLib
SmmCorePerformanceLib MdeModulePkg: Fix potential integer overflow issue 2015-07-10 02:16:42 +00:00
SmmCorePlatformHookLibNull
SmmLockBoxLib MdeModulePkg: SmmLockBoxPeiLib: work without EFI_PEI_SMM_COMMUNICATION_PPI 2015-11-16 18:29:14 +00:00
SmmPerformanceLib
SmmReportStatusCodeLib
TpmMeasurementLibNull MdeModulePkg: Move TpmMeasurementLib LibraryClass from SecurityPkg 2015-07-01 03:01:34 +00:00
UefiBootManagerLib MdeModulePkg/BDS: Do not pass unnecessary option to boot option 2015-11-30 03:08:49 +00:00
UefiHiiLib MdeModulePkg:Modify the pointer type. 2015-11-11 08:34:04 +00:00
UefiHiiServicesLib
UefiSortLib MdeModulePkg: Add the missing module UNI files. 2015-08-28 02:46:46 +00:00
VarCheckHiiLib MdeModulePkg: Add VarCheckHiiLib NULL class library 2015-08-25 03:10:04 +00:00
VarCheckLib MdeModulePkg/VarCheck: Add VarCheck handler for PlatformRecovery#### 2015-11-17 10:16:02 +00:00
VarCheckPcdLib MdeModulePkg: Add VarCheckPcdLib NULL class library 2015-08-25 03:10:32 +00:00
VarCheckUefiLib MdeModulePkg: VarCheckUefiLib: Add DeployedMode/AuditMode var check logic 2015-12-07 06:15:49 +00:00