From 73fd6aa72360536ca5e89e0a5aea4624c2963c57 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Mon, 4 Nov 2019 14:26:42 -0800 Subject: [PATCH] PcAtChipsetPkg: Generate library class errors Signed-off-by: Michael D Kinney --- PcAtChipsetPkg/Include/Library/NewLibClass.h | 1 + PcAtChipsetPkg/PcAtChipsetPkg.dec | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 PcAtChipsetPkg/Include/Library/NewLibClass.h diff --git a/PcAtChipsetPkg/Include/Library/NewLibClass.h b/PcAtChipsetPkg/Include/Library/NewLibClass.h new file mode 100644 index 00000000000..12115f83a2e --- /dev/null +++ b/PcAtChipsetPkg/Include/Library/NewLibClass.h @@ -0,0 +1 @@ +// Library class include file not declared in DEC file diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dec b/PcAtChipsetPkg/PcAtChipsetPkg.dec index 88de5cceea5..00e5c0ecca8 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.dec +++ b/PcAtChipsetPkg/PcAtChipsetPkg.dec @@ -144,3 +144,5 @@ [UserExtensions.TianoCore."ExtraFiles"] PcAtChipsetPkgExtra.uni +[LibraryClasses] + LibClassWithBadPathLib|Include/Library/IncludeFileNotPresent.h