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/FvbRuntimeService | |
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/FvbRuntimeService')
-rw-r--r-- | DuetPkg/FvbRuntimeService/DUETFwh.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/FvbRuntimeService/DUETFwh.inf b/DuetPkg/FvbRuntimeService/DUETFwh.inf index 9225ed6064..d7f1ae8db6 100644 --- a/DuetPkg/FvbRuntimeService/DUETFwh.inf +++ b/DuetPkg/FvbRuntimeService/DUETFwh.inf @@ -22,7 +22,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = DuetFwh
- FILE_GUID = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9
+ FILE_GUID = 46E3256A-E5C1-4d2a-8282-505AFB41CE65
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = FvbInitialize
|