## @file # Component information file for Board Init Test Library # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. # The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeTestPointCheckLib FILE_GUID = 74A1F91F-AD11-49C5-96B8-A579F4AA65F1 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = TestPointCheckLib CONSTRUCTOR = DxeTestPointCheckLibConstructor [LibraryClasses] BaseLib DebugLib DxeServicesTableLib UefiBootServicesTableLib UefiRuntimeServicesTableLib UefiLib PrintLib DevicePathLib DxeServicesLib HobLib PeCoffGetEntryPointLib HstiLib TestPointLib PciSegmentLib PciSegmentInfoLib [Packages] MinPlatformPkg/MinPlatformPkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec IntelSiliconPkg/IntelSiliconPkg.dec [Sources] DxeTestPointCheckLib.c DxeCheckGcd.c DxeCheckMemoryMap.c DxeCheckMemoryAttribute.c DxeCheckPci.c DxeCheckConsoleVariable.c DxeCheckBootVariable.c DxeCheckVariable.c DxeCheckDevicePath.c DxeCheckMemoryTypeInformation.c DxeCheckAcpi.c DxeCheckAcpiMadt.c DxeCheckAcpiMcfg.c DxeCheckAcpiHpet.c DxeCheckAcpiDmar.c DxeCheckAcpiWsmt.c DxeCheckAcpiTpm.c DxeCheckHsti.c DxeCheckEsrt.c DxeCheckLoadedImage.c DxeCheckSmmInfo.c DxeCheckSmiHandlerInstrument.c DxeCheckUefiSecureBoot.c DxeCheckPiSignedFvBoot.c DxeCheckTcgTrustedBoot.c DxeCheckTcgMor.c DxeCheckDmaProtection.c TestPointHelp.c [Guids] gEfiMemoryAttributesTableGuid gEfiGlobalVariableGuid gEfiAcpi20TableGuid gEfiAcpi10TableGuid gEfiMemoryTypeInformationGuid gEfiSystemResourceTableGuid gEfiMemoryOverwriteControlDataGuid gEfiMemoryOverwriteRequestControlLockGuid gEfiGlobalVariableGuid gEfiImageSecurityDatabaseGuid gSmiHandlerProfileGuid gEdkiiPiSmmCommunicationRegionTableGuid [Protocols] gEfiPciIoProtocolGuid gEfiPciRootBridgeIoProtocolGuid gEfiSmmAccess2ProtocolGuid gEdkiiVarCheckProtocolGuid gEfiLoadedImageProtocolGuid gEfiLoadedImageDevicePathProtocolGuid gEfiDevicePathProtocolGuid gEfiRuntimeArchProtocolGuid gEfiTcg2ProtocolGuid gEfiSmmCommunicationProtocolGuid gEfiSmmSwDispatch2ProtocolGuid gEfiSmmSxDispatch2ProtocolGuid gEfiSmmPowerButtonDispatch2ProtocolGuid gEfiSmmStandbyButtonDispatch2ProtocolGuid gEfiSmmPeriodicTimerDispatch2ProtocolGuid gEfiSmmGpiDispatch2ProtocolGuid gEfiSmmIoTrapDispatch2ProtocolGuid gEfiSmmUsbDispatch2ProtocolGuid [Pcd] gMinPlatformPkgTokenSpaceGuid.PcdTestPointIbvPlatformFeature