mirror of
https://github.com/openharmony/third_party_lzma.git
synced 2026-07-01 02:07:13 -04:00
fd89d639bc
Signed-off-by:shuxinyi4 <shuxinyi4@h-partners.com> Signed-off-by: wenlong_12 <wenlong12@huawei.com>
61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
# 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",
|
|
]
|