diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:47 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-06 02:56:47 +0000 |
commit | 87d08179fa01a3e7a4fc9a7484c2ed68713be89b (patch) | |
tree | a91c408f017867e90053d3d17a20107a0289c8c9 /OvmfPkg/Library/PlatformFvbLibNull | |
parent | 5e51a4d8ffe8357f2f13c1d10ad2054a10732eae (diff) | |
download | edk2-platforms-87d08179fa01a3e7a4fc9a7484c2ed68713be89b.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@10344 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Library/PlatformFvbLibNull')
-rw-r--r-- | OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf b/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf index 351de600fe..81ad7f0760 100644 --- a/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf +++ b/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf @@ -18,7 +18,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = PlatformFvbLibNull
- FILE_GUID = 8a6062ed-7140-4a74-b4ea-fe900e79e24b
+ FILE_GUID = 79263F9A-1701-4382-98C2-573F3558E6C8
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = PlatformFvbLib|DXE_RUNTIME_DRIVER
|