diff options
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 5 | ||||
-rw-r--r-- | MdePkg/MdePkg.dec | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 6de965214d..e98a1943df 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -1,8 +1,9 @@ ## @file MdeModulePkg.dec
#
-# Mde Module Package Reference Implementations
+# This package provides the modules that conform to EFI/PI Industry standards.
+# It also provides the defintions(including PPIs/PROTOCOLs/GUIDs and library classes)
+# and libraries instances, which are used for those modules.
#
-# This module provides headers and libraries that conform to EFI/PI Industry standards.
# Copyright (c) 2007 - 2008, Intel Corporation.
#
# All rights reserved.
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 60b063c44a..6b4e73f7cb 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -1,6 +1,10 @@ ## @file MdePkg.dec
#
-# This Package provides headers and libraries that conform to EFI/PI Industry standards.
+# This Package provides all definitions(including MACROs, strucures and library classes)
+# and libraries instances, which are defined in MDE Specification.
+# It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
+# EFI1.10/UEFI2.0/UEFI2.1/PI1.0 and some Industry Stancards.
+#
# Copyright (c) 2007 - 2008, Intel Corporation.
#
# All rights reserved.
|