From ce41f034a1b04431dbf03d856d37a105d1535307 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Mon, 6 Feb 2023 13:38:38 -0800 Subject: [PATCH] Updated breaking change note for integration instructions --- breaking_changes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/breaking_changes.md b/breaking_changes.md index d23c2a46..4f629466 100644 --- a/breaking_changes.md +++ b/breaking_changes.md @@ -2,6 +2,21 @@ --- +**Change:** Removed DFCI based configuration support +**Owner:** kuqin12 +**Date:** 2/06/2023 +**Description:** Removed the DFCI settings provider driver and related modules. The configuration flow is now based +on XML and their automatically generated header files. +**PR:**[105](https://github.com/microsoft/mu_feature_config/pull/105) +**Integration:** To integrate this change: + +- Remove any non-existent libraries/headers, including `ConfDataSettingProvider`, `ConfDfciUnsignedListInit`, + `ConfProfileMgrDxe`, `ConfigBlobBaseLib`, `ConfigDataLib`, `ConfigVariableListLib`. +- Add `SvdXmlSettingSchemaSupportLib|SetupDataPkg/Library/SvdXmlSettingSchemaSupportLib/SvdXmlSettingSchemaSupportLib.inf` + in the platform DSC file. + +--- + **Change:** Change Binary Suffix to .vl **Owner:** os-d **Date:** 1/31/2023