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:
Liming Gao 2016-04-18 09:39:19 +08:00
parent 19c2572560
commit 41a779e77f
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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."