diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:09 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:09 +0000 |
commit | 5009ddf9303f35f32d8dd1d417842ffa66e7f778 (patch) | |
tree | 65f4739d8adc9acf06942476b133fa351737d966 /DuetPkg/SmbiosGenDxe | |
parent | 46d45cde432be20cfaa88875871a1194a14e3ad8 (diff) | |
download | edk2-platforms-5009ddf9303f35f32d8dd1d417842ffa66e7f778.tar.xz |
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@10342 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/SmbiosGenDxe')
-rw-r--r-- | DuetPkg/SmbiosGenDxe/SmbiosGen.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf b/DuetPkg/SmbiosGenDxe/SmbiosGen.inf index d6516a863b..486a67c103 100644 --- a/DuetPkg/SmbiosGenDxe/SmbiosGen.inf +++ b/DuetPkg/SmbiosGenDxe/SmbiosGen.inf @@ -22,7 +22,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = SmbiosGenDxe
- FILE_GUID = 0021001C-3CE3-41f8-99C6-ECF5DA754731
+ FILE_GUID = A17F4A89-5F19-444f-B7BE-48195E0575DB
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = SmbiosGenEntrypoint
|