]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SioBusDxe/SioBusDxe.inf
OvmfPkg: Add an Super IO bus driver
[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
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SioBusDxe\r
20 MODULE_UNI_FILE = SioBusDxe.uni\r
21 FILE_GUID = 864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = SioBusDxeDriverEntryPoint\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 EBC\r
30#\r
31\r
32[Sources]\r
33 ComponentName.c\r
34 SioService.c\r
35 SioService.h\r
36 SioBusDxe.c\r
37 SioBusDxe.h\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 DebugLib\r
47 ReportStatusCodeLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 DevicePathLib\r
51\r
52[Protocols]\r
53 gEfiPciIoProtocolGuid ## TO_START\r
54 gEfiSioProtocolGuid ## BY_START\r