]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SataControllerDxe / SataControllerDxe.inf
1 ## @file
2 # SataController driver to manage SATA compliance IDE/AHCI host controllers.
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SataController
18 MODULE_UNI_FILE = SataControllerDxe.uni
19 FILE_GUID = 820C59BB-274C-43B2-83EA-DAC673035A59
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = InitializeSataControllerDriver
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
28 #
29 # DRIVER_BINDING = gSataControllerDriverBinding
30 # COMPONENT_NAME = gSataControllerComponentName
31 # COMPONENT_NAME2 = gSataControllerComponentName2
32 #
33
34 [Sources]
35 ComponentName.c
36 SataController.c
37 SataController.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41
42 [LibraryClasses]
43 UefiDriverEntryPoint
44 DebugLib
45 UefiLib
46 BaseLib
47 BaseMemoryLib
48 MemoryAllocationLib
49 UefiBootServicesTableLib
50
51 [Protocols]
52 gEfiPciIoProtocolGuid ## TO_START
53 gEfiIdeControllerInitProtocolGuid ## BY_START
54
55 [UserExtensions.TianoCore."ExtraFiles"]
56 SataControllerDxeExtra.uni
57