]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / PcAtChipsetPkg / Bus / Pci / IdeControllerDxe / IdeControllerDxe.inf
index a067fd2fef6b4a7f95e587a04ecbd0bf456d4caa..d697751a39d26d63bbb38fbcb27e382f9526e789 100644 (file)
@@ -1,22 +1,17 @@
 ## @file\r
-#  \r
-#    Component description file for the IDE Controller Init module.\r
+# IDE Controller Init driver that provide IDE_CONTROLLER_INIT protocol and will be used by\r
+# IDE Bus driver to support platform dependent timing information.\r
+#\r
+# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
-#  Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  \r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IdeController\r
-  FILE_GUID                      = F3790689-FB90-4479-A2EF-B82A43AFE74D\r
+  MODULE_UNI_FILE                = IdeController.uni\r
+  FILE_GUID                      = 99549F44-49BB-4820-B9D2-901329412D67\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = InitializeIdeControllerDriver\r
@@ -24,7 +19,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -34,7 +29,6 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
@@ -46,5 +40,7 @@
   UefiBootServicesTableLib\r
 \r
 [Protocols]\r
-  gEfiPciIoProtocolGuid  \r
-  gEfiIdeControllerInitProtocolGuid\r
+  gEfiPciIoProtocolGuid             ## TO_START\r
+  gEfiIdeControllerInitProtocolGuid ## BY_START\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IdeControllerExtra.uni\r