Please extend the file copyright date. With that change: Reviewed-by: Michael Kubacki <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > Zhang, Shenglei > Sent: Thursday, August 22, 2019 12:08 AM > To: [email protected] > Cc: Kubacki, Michael A <[email protected]>; Chiu, Chasel > <[email protected]>; Desimone, Nathaniel L > <[email protected]>; Gao, Liming <[email protected]>; > Zhang, Shenglei <[email protected]> > Subject: [edk2-devel] [edk2-platforms PATCH 3/4] > Platform/MinPlatformPkg.dsc: Add build option > > Add the build option "/D DISABLE_NEW_DEPRECATED_INTERFACES" in DSC file > to make sure that the deprecated APIs will not be used in our code. > https://bugzilla.tianocore.org/show_bug.cgi?id=2111 > > Cc: Michael Kubacki <[email protected]> > Cc: Chasel Chiu <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Liming Gao <[email protected]> > Signed-off-by: Shenglei Zhang <[email protected]> > --- > Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > index 8a3638b7..9bbb7963 100644 > --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > @@ -187,3 +187,6 @@ > MinPlatformPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf > MinPlatformPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf > !endif > + > +[BuildOptions] > + *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES > \ No newline at end of file > -- > 2.18.0.windows.1 > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46318): https://edk2.groups.io/g/devel/message/46318 Mute This Topic: https://groups.io/mt/32987576/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
