summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-08-22 02:32:12 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-08-22 02:32:12 +0000
commitbc2dfdbcfc11dc785f0cc0ad2f519a63b98f88bc (patch)
treea845bde22c55b227897be7e7b2a21059f12c967e /MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
parent53cdd43979f70b01a4ba341b54a4aef595420dbf (diff)
downloadedk2-platforms-bc2dfdbcfc11dc785f0cc0ad2f519a63b98f88bc.tar.xz
Add PI1.2.1 SAP2 support and UEFI231B mantis 896
1. Update SecurityManagementLib to support SAP2 and SAP services. 2. Update SecurityStub driver to produce SAP2 and SAP protocol both. 3. Update DxeCore and SmmCore to use SAP2 and SAP service to verify Image. 4. Update DxeCore ConnectController() to use SAP2 service to check user permission. Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Guo Dong <dong.guo@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13660 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf')
-rw-r--r--MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf8
1 files changed, 5 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf b/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
index 9f580078f3..15ebbb8653 100644
--- a/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
+++ b/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
@@ -1,7 +1,8 @@
## @file
-# This driver produces security architectural protocol based on SecurityManagementLib.
+# This driver produces security2 and security architectural protocol
+# based on SecurityManagementLib.
#
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -40,7 +41,8 @@
SecurityManagementLib
[Protocols]
- gEfiSecurityArchProtocolGuid ## PRODUCED
+ gEfiSecurityArchProtocolGuid ## PRODUCES
+ gEfiSecurity2ArchProtocolGuid ## PRODUCES
[Depex]
TRUE