]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 ## @file
2 # ACPI Table Protocol Driver
3 #
4 # Copyright (c) 2006 - 2010 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
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
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 UefiBootServicesTableLib
41 MemoryAllocationLib
42 UefiDriverEntryPoint
43 BaseMemoryLib
44 UefiLib
45 DebugLib
46 BaseLib
47 PcdLib
48
49 [Guids]
50 gEfiAcpi10TableGuid # ALWAYS_CONSUMED
51 gEfiAcpiTableGuid
52
53 [Protocols]
54 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_PRODUCED
55
56 [Depex]
57 TRUE
58