Merge "QcomModulePkg: Append new platform type in protocol header"
diff --git a/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h b/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h
index a1024fc..b97573d 100644
--- a/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h
+++ b/QcomModulePkg/Include/Protocol/EFIPlatformInfoTypes.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2018, 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
@@ -69,6 +69,7 @@
   EFI_PLATFORMINFO_TYPE_SDP = 0x1B,  /**< SDP device. */
   EFI_PLATFORMINFO_TYPE_RRP = 0x1C,  /**< RRP device. */
   EFI_PLATFORMINFO_TYPE_HDK = 0x1F,  /**< HDK device. */
+  EFI_PLATFORMINFO_TYPE_ATP = 0x21,  /**< ATP device. */
 
   EFI_PLATFORMINFO_NUM_TYPES, /**< Number of known targets
                                                  (including unknown). @newpage