Merge "QcomModulePkg: Add target type for HDK device"
diff --git a/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h b/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h
index 6d6631c..7a9b286 100644
--- a/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h
+++ b/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -68,6 +68,7 @@
EFI_PLATFORMINFO_TYPE_ADP = 0x19, /**< ADP device. */
EFI_PLATFORMINFO_TYPE_SDP = 0x1B, /**< SDP device. */
EFI_PLATFORMINFO_TYPE_RRP = 0x1C, /**< RRP device. */
+ EFI_PLATFORMINFO_TYPE_HDK = 0x1F, /**< HDK device. */
EFI_PLATFORMINFO_NUM_TYPES, /**< Number of known targets
(including unknown). @newpage */