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