summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg/FmpDevicePkg.dsc
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-25 17:22:10 +0800
committerKinney, Michael D <michael.d.kinney@intel.com>2018-08-02 14:46:18 -0700
commit4da45e2027fd97bc74b1028efac296372708c0b0 (patch)
tree054436a93b4610e87426dc3be1c88e6a3d5ac12e /FmpDevicePkg/FmpDevicePkg.dsc
parent954175e513c58f9b704e3d67284cd2b2631288e8 (diff)
downloadedk2-4da45e2027fd97bc74b1028efac296372708c0b0.tar.gz
edk2-4da45e2027fd97bc74b1028efac296372708c0b0.tar.bz2
edk2-4da45e2027fd97bc74b1028efac296372708c0b0.zip
FmpDevicePkg: Add DISABLE_NEW_DEPRECATED_INTERFACES build options
Add DISABLE_NEW_DEPRECATED_INTERFACES build options to make sure no deprecated interface used in this package. Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'FmpDevicePkg/FmpDevicePkg.dsc')
-rw-r--r--FmpDevicePkg/FmpDevicePkg.dsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/FmpDevicePkg/FmpDevicePkg.dsc b/FmpDevicePkg/FmpDevicePkg.dsc
index a4eac1e60d..525640de2e 100644
--- a/FmpDevicePkg/FmpDevicePkg.dsc
+++ b/FmpDevicePkg/FmpDevicePkg.dsc
@@ -132,3 +132,6 @@
<LibraryClasses>
DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
}
+
+[BuildOptions]
+ *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES