summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c')
-rw-r--r--MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
index 423ade2..2c5baea 100644
--- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
+++ b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
@@ -1,5 +1,9 @@
/** @file
- DXE Library.
+ This library produce EFI_DXE_SERVICE pointer in global EFI system table. It should
+ be linked to a DXE driver who use gBS.
+
+ This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct
+ function will be invoked in DXE driver's autogen file.
Copyright (c) 2006, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -18,8 +22,6 @@
#include <Library/DebugLib.h>
#include <Library/UefiLib.h>
-#include "DxeServicesTableLibInternal.h"
-
//
// Cache copy of the DXE Services Table
//