source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/Private/Ppi/Crypto.h@
103303
最後變更 在這個檔案從103303是 99404,由 提交於 23 月 前 | |
---|---|
|
|
檔案大小: 422 位元組 |
行 | |
---|---|
1 | /** @file |
2 | This PPI provides Crypto services to PEIMs |
3 | |
4 | Copyright (C) Microsoft Corporation. All rights reserved. |
5 | SPDX-License-Identifier: BSD-2-Clause-Patent |
6 | |
7 | **/ |
8 | |
9 | #ifndef __EDKII_CRYPTO_PPI_H__ |
10 | #define __EDKII_CRYPTO_PPI_H__ |
11 | |
12 | #include <Protocol/Crypto.h> |
13 | |
14 | /// |
15 | /// EDK II Crypto PPI is identical to EDK II Crypto Protocol |
16 | /// |
17 | typedef EDKII_CRYPTO_PROTOCOL EDKII_CRYPTO_PPI; |
18 | |
19 | extern GUID gEdkiiCryptoPpiGuid; |
20 | |
21 | #endif |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器