]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Private/Ppi/Crypto.h
CryptoPkg: Add EDK II Crypto Protocols/PPIs/PCDs
[mirror_edk2.git] / CryptoPkg / Private / Ppi / Crypto.h
diff --git a/CryptoPkg/Private/Ppi/Crypto.h b/CryptoPkg/Private/Ppi/Crypto.h
new file mode 100644 (file)
index 0000000..5241cf9
--- /dev/null
@@ -0,0 +1,21 @@
+/** @file\r
+  This PPI provides Crypto services to PEIMs\r
+\r
+  Copyright (C) Microsoft Corporation. All rights reserved.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
+**/\r
+\r
+#ifndef __EDKII_CRYPTO_PPI_H__\r
+#define __EDKII_CRYPTO_PPI_H__\r
+\r
+#include <Protocol/Crypto.h>\r
+\r
+///\r
+/// EDK II Crypto PPI is identical to EDK II Crypto Protocol\r
+///\r
+typedef EDKII_CRYPTO_PROTOCOL EDKII_CRYPTO_PPI;\r
+\r
+extern GUID gEdkiiCryptoPpiGuid;\r
+\r
+#endif\r