]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SioBusDxe/SioBusDxe.inf
IntelFsp2Pkg/SplitFspBin.py: Support rebasing 1.x binary.
[mirror_edk2.git] / OvmfPkg / SioBusDxe / SioBusDxe.inf
CommitLineData
a5cc178a
HW
1## @file\r
2# The SioBusDxe driver is used to create child devices on the ISA bus and\r
3# installs the Super I/O protocols on them.\r
4#\r
5# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
6#\r
b26f0cf9 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a5cc178a
HW
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = SioBusDxe\r
14 MODULE_UNI_FILE = SioBusDxe.uni\r
15 FILE_GUID = 864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = SioBusDxeDriverEntryPoint\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
24#\r
25\r
26[Sources]\r
27 ComponentName.c\r
28 SioService.c\r
29 SioService.h\r
30 SioBusDxe.c\r
31 SioBusDxe.h\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 UefiLib\r
39 UefiBootServicesTableLib\r
40 DebugLib\r
41 ReportStatusCodeLib\r
42 MemoryAllocationLib\r
43 BaseMemoryLib\r
44 DevicePathLib\r
45\r
46[Protocols]\r
47 gEfiPciIoProtocolGuid ## TO_START\r
48 gEfiSioProtocolGuid ## BY_START\r