diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:17 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:17 +0000 |
commit | 5e51a4d8ffe8357f2f13c1d10ad2054a10732eae (patch) | |
tree | dfbc918cf5c5d469d84320f77921658a8feadf84 | |
parent | 5009ddf9303f35f32d8dd1d417842ffa66e7f778 (diff) | |
download | edk2-5e51a4d8ffe8357f2f13c1d10ad2054a10732eae.tar.gz edk2-5e51a4d8ffe8357f2f13c1d10ad2054a10732eae.tar.bz2 edk2-5e51a4d8ffe8357f2f13c1d10ad2054a10732eae.zip |
Update the modules with the different module GUID to avoid the different modules with the same module GUID.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10343 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf index 97f439fd12..6dfbb15db6 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf @@ -16,7 +16,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = IdeController
- FILE_GUID = F3790689-FB90-4479-A2EF-B82A43AFE74D
+ FILE_GUID = 99549F44-49BB-4820-B9D2-901329412D67
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = InitializeIdeControllerDriver
|