diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-20 21:04:07 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-20 21:04:07 +0000 |
commit | 69cf40e09aabb26527cc38f96060c026eeba97ab (patch) | |
tree | 185e4e67c691e506fbf10da7840ecfaea70b9a81 /UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf | |
parent | 7effcbff2953172b63d9416f8785be7a5bc5c015 (diff) | |
download | edk2-platforms-69cf40e09aabb26527cc38f96060c026eeba97ab.tar.xz |
Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10895 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf')
-rw-r--r-- | UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf b/UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf index 858a14012d..2900fdbb6a 100644 --- a/UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf +++ b/UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf @@ -38,5 +38,6 @@ [LibraryClasses]
BaseLib
+ BaseMemoryLib
|