]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/SourceLevelDebugPkg.dec
MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol
[mirror_edk2.git] / SourceLevelDebugPkg / SourceLevelDebugPkg.dec
index e634ca7638fdae004c96dc1f7b0053751cb153fe..c9a47f625526dcc7e685e0dd651e4e2b8cc3c94e 100644 (file)
@@ -1,5 +1,4 @@
 ## @file  SourceLevelDebugPkg.dec\r
-#\r
 # This package provides target side modules to support source level debug.\r
 # The target side components includes the Debug Agent Library instance\r
 # to communicate with host side modules, Debug Communication Library and\r
@@ -7,7 +6,7 @@
 # and host, PeCoffExtraActionLib instance to report symbol path information,\r
 # etc.\r
 #\r
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under \r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r
 # The full text of the license may be found at\r
@@ -23,7 +22,7 @@
   PACKAGE_NAME                   = SourceLevelDebugPkg\r
   PACKAGE_UNI_FILE               = SourceLevelDebugPkg.uni\r
   PACKAGE_GUID                   = DBF00C27-D8D7-443d-918B-4E85CDA1373B\r
-  PACKAGE_VERSION                = 0.86\r
+  PACKAGE_VERSION                = 0.96\r
 \r
 [Includes]\r
   Include\r
   # @Prompt Configure debug device detection timeout value.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciDebugDetectTimeout|3000000|UINT64|0x00000009\r
 \r
+  ## Default revision of the debug agent transfer protocol.\r
+  #  The upper 16 bits indicate the major revision and the lower 16 bits indicate the minor revision.\r
+  #  For example, a value of 0x00000004 stands for revision 0.4.\r
+  #  Debug packet compression and decompression is supported since revision 0.4.\r
+  # @Prompt Default revision of the debug agent transfer protocol.\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision|0x00000004|UINT32|0x0000000a\r
+\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   SourceLevelDebugPkgExtra.uni\r