diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-09 00:45:25 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-09 00:45:25 +0000 |
commit | 727fb9b1d3a076f4ecd46dab97ec64a114ac89ab (patch) | |
tree | 1ce6a8310c442f7f23d0cb3bdde3d974d2678ac0 /MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf | |
parent | b9c8d8bd154e42963d16ff4e821fb8ac6b5c4f69 (diff) | |
download | edk2-platforms-727fb9b1d3a076f4ecd46dab97ec64a114ac89ab.tar.xz |
1) Clarify file and function header comments for the PE/COFF Extra Action library class
2) Update the file and function header comments in the BasePeCoffExtraActionLibNull
3) Add ASSERT() statements to APIs in BasePeCoffExtraActionLibNull is ImageContext is NULL.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8272 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf')
-rw-r--r-- | MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf index 50b5bb37be..de951da269 100644 --- a/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf +++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf @@ -29,7 +29,10 @@ [Sources.common]
PeCoffExtraActionLib.c
-
[Packages]
MdePkg/MdePkg.dec
+[LibraryClasses.common]
+ DebugLib
+
+
|