Last change
on this file since 99396 was 80721, checked in by vboxsync, 6 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:
986 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | #
|
---|
3 | # Component description file for the Sata Controller driver.
|
---|
4 | #
|
---|
5 | # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = SataController
|
---|
13 | FILE_GUID = 021722D8-522B-4079-852A-FE44C2C13F49
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | ENTRY_POINT = InitializeSataControllerDriver
|
---|
17 |
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | ComponentName.c
|
---|
26 | SataController.c
|
---|
27 | SataController.h
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | UefiDriverEntryPoint
|
---|
34 | DebugLib
|
---|
35 | UefiLib
|
---|
36 | BaseLib
|
---|
37 | BaseMemoryLib
|
---|
38 | MemoryAllocationLib
|
---|
39 | UefiBootServicesTableLib
|
---|
40 |
|
---|
41 | [Protocols]
|
---|
42 | gEfiPciIoProtocolGuid
|
---|
43 | gEfiIdeControllerInitProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.