Revision: 17378
          http://sourceforge.net/p/edk2/code/17378
Author:   erictian
Date:     2015-05-08 07:49:07 +0000 (Fri, 08 May 2015)
Log Message:
-----------
MdePkg: Add missing GUID variables in BlockIoCrypto.h

Declares some extern EFI_GUID variables which correspond to
guid macros in BlockIoCrypto.h for C code use.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <[email protected]>
Reviewed-by: Star Zeng <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Protocol/BlockIoCrypto.h
    trunk/edk2/MdePkg/MdePkg.dec

Modified: trunk/edk2/MdePkg/Include/Protocol/BlockIoCrypto.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/BlockIoCrypto.h  2015-05-08 07:44:59 UTC 
(rev 17377)
+++ trunk/edk2/MdePkg/Include/Protocol/BlockIoCrypto.h  2015-05-08 07:49:07 UTC 
(rev 17378)
@@ -427,6 +427,8 @@
       0x2f87ba6a, 0x5c04, 0x4385, {0xa7, 0x80, 0xf3, 0xbf, 0x78, 0xa9, 0x7b, 
0xec} \
     }
 
+extern EFI_GUID gEfiBlockIoCryptoAlgoAesXtsGuid;
+
 typedef struct {
   EFI_BLOCK_IO_CRYPTO_IV_INPUT Header;
   UINT64                       CryptoBlockNumber;
@@ -438,6 +440,8 @@
       0x689e4c62, 0x70bf, 0x4cf3, {0x88, 0xbb, 0x33, 0xb3, 0x18, 0x26, 0x86, 
0x70} \
     }
 
+extern EFI_GUID gEfiBlockIoCryptoAlgoAesCbcMsBitlockerGuid;
+
 typedef struct {
   EFI_BLOCK_IO_CRYPTO_IV_INPUT  Header;
   UINT64                        CryptoBlockByteOffset;

Modified: trunk/edk2/MdePkg/MdePkg.dec
===================================================================
--- trunk/edk2/MdePkg/MdePkg.dec        2015-05-08 07:44:59 UTC (rev 17377)
+++ trunk/edk2/MdePkg/MdePkg.dec        2015-05-08 07:49:07 UTC (rev 17378)
@@ -575,6 +575,10 @@
   ## Include/Guid/Cper.h
   gEfiPlatformMemory2ErrorSectionGuid = { 0x61EC04FC, 0x48E6, 0xD813, { 0x25, 
0xC9, 0x8D, 0xAA, 0x44, 0x75, 0x0B, 0x12 }}
 
+  ## Include/Protocol/BlockIoCrypto.h
+  gEfiBlockIoCryptoAlgoAesXtsGuid            = { 0x2f87ba6a, 0x5c04, 0x4385, 
{0xa7, 0x80, 0xf3, 0xbf, 0x78, 0xa9, 0x7b, 0xec }}
+  gEfiBlockIoCryptoAlgoAesCbcMsBitlockerGuid = { 0x689e4c62, 0x70bf, 0x4cf3, 
{0x88, 0xbb, 0x33, 0xb3, 0x18, 0x26, 0x86, 0x70 }}
+
   #
   # GUID defined in PI1.0
   #


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to