]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add incompatible description.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Oct 2008 04:27:38 +0000 (04:27 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Oct 2008 04:27:38 +0000 (04:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6125 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/ChangeLog.txt

index ec4b0f372e751889d58f80e126d3fe3b02da157b..d7b523ee92ce88c2abc7c25850e56d5001e1feba 100644 (file)
@@ -177,4 +177,14 @@ Possible Impacts:
                          0) Change HiiLibGetCurrentLanguage to GetCurrentLanguage.\r
                                1) Change BufToHexString to BufInReverseOrderToHexString \r
                          2) Change HexStringToBuf to HexStringToBufInReverseOrder\r
-                               
\ No newline at end of file
+\r
+EDK_6111:  Non-Compatible: qwang12\r
+  Module type Include file is not included on default.\r
+   In Protocol/PPI/GUID/Libary header file, the "#include" of the module type header file such as <Base.h>, <PiPei.h>, <PiDxe.h> and \r
+   <Uefi.h> are removed. The module (DXE driver, UEFI Driver, PEIM) should include these files if required.\r
+\r
+Possible Impacts:\r
+                       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>\r
+                       <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\r
+                       because of some undefined basic data type such as "EFI_GUID", module developer should include the module type header file accordingly.\r
+                               \r