diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-02 10:01:41 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-02 10:01:41 +0000 |
commit | 9f5fea4798b169bd104a43b72b65827341620086 (patch) | |
tree | e03e84ef2b6af802386455eff764582d3a355543 /MdePkg/Library/UefiDevicePathLibDevicePathProtocol | |
parent | 84600c365dff6269c2749337c43a7f0d788bac45 (diff) | |
download | edk2-9f5fea4798b169bd104a43b72b65827341620086.tar.gz edk2-9f5fea4798b169bd104a43b72b65827341620086.tar.bz2 edk2-9f5fea4798b169bd104a43b72b65827341620086.zip |
Add library dependency expressions for several library instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3533 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDevicePathLibDevicePathProtocol')
-rw-r--r-- | MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf index cd9676694a..9785ca2be3 100644 --- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf +++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf @@ -51,3 +51,6 @@ gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEfiDevicePathUtilitiesProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+
+[Depex]
+ gEfiDevicePathUtilitiesProtocolGuid
|