diff options
author | Song, BinX <binx.song@intel.com> | 2017-03-23 10:16:02 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-03-29 12:14:41 +0800 |
commit | 841b259062d5f71be41c7358217d3945038a37bf (patch) | |
tree | a150f4e7faf687b00b66b361eff9892f47efa6c3 /MdeModulePkg/MdeModulePkg.dsc | |
parent | 36ff6d80192515d7bac78706aa6ffa290f8643a8 (diff) | |
download | edk2-841b259062d5f71be41c7358217d3945038a37bf.zip edk2-841b259062d5f71be41c7358217d3945038a37bf.tar.gz edk2-841b259062d5f71be41c7358217d3945038a37bf.tar.bz2 |
MdeModulePkg: Add Brotli algorithm decompression library
- Add Brotli algorithm decompression library support
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bell Song <binx.song@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 1bb361a..6ceec92 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -306,6 +306,7 @@ MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
+ MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
|