diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-25 06:24:23 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-25 06:24:23 +0000 |
commit | fdcc2fdc6d733da52f214d662d7559ea541f7418 (patch) | |
tree | 147ab5001c648d10abeab3a9f851383be870dd3e /Nt32Pkg | |
parent | 628818c927d079d75832deba860d57231e84defa (diff) | |
download | edk2-fdcc2fdc6d733da52f214d662d7559ea541f7418.tar.gz edk2-fdcc2fdc6d733da52f214d662d7559ea541f7418.tar.bz2 edk2-fdcc2fdc6d733da52f214d662d7559ea541f7418.zip |
Added library instance for USER_DEFINED module type
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3437 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 48e7c6da77..24d57c5fe5 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -80,6 +80,9 @@ [LibraryClasses.common.BASE]
DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
+[LibraryClasses.common.USER_DEFINED]
+ DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
+
[LibraryClasses.common.SEC]
DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|