mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Add description to MdeModulePkg AcpiTable driver.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
19c2572560
commit
41a779e77f
|
@ -1,6 +1,9 @@
|
||||||
## @file
|
## @file
|
||||||
# ACPI Table Protocol Driver
|
# ACPI Table Protocol Driver
|
||||||
#
|
#
|
||||||
|
# This driver initializes ACPI tables (Rsdp, Rsdt and Xsdt) and produces UEFI/PI
|
||||||
|
# services to install/uninstall/manage ACPI tables.
|
||||||
|
#
|
||||||
# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
|
# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials are
|
# This program and the accompanying materials are
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
// /** @file
|
// /** @file
|
||||||
// ACPI Table Protocol Driver
|
// AcpiTableDxe Module Localized Abstract and Description Content
|
||||||
//
|
//
|
||||||
// ACPI Table Protocol Driver
|
// Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
//
|
|
||||||
// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are
|
// This program and the accompanying materials are
|
||||||
// licensed and made available under the terms and conditions of the BSD License
|
// licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -18,5 +16,5 @@
|
||||||
|
|
||||||
#string STR_MODULE_ABSTRACT #language en-US "ACPI Table Protocol Driver"
|
#string STR_MODULE_ABSTRACT #language en-US "ACPI Table Protocol Driver"
|
||||||
|
|
||||||
#string STR_MODULE_DESCRIPTION #language en-US "ACPI Table Protocol Driver"
|
#string STR_MODULE_DESCRIPTION #language en-US "This driver initializes ACPI tables (Rsdp, Rsdt and Xsdt) and produces UEFI/PI services to install/uninstall/manage ACPI tables."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue