]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / DxeServicesTableLib / DxeServicesTableLib.c
index 5aea46e08455ef753a22b962cd0b5400f73e16b2..7cb94cee70b05173ddc220ef330f1a78682939ce 100644 (file)
@@ -1,30 +1,30 @@
 /** @file\r
-  DXE Library.\r
+  This library implement library class DxeServiceTableLib.\r
+  It produce EFI_DXE_SERVICE pointer in global variable gDS in library's constructure.\r
+  \r
+  A DXE driver can use gDS pointer to access services in EFI_DXE_SERVICE, if this\r
+  DXE driver declare that use DxeServicesTableLib library class and link to this \r
+  library instance.\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Please attention this library instance can not be used util EFI_SYSTEM_TABLE was \r
+  initialized.\r
+  \r
+  This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct\r
+  function will be invoked in DXE driver's autogen file.\r
+\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  DxeServicesTableLib.c\r
-\r
 **/\r
 \r
-//\r
-// The package level header files this module uses\r
-//\r
 #include <PiDxe.h>\r
-//\r
-// The protocols, PPI and GUID defintions for this module\r
-//\r
 #include <Guid/DxeServices.h>\r
-//\r
-// The Library classes this module consumes\r
-//\r
 #include <Library/DxeServicesTableLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/UefiLib.h>\r