]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / DxeServicesTableLib / DxeServicesTableLib.c
index 2c5baea6265dc6cbb5cefc8d32158b5f8a78a865..e39cd1bc389c64ad9d1c74ed9c12866b50a7326e 100644 (file)
@@ -1,12 +1,19 @@
 /** @file\r
-  This library produce EFI_DXE_SERVICE pointer in global EFI system table. It should\r
-  be linked to a DXE driver who use gBS.\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
+  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, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\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