]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SioBusDxe/SioBusDxe.inf
OvmfPkg: Add an Super IO bus driver
[mirror_edk2.git] / OvmfPkg / SioBusDxe / SioBusDxe.inf
1 ## @file
2 # The SioBusDxe driver is used to create child devices on the ISA bus and
3 # installs the Super I/O protocols on them.
4 #
5 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = SioBusDxe
20 MODULE_UNI_FILE = SioBusDxe.uni
21 FILE_GUID = 864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = SioBusDxeDriverEntryPoint
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 ComponentName.c
34 SioService.c
35 SioService.h
36 SioBusDxe.c
37 SioBusDxe.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41
42 [LibraryClasses]
43 UefiDriverEntryPoint
44 UefiLib
45 UefiBootServicesTableLib
46 DebugLib
47 ReportStatusCodeLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 DevicePathLib
51
52 [Protocols]
53 gEfiPciIoProtocolGuid ## TO_START
54 gEfiSioProtocolGuid ## BY_START