]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
Add security package to repository.
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 2 Sep 2011 07:49:32 +0000 (07:49 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 2 Sep 2011 07:49:32 +0000 (07:49 +0000)
commit0c18794ea4289f03fefc7117b56740414cc0536c
tree4e51c5cc23c69a67cead8c58464da870daa4c029
parent986d1dfb0813d6a7623531e85c2e2a7e1f956cf8
Add security package to repository.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12261 6f19259b-4bc3-4df7-8a09-765794883524
102 files changed:
SecurityPkg/Application/VariableInfo/VariableInfo.c [new file with mode: 0644]
SecurityPkg/Application/VariableInfo/VariableInfo.inf [new file with mode: 0644]
SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h [new file with mode: 0644]
SecurityPkg/Include/Guid/PhysicalPresenceData.h [new file with mode: 0644]
SecurityPkg/Include/Guid/SecurityPkgTokenSpace.h [new file with mode: 0644]
SecurityPkg/Include/Guid/TcgEventHob.h [new file with mode: 0644]
SecurityPkg/Include/Library/PlatformSecureLib.h [new file with mode: 0644]
SecurityPkg/Include/Library/TpmCommLib.h [new file with mode: 0644]
SecurityPkg/Include/Ppi/LockPhysicalPresence.h [new file with mode: 0644]
SecurityPkg/Include/Ppi/TpmInitialized.h [new file with mode: 0644]
SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c [new file with mode: 0644]
SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.h [new file with mode: 0644]
SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf [new file with mode: 0644]
SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c [new file with mode: 0644]
SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h [new file with mode: 0644]
SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf [new file with mode: 0644]
SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c [new file with mode: 0644]
SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf [new file with mode: 0644]
SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c [new file with mode: 0644]
SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf [new file with mode: 0644]
SecurityPkg/Library/TpmCommLib/CommonHeader.h [new file with mode: 0644]
SecurityPkg/Library/TpmCommLib/TisPc.c [new file with mode: 0644]
SecurityPkg/Library/TpmCommLib/TpmComm.c [new file with mode: 0644]
SecurityPkg/Library/TpmCommLib/TpmCommLib.inf [new file with mode: 0644]
SecurityPkg/SecurityPkg.dec [new file with mode: 0644]
SecurityPkg/SecurityPkg.dsc [new file with mode: 0644]
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c [new file with mode: 0644]
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.h [new file with mode: 0644]
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresence.c [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresence.h [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresenceDxe.inf [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresenceStrings.uni [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.c [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfig.vfr [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDriver.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.h [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigStrings.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TcgDxe.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TcgDxe.inf [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TisDxe.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TpmComm.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TpmComm.h [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TcgPei.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TcgPei.inf [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TisPei.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TpmComm.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TpmComm.h [new file with mode: 0644]
SecurityPkg/Tcg/TcgSmm/TcgSmm.c [new file with mode: 0644]
SecurityPkg/Tcg/TcgSmm/TcgSmm.inf [new file with mode: 0644]
SecurityPkg/Tcg/TcgSmm/Tpm.asl [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.h [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderData.h [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderStrings.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderVfr.Vfr [new file with mode: 0644]
SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProvider.c [new file with mode: 0644]
SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProvider.h [new file with mode: 0644]
SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf [new file with mode: 0644]
SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderStrings.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/LoadDeferredImage.c [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.c [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.h [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerData.h [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerStrings.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerVfr.Vfr [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileAdd.c [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.c [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerData.h [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerStrings.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerVfr.Vfr [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileModify.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/AuthService.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/AuthService.h [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/InitVariable.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/Reclaim.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/Variable.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/Variable.h [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/Pei/Variable.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/Pei/Variable.h [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/Reclaim.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.h [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableDxe.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.c [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.inf [new file with mode: 0644]