X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FAcpi%2FAcpiTableDxe%2FAcpiTableDxe.inf;h=8f24d0a9cc44da771a3c8695dafe978d655db2b6;hp=c9cfaec03471ccfab8e8f3b738949b32cd5e9716;hb=e84f07b5fc919fcb13292aa6c33925c81f642e32;hpb=a495774f6982581e9591fe9995f2e0a4bf1854fa diff --git a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf index c9cfaec034..8f24d0a9cc 100644 --- a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf +++ b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf @@ -1,8 +1,8 @@ ## @file # ACPI Table Protocol Driver # -# Copyright (c) 2006 - 2010 Intel Corporation
All rights -# reserved. This program and the accompanying materials are +# Copyright (c) 2006 - 2013, 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 @@ -15,7 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = AcpiTableDxe - FILE_GUID = 506533a6-e626-4500-b14f-17939c0e5b60 + FILE_GUID = 9622E42C-8E38-4a08-9E8F-54F784652F6B MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -31,6 +31,13 @@ AcpiTableProtocol.c AcpiTable.h AcpiTable.c + AcpiSdt.h + AcpiSdt.c + Aml.c + AmlString.c + AmlOption.c + AmlChild.c + AmlNamespace.c [Packages] MdePkg/MdePkg.dec @@ -50,8 +57,20 @@ gEfiAcpi10TableGuid # ALWAYS_CONSUMED gEfiAcpiTableGuid +[FeaturePcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision + [Protocols] gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiAcpiSdtProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED [Depex] TRUE