1# Copyright (c) 2021 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13arm64_asm_source = [ 14 "Asm/arm64/7zAsm.S", 15 "Asm/arm64/LzmaDecOpt.S", 16] 17 18common_c_source = [ 19 "C/7zAlloc.c", 20 "C/7zArcIn.c", 21 "C/7zBuf2.c", 22 "C/7zBuf.c", 23 "C/7zCrc.c", 24 "C/7zCrcOpt.c", 25 "C/7zDec.c", 26 "C/7zFile.c", 27 "C/7zStream.c", 28 "C/Aes.c", 29 "C/AesOpt.c", 30 "C/Alloc.c", 31 "C/Bcj2.c", 32 "C/Bra86.c", 33 "C/Bra.c", 34 "C/BraIA64.c", 35 "C/CpuArch.c", 36 "C/Delta.c", 37 "C/LzFind.c", 38 "C/Lzma2Dec.c", 39 "C/Lzma2Enc.c", 40 "C/Lzma86Dec.c", 41 "C/Lzma86Enc.c", 42 "C/LzmaDec.c", 43 "C/LzmaEnc.c", 44 "C/LzmaLib.c", 45 "C/Ppmd7.c", 46 "C/Ppmd7Dec.c", 47 "C/Ppmd7Enc.c", 48 "C/Sha256.c", 49 "C/Sort.c", 50 "C/Xz.c", 51 "C/XzCrc64.c", 52 "C/XzCrc64Opt.c", 53 "C/XzDec.c", 54 "C/XzEnc.c", 55 "C/XzIn.c", 56] 57