]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
MdeModulePkg:
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AcpiTableDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
5f55c700 2# ACPI Table Protocol Driver\r
3#\r
e5eed7d3
HT
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials are\r
5f55c700 6# licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
6bfbb5f0 13##\r
5f55c700 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = AcpiTableDxe\r
46d45cde 18 FILE_GUID = 9622E42C-8E38-4a08-9E8F-54F784652F6B\r
5f55c700 19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
5f55c700 21\r
22 ENTRY_POINT = InitializeAcpiTableDxe\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
6bfbb5f0 30[Sources]\r
5f55c700 31 AcpiTableProtocol.c\r
32 AcpiTable.h\r
33 AcpiTable.c\r
3dc8585e
JY
34 AcpiSdt.h\r
35 AcpiSdt.c\r
36 Aml.c\r
37 AmlString.c\r
38 AmlOption.c\r
39 AmlChild.c\r
40 AmlNamespace.c\r
5f55c700 41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 UefiDriverEntryPoint\r
50 BaseMemoryLib\r
51 UefiLib\r
52 DebugLib\r
53 BaseLib\r
54 PcdLib\r
55\r
56[Guids]\r
57 gEfiAcpi10TableGuid # ALWAYS_CONSUMED\r
58 gEfiAcpiTableGuid\r
59\r
3dc8585e
JY
60[FeaturePcd]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol\r
62\r
5f55c700 63[Protocols]\r
64 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
3dc8585e
JY
65 gEfiAcpiSdtProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
66 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
5f55c700 67\r
68[Depex]\r
69 TRUE\r
70\r