X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2FBus%2FPci%2FIdeControllerDxe%2FIdeControllerDxe.inf;h=0184bf40f6286b166af3427d804c6773e1cd3ce0;hp=97f439fd12eaeed4fd9ead62237a82f70127ef55;hb=8a6e6db42f571bee7331ffe25f5603a6d44da335;hpb=9851fbc9154122718bad7d2c2154d99cee3ca18d diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf index 97f439fd12..0184bf40f6 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf @@ -1,22 +1,23 @@ ## @file -# -# Component description file for the IDE Controller Init module. +# IDE Controller Init driver that provide IDE_CONTROLLER_INIT protocol and will be used by +# IDE Bus driver to support platform dependent timing information. +# +# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -# Copyright (c) 2008 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = IdeController - FILE_GUID = F3790689-FB90-4479-A2EF-B82A43AFE74D + MODULE_UNI_FILE = IdeController.uni + FILE_GUID = 99549F44-49BB-4820-B9D2-901329412D67 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = InitializeIdeControllerDriver @@ -45,5 +46,7 @@ UefiBootServicesTableLib [Protocols] - gEfiPciIoProtocolGuid - gEfiIdeControllerInitProtocolGuid + gEfiPciIoProtocolGuid ## TO_START + gEfiIdeControllerInitProtocolGuid ## BY_START +[UserExtensions.TianoCore."ExtraFiles"] + IdeControllerExtra.uni