]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FmpDevicePkg/FmpDxe/FmpDxe.h
FmpDevicePkg/FmpDxe: Improve all DEBUG() messages
[mirror_edk2.git] / FmpDevicePkg / FmpDxe / FmpDxe.h
index 06514c67c8590446aa32580d4a82e6f45d475859..28bfa41580b8febf6dfe33e5cb7e9d70d87cb6ce 100644 (file)
@@ -17,6 +17,8 @@
 #include <Library/DebugLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
+#include <Library/BaseCryptLib.h>\r
+#include <Library/PcdLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
@@ -71,6 +73,11 @@ typedef struct {
 #define FIRMWARE_MANAGEMENT_PRIVATE_DATA_FROM_THIS(a) \\r
   CR (a, FIRMWARE_MANAGEMENT_PRIVATE_DATA, Fmp, FIRMWARE_MANAGEMENT_PRIVATE_DATA_SIGNATURE)\r
 \r
+///\r
+/// Null-terminated Unicode string retrieved from PcdFmpDeviceImageIdName.\r
+///\r
+extern CHAR16  *mImageIdName;\r
+\r
 /**\r
   Check to see if any of the keys in PcdFmpDevicePkcs7CertBufferXdr matches\r
   the test key.  PcdFmpDeviceTestKeySha256Digest contains the SHA256 hash of\r