]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AcpiTableDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
5f55c700 2# ACPI Table Protocol Driver\r
3#\r
89765479 4# Copyright (c) 2006 - 2010 Intel Corporation<BR> All rights\r
5f55c700 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
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
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiBootServicesTableLib\r
41 MemoryAllocationLib\r
42 UefiDriverEntryPoint\r
43 BaseMemoryLib\r
44 UefiLib\r
45 DebugLib\r
46 BaseLib\r
47 PcdLib\r
48\r
49[Guids]\r
50 gEfiAcpi10TableGuid # ALWAYS_CONSUMED\r
51 gEfiAcpiTableGuid\r
52\r
53[Protocols]\r
54 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
55\r
56[Depex]\r
57 TRUE\r
58\r