[TCBZ3037] Add components that are missing in DSCs

This commit is contained in:
Bret Barkelew 2020-11-01 10:54:12 -08:00
Родитель 7952ca30c5
Коммит 1e743a5786
5 изменённых файлов: 27 добавлений и 0 удалений

Просмотреть файл

@ -28,3 +28,9 @@
# This package always builds the feature.
#
!include Include/BeepDebugFeature.dsc
# MU_CHANGE [BEGIN] - [TCBZ3037] Add several components that are missing in DSCs
[Components]
BeepDebugFeaturePkg/Library/BeepLib/BeepLibNull.inf
BeepDebugFeaturePkg/Library/BeepMapLib/BeepMapLib.inf
# MU_CHANGE [END] - [TCBZ3037] Add several components that are missing in DSCs

Просмотреть файл

@ -28,3 +28,8 @@
# This package always builds the feature.
#
!include Include/PostCodeDebugFeature.dsc
# MU_CHANGE [BEGIN] - [TCBZ3037] Add several components that are missing in DSCs
[Components]
PostCodeDebugFeaturePkg/Library/PostCodeMapLib/PostCodeMapLib.inf
# MU_CHANGE [END] - [TCBZ3037] Add several components that are missing in DSCs

Просмотреть файл

@ -29,3 +29,8 @@
# This package always builds the feature.
#
!include Include/IpmiFeature.dsc
# MU_CHANGE [BEGIN] - [TCBZ3037] Add several components that are missing in DSCs
[Components]
IpmiFeaturePkg/Library/IpmiCommandLib/IpmiCommandLib.inf
# MU_CHANGE [END] - [TCBZ3037] Add several components that are missing in DSCs

Просмотреть файл

@ -28,3 +28,8 @@
# This package always builds the feature.
#
!include Include/SpcrFeature.dsc
# MU_CHANGE [BEGIN] - [TCBZ3037] Add several components that are missing in DSCs
[Components]
SpcrFeaturePkg/Library/SpcrDeviceLibNull/SpcrDeviceLibNull.inf
# MU_CHANGE [END] - [TCBZ3037] Add several components that are missing in DSCs

Просмотреть файл

@ -28,3 +28,9 @@
# This package always builds the feature.
#
!include Include/UserAuthFeature.dsc
# MU_CHANGE [BEGIN] - [TCBZ3037] Add several components that are missing in DSCs
[Components]
UserAuthFeaturePkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf
UserAuthFeaturePkg/Library/UserPasswordLib/UserPasswordLib.inf
# MU_CHANGE [END] - [TCBZ3037] Add several components that are missing in DSCs