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/AcpiResetDxe | |
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/AcpiResetDxe')
-rw-r--r-- | DuetPkg/AcpiResetDxe/Reset.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/AcpiResetDxe/Reset.inf b/DuetPkg/AcpiResetDxe/Reset.inf index 89c3aef2e4..f77f4b0869 100644 --- a/DuetPkg/AcpiResetDxe/Reset.inf +++ b/DuetPkg/AcpiResetDxe/Reset.inf @@ -15,7 +15,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = AcpiReset
- FILE_GUID = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28
+ FILE_GUID = 928EF6D4-72BC-4686-B57B-1EEB6ABD4F93
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = InitializeReset
|