5 Star 2 Fork 22

OpenHarmony/third_party_lzma

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lzma.gni 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
wenlong_12 提交于 2024-04-18 09:13 . 升级Lzma
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
arm64_asm_source = [
"Asm/arm64/7zAsm.S",
"Asm/arm64/LzmaDecOpt.S",
]
common_c_source = [
"C/7zAlloc.c",
"C/7zArcIn.c",
"C/7zBuf2.c",
"C/7zBuf.c",
"C/7zCrc.c",
"C/7zCrcOpt.c",
"C/7zDec.c",
"C/7zFile.c",
"C/7zStream.c",
"C/Alloc.c",
"C/Bcj2.c",
"C/Bra86.c",
"C/Bra.c",
"C/BraIA64.c",
"C/CpuArch.c",
"C/Delta.c",
"C/LzFind.c",
"C/Lzma2Dec.c",
"C/Lzma2Enc.c",
"C/Lzma86Dec.c",
"C/Lzma86Enc.c",
"C/LzmaDec.c",
"C/LzmaEnc.c",
"C/LzmaLib.c",
"C/Ppmd7.c",
"C/Ppmd7Dec.c",
"C/Ppmd7Enc.c",
"C/Sha256.c",
"C/Sort.c",
"C/Xz.c",
"C/XzCrc64.c",
"C/XzCrc64Opt.c",
"C/XzDec.c",
"C/XzEnc.c",
"C/XzIn.c",
"C/MtCoder.c",
"C/LzFindMt.c",
"C/MtDec.c",
"C/Threads.c",
"C/Sha256Opt.c",
"C/LzFindOpt.c",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_lzma.git
git@gitee.com:openharmony/third_party_lzma.git
openharmony
third_party_lzma
third_party_lzma
master

搜索帮助