Skip to content

Commit

Permalink
FmpDevicePkg: Add DISABLE_NEW_DEPRECATED_INTERFACES build options
Browse files Browse the repository at this point in the history
Add DISABLE_NEW_DEPRECATED_INTERFACES build options to make sure
no deprecated interface used in this package.

Cc: Michael D Kinney <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
  • Loading branch information
lzeng14 authored and mdkinney committed Aug 2, 2018
1 parent 954175e commit 4da45e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FmpDevicePkg/FmpDevicePkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@
<LibraryClasses>
DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
}

[BuildOptions]
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES

0 comments on commit 4da45e2

Please sign in to comment.