From f98c4b825e8eed57859b9fbaa19380f26962ff2b Mon Sep 17 00:00:00 2001 From: niry Date: Thu, 2 Apr 2009 03:13:20 +0000 Subject: Enhance the file header description. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8007 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf | 4 +++- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf | 5 ++++- MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf b/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf index 6c0731e..8a9e863 100644 --- a/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf +++ b/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf @@ -1,5 +1,7 @@ /** @file - Component name for module DxeDpcLib. + Instance of DxeDpcLib. + + This module provides DPC service by consuming EFI DPC Protocol. Copyright (c) 2007, Intel Corporation.
All rights reserved. This program and the accompanying materials diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf index a32c9c2..1e812c8 100644 --- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf +++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf @@ -1,5 +1,8 @@ /** @file - Component name for module DxeIpIoLib. + Instance of DxeIpIoLib. + + This module provides IP services by consuming EFI IP4 Service Binding Protocol and + EFI IP4 Protocol. Copyright (c) 2006, Intel Corporation.
All rights reserved. This program and the accompanying materials diff --git a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf index 8a20ab5..4ac01a7 100644 --- a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf +++ b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf @@ -1,5 +1,5 @@ /** @file - Component name for module DxeNetLib. + Instance of DxeNetLib. Copyright (c) 2006, Intel Corporation.
All rights reserved. This program and the accompanying materials -- cgit v1.1