mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
bd07919cc8
commit
db1126d218
|
@ -17,7 +17,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = SecureBootConfigDxe
|
BASE_NAME = SecureBootConfigDxe
|
||||||
FILE_GUID = F0E6A44F-7195-41c3-AC64-54F202CD0A21
|
FILE_GUID = 68E2BC17-198D-41f1-8213-065E3A2A7C12
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = SecureBootConfigDriverEntryPoint
|
ENTRY_POINT = SecureBootConfigDriverEntryPoint
|
||||||
|
|
Loading…
Reference in New Issue