mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Provide correct file GUID for Pkcs7VerifyDxe
Provide correct file GUID for Pkcs7VerifyDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Qin Long <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17688 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3cd2484e3a
commit
b338cdc7a5
|
@ -20,7 +20,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = Pkcs7VerifyDxe
|
BASE_NAME = Pkcs7VerifyDxe
|
||||||
FILE_GUID = D681A765-6AE9-5E3A-6F3A-770429EDF09
|
FILE_GUID = DC952D08-C62B-41c6-BAC7-70ED054F91E5
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = Pkcs7VerifyDriverEntry
|
ENTRY_POINT = Pkcs7VerifyDriverEntry
|
||||||
|
|
Loading…
Reference in New Issue