## @file # Install ACPI MSDM Table For OA 3.0 # #****************************************************************************** #* Copyright (c) 2012 - 2020, Insyde Software Corp. All Rights Reserved. #* #* You may not reproduce, distribute, publish, display, perform, modify, adapt, #* transmit, broadcast, present, recite, release, license or otherwise exploit #* any part of this publication in any form, by any means, without the prior #* written permission of Insyde Software Corporation. #* #****************************************************************************** [Defines] INF_VERSION = 0x00010005 BASE_NAME = InstallMsdm FILE_GUID = 6903A447-CB4F-45f6-89A2-7E7E2F9EE14C MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InstallMsdm # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources.common] InstallMsdm.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeOemServicesPkg/InsydeOemServicesPkg.dec InsydeModulePkg/InsydeModulePkg.dec [LibraryClasses] UefiLib DxeServicesLib PcdLib IoLib BaseMemoryLib DebugLib UefiRuntimeServicesTableLib UefiBootServicesTableLib UefiDriverEntryPoint DxeOemSvcKernelLibDefault FlashRegionLib DebugLib MemoryAllocationLib [Protocols] gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED [Guids] gH2OFlashMapRegionMsdmGuid [Depex] gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiAcpiTableProtocolGuid [Pcd] gInsydeTokenSpaceGuid.PcdFlashNvStorageMsdmDataBase gInsydeTokenSpaceGuid.PcdSkipMsdmMemVarOnSuccess