Skip to content

Commit

Permalink
lib: Add XZ for Java library
Browse files Browse the repository at this point in the history
This is needed for LZMA support in Apache Commons Compress.
  • Loading branch information
al3xtjames committed Jun 17, 2019
1 parent abf71a1 commit cd74930
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ Apache 2.0, with some exceptions:
[Decompress.c][4] from uefi-firmware-parser (which itself is derived from
[the original in EDK2 BaseTools][5]).

`lib/xz-1.8.jar` is taken from the [XZ for Java][6] project.

[1]: https://ghidra-sre.org/
[2]: https://summerofcode.withgoogle.com/projects/#6413737605464064
[3]: https://github.com/danse-macabre/ida-efitools
[4]: https://github.com/theopolis/uefi-firmware-parser/blob/21106baf019db9dcd046a3c01ee7b32212de45a5/uefi_firmware/compression/Tiano/Decompress.c
[5]: https://github.com/tianocore/edk2/blob/2e351cbe8e190271b3716284fc1076551d005472/BaseTools/Source/C/Common/Decompress.c
[6]: https://tukaani.org/xz/java.html
3 changes: 3 additions & 0 deletions lib/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The "lib" directory is intended to hold Jar files which this module
is dependent upon. This directory may be eliminated from a specific
module if no other Jar files are needed.
Binary file added lib/xz-1.8.jar
Binary file not shown.

0 comments on commit cd74930

Please sign in to comment.