Last change
on this file since 94368 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
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 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = SioBusDxe
|
---|
14 | MODULE_UNI_FILE = SioBusDxe.uni
|
---|
15 | FILE_GUID = 864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55
|
---|
16 | MODULE_TYPE = UEFI_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | ENTRY_POINT = SioBusDxeDriverEntryPoint
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | ComponentName.c
|
---|
28 | SioService.c
|
---|
29 | SioService.h
|
---|
30 | SioBusDxe.c
|
---|
31 | SioBusDxe.h
|
---|
32 |
|
---|
33 | [Packages]
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | UefiDriverEntryPoint
|
---|
38 | UefiLib
|
---|
39 | UefiBootServicesTableLib
|
---|
40 | DebugLib
|
---|
41 | ReportStatusCodeLib
|
---|
42 | MemoryAllocationLib
|
---|
43 | BaseMemoryLib
|
---|
44 | DevicePathLib
|
---|
45 |
|
---|
46 | [Protocols]
|
---|
47 | gEfiPciIoProtocolGuid ## TO_START
|
---|
48 | gEfiSioProtocolGuid ## BY_START
|
---|
Note:
See
TracBrowser
for help on using the repository browser.