AhciPei.uni 526 B

1234567891011121314
  1. // /** @file
  2. // The AhciPei driver is used to manage ATA hard disk device working under AHCI
  3. // mode at PEI phase.
  4. //
  5. // Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  6. //
  7. // SPDX-License-Identifier: BSD-2-Clause-Patent
  8. //
  9. // **/
  10. #string STR_MODULE_ABSTRACT #language en-US "Manage AHCI mode ATA hard disk device at PEI phase"
  11. #string STR_MODULE_DESCRIPTION #language en-US "The AhciPei driver is used to manage ATA hard disk device working under AHCI mode at PEI phase."