summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 04:27:38 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 04:27:38 +0000
commitb5793f469e82a3d65cd890a9c29bfd8a25b9bf54 (patch)
treeb9d12a2fc946f48b0656fc5853b0b8f5f0060978 /MdePkg
parent076a01da0207a68ca5b57b2d0d0903b46f898f0c (diff)
downloadedk2-b5793f469e82a3d65cd890a9c29bfd8a25b9bf54.tar.gz
edk2-b5793f469e82a3d65cd890a9c29bfd8a25b9bf54.tar.bz2
edk2-b5793f469e82a3d65cd890a9c29bfd8a25b9bf54.zip
Add incompatible description.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6125 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/ChangeLog.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index ec4b0f372e..d7b523ee92 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -177,4 +177,14 @@ Possible Impacts:
0) Change HiiLibGetCurrentLanguage to GetCurrentLanguage.
1) Change BufToHexString to BufInReverseOrderToHexString
2) Change HexStringToBuf to HexStringToBufInReverseOrder
- \ No newline at end of file
+
+EDK_6111: Non-Compatible: qwang12
+ Module type Include file is not included on default.
+ In Protocol/PPI/GUID/Libary header file, the "#include" of the module type header file such as <Base.h>, <PiPei.h>, <PiDxe.h> and
+ <Uefi.h> are removed. The module (DXE driver, UEFI Driver, PEIM) should include these files if required.
+
+Possible Impacts:
+ Customer's module (DXE driver, UEFI Driver, PEIM) may failed to build as module type header file such as <Base.h>, <PiPei.h>, <PiDxe.h>
+ <Uefi.h> is removed from the Protocol/PPI/GUID/Libary header file. If the module can build before the update but failed after the update
+ because of some undefined basic data type such as "EFI_GUID", module developer should include the module type header file accordingly.
+