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