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