## @file # Nvme Health driver. # # Copyright (c) 2019 - 2020, 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 = NvmeHealthDxe FILE_GUID = ACD88BB8-D466-4B8A-8DA5-EC6407A83B28 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = NvmeHealthDxeEntryPoint [Sources.common] NvmeHealthDxe.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec AlderLakeBoardPkg/BoardPkg.dec AlderLakePlatSamplePkg/PlatformPkg.dec [LibraryClasses] UefiLib UefiDriverEntryPoint UefiBootServicesTableLib BaseMemoryLib MemoryAllocationLib DebugLib [Protocols] gEfiAdapterInformationProtocolGuid ## SOMETIMES_PRODUCES gEfiDevicePathProtocolGuid ## PRODUCES gEfiNvmExpressPassThruProtocolGuid ## CONSUMES [Guids] gAdapterInfoNvmeHealthGuid ## SOMETIMES_CONSUMES ## GUID [Depex] gEfiFirmwareManagementProtocolGuid