]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/MdePkg.dec
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / MdePkg / MdePkg.dec
index 3c61a8fabc64b690af9149d5f04d18f8c95cf526..94ad814dc9d62eae14dd20e78de728bf21523c81 100644 (file)
@@ -4,7 +4,7 @@
 # It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of\r
 # EFI1.10/UEFI2.7/PI1.6 and some Industry Standards.\r
 #\r
-# Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
 #\r
@@ -24,7 +24,7 @@
   PACKAGE_NAME                   = MdePkg\r
   PACKAGE_UNI_FILE               = MdePkg.uni\r
   PACKAGE_GUID                   = 1E73767F-8F52-4603-AEB4-F29B510B6766\r
-  PACKAGE_VERSION                = 1.07\r
+  PACKAGE_VERSION                = 1.08\r
 \r
 \r
 [Includes]\r
   ##  @libraryclass  provides EFI_FILE_HANDLE services\r
   FileHandleLib|Include/Library/FileHandleLib.h\r
 \r
+  ## @libraryclass provides helper functions to prevent integer overflow during\r
+  #                type conversion, addition, subtraction, and multiplication.\r
+  ##\r
+  SafeIntLib|Include/Library/SafeIntLib.h\r
+\r
 [LibraryClasses.IA32, LibraryClasses.X64]\r
   ##  @libraryclass  Abstracts both S/W SMI generation and detection.\r
   ##\r
 \r
   ## Include/Protocol/Tls.h\r
   gEfiTlsProtocolGuid                 = { 0xca959f, 0x6cfa, 0x4db1, {0x95, 0xbc, 0xe4, 0x6c, 0x47, 0x51, 0x43, 0x90 }}\r
-  \r
+\r
   ## Include/Protocol/TlsConfig.h\r
   gEfiTlsConfigurationProtocolGuid    = { 0x1682fe44, 0xbd7a, 0x4407, { 0xb7, 0xc7, 0xdc, 0xa3, 0x7c, 0xa3, 0x92, 0x2d }}\r
 \r
 \r
   ## The mask is used to control PerformanceLib behavior.<BR><BR>\r
   #  BIT0 - Enable Performance Measurement.<BR>\r
+  #  BIT1 - Disable Start Image Logging.<BR>\r
+  #  BIT2 - Disable Load Image logging.<BR>\r
+  #  BIT3 - Disable Binding Support logging.<BR>\r
+  #  BIT4 - Disable Binding Start logging.<BR>\r
+  #  BIT5 - Disable Binding Stop logging.<BR>\r
+  #  BIT6 - Disable all other general Perfs.<BR>\r
+  #  BIT1-BIT6 are evaluated when BIT0 is set.<BR>\r
   # @Prompt Performance Measurement Property.\r
-  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask & 0xFE) == 0\r
+  # @Expression  0x80000002 | (gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask & 0x80) == 0\r
   gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0|UINT8|0x00000009\r
 \r
   ## The mask is used to control PostCodeLib behavior.<BR><BR>\r