# 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/Aes.c", "C/AesOpt.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", ]