]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AcpiTableDxe.inf
1 ## @file
2 # ACPI Table Protocol Driver
3 #
4 # Copyright (c) 2006, 2008, 2009 Intel Corporation<BR> All rights
5 # reserved. 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 = 506533a6-e626-4500-b14f-17939c0e5b60
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 EDK_RELEASE_VERSION = 0x00020000
22 EFI_SPECIFICATION_VERSION = 0x00020000
23
24 ENTRY_POINT = InitializeAcpiTableDxe
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 AcpiTableProtocol.c
34 AcpiTable.h
35 AcpiTable.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 UefiBootServicesTableLib
43 MemoryAllocationLib
44 UefiDriverEntryPoint
45 BaseMemoryLib
46 UefiLib
47 DebugLib
48 BaseLib
49 PcdLib
50
51 [Guids]
52 gEfiAcpi10TableGuid # ALWAYS_CONSUMED
53 gEfiAcpiTableGuid
54
55 [Protocols]
56 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_PRODUCED
57
58 [Depex]
59 TRUE
60