mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
5cba121d30
commit
bcdff90d2c
|
@ -2,9 +2,7 @@
|
||||||
Provides library functions to construct and parse UEFI Device Paths.
|
Provides library functions to construct and parse UEFI Device Paths.
|
||||||
|
|
||||||
This library provides defines, macros, and functions to help create and parse
|
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
|
EFI_DEVICE_PATH_PROTOCOL structures.
|
||||||
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.
|
|
||||||
|
|
||||||
Copyright (c) 2006 - 2009, Intel Corporation<BR>
|
Copyright (c) 2006 - 2009, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
|
|
Loading…
Reference in New Issue