diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-17 05:31:47 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-17 05:31:47 +0000 |
commit | db1126d218ff92fa324350d077f1a610560260c7 (patch) | |
tree | aa45dac5bc616986cc3e57e044a4689c8a3d40ed /OvmfPkg | |
parent | bd07919cc8dc602c51a83601f91151bf0a4f479e (diff) | |
download | edk2-db1126d218ff92fa324350d077f1a610560260c7.tar.gz edk2-db1126d218ff92fa324350d077f1a610560260c7.tar.bz2 edk2-db1126d218ff92fa324350d077f1a610560260c7.zip |
Update file guid to avoid conflict with other file.
Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13643 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf b/OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf index 44b15b8eb1..74d4745bfa 100644 --- a/OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf +++ b/OvmfPkg/SecureBootConfigDxe/SecureBootConfigDxe.inf @@ -17,7 +17,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = SecureBootConfigDxe
- FILE_GUID = F0E6A44F-7195-41c3-AC64-54F202CD0A21
+ FILE_GUID = 68E2BC17-198D-41f1-8213-065E3A2A7C12
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = SecureBootConfigDriverEntryPoint
|