diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 02:51:12 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 02:51:12 +0000 |
commit | bf314e671bf21aa88a2e85bedc0f32fbce8d9c8f (patch) | |
tree | 290b75fdb464413ddf8d9b99e67f2507753e30c8 | |
parent | 01f6d467def8558c3435be454ffc1110896a7924 (diff) | |
download | edk2-bf314e671bf21aa88a2e85bedc0f32fbce8d9c8f.zip edk2-bf314e671bf21aa88a2e85bedc0f32fbce8d9c8f.tar.gz edk2-bf314e671bf21aa88a2e85bedc0f32fbce8d9c8f.tar.bz2 |
update files header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6257 6f19259b-4bc3-4df7-8a09-765794883524
-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 6de9652..e98a194 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 60b063c..6b4e73f 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.
|