On 2016/4/25 10:34, Liming Gao wrote:
Cc: Star Zeng <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>

Reviewed-by: Star Zeng <[email protected]>

---
  MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf | 3 +++
  MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.uni | 8 +++-----
  2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf 
b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
index 3ec39c0..ffb8d08 100644
--- a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
+++ b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
@@ -1,6 +1,9 @@
  ## @file
  #  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) 2016, Linaro Ltd. All rights reserved.<BR>
  #  This program and the accompanying materials are
diff --git a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.uni 
b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.uni
index fa34ba6..b8d82f3 100644
--- a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.uni
+++ b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.uni
@@ -1,9 +1,7 @@
  // /** @file
-// ACPI Table Protocol Driver
+// AcpiTableDxe Module Localized Abstract and Description Content
  //
-// ACPI Table Protocol Driver
-//
-// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
  //
  // This program and the accompanying materials are
  // 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_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."



_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to