summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-08 07:36:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-08 07:36:34 +0000
commitbcdff90d2c46ca00dd494a9837ef7848ad2d9d5b (patch)
treed4fbd51db37f190387a54d523fc3a54c1a47fc06
parent5cba121d30d3edda6e6145eb41aabcd767e5b69c (diff)
downloadedk2-platforms-bcdff90d2c46ca00dd494a9837ef7848ad2d9d5b.tar.xz
Remove obsolete description to avoid confusion. DevicePathLib class does not implicitly depend on BaseLib now.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9247 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/DevicePathLib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/DevicePathLib.h b/MdePkg/Include/Library/DevicePathLib.h
index 4012472675..32f18f8148 100644
--- a/MdePkg/Include/Library/DevicePathLib.h
+++ b/MdePkg/Include/Library/DevicePathLib.h
@@ -2,9 +2,7 @@
Provides library functions to construct and parse UEFI Device Paths.
This library provides defines, macros, and functions to help create and parse
- EFI_DEVICE_PATH_PROTOCOL structures. The macros that help create and parse device
- path nodes make use of the ReadUnaligned16() and WriteUnaligned16() functions from
- the Base Library, so this library class has an implied dependency on the Base Library.
+ EFI_DEVICE_PATH_PROTOCOL structures.
Copyright (c) 2006 - 2009, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials