X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FScsi%2FScsiDiskDxe%2FScsiDiskDxe.inf;h=7daa2ce8c07768ad4af5119375657231d37a7640;hp=921d84a2d7de1024b1315ba6490d807261aaba77;hb=ed7748fe4a5575adea8055c6da5948fbee65fd7a;hpb=42d600c2d5c467695038440ed4c7dad7193421d8 diff --git a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf index 921d84a2d7..7daa2ce8c0 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf +++ b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf @@ -14,11 +14,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = ScsiDisk @@ -39,35 +34,15 @@ # COMPONENT_NAME = gScsiDiskComponentName # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] ComponentName.c ScsiDisk.c ScsiDisk.h -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] UefiBootServicesTableLib ScsiLib @@ -77,13 +52,6 @@ DebugLib -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ - [Protocols] gEfiBlockIoProtocolGuid # PROTOCOL BY_START gEfiScsiIoProtocolGuid # PROTOCOL TO_START