diff --git a/BUILD.gn b/BUILD.gn index f60902998ef923731c86a7f49326c7731920436c..16875ac2919484bc861bfe81b2e4d1249beea426 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -14,49 +14,45 @@ import("//build/ohos.gni") config("astc_encoder_config") { - include_dirs = [ - "//third_party/astc-encoder/Source", - ] + include_dirs = [ "//third_party/astc-encoder/Source" ] } ohos_source_set("astc_encoder_static") { - public_configs = [":astc_encoder_config"] - sources = [ - "//third_party/astc-encoder/Source/astcenc_averages_and_directions.cpp", - "//third_party/astc-encoder/Source/astcenc_block_sizes.cpp", - "//third_party/astc-encoder/Source/astcenc_color_quantize.cpp", - "//third_party/astc-encoder/Source/astcenc_color_unquantize.cpp", - "//third_party/astc-encoder/Source/astcenc_compress_symbolic.cpp", - "//third_party/astc-encoder/Source/astcenc_compute_variance.cpp", - "//third_party/astc-encoder/Source/astcenc_decompress_symbolic.cpp", - "//third_party/astc-encoder/Source/astcenc_diagnostic_trace.cpp", - "//third_party/astc-encoder/Source/astcenc_entry.cpp", - "//third_party/astc-encoder/Source/astcenc_find_best_partitioning.cpp", - "//third_party/astc-encoder/Source/astcenc_ideal_endpoints_and_weights.cpp", - "//third_party/astc-encoder/Source/astcenc_image.cpp", - "//third_party/astc-encoder/Source/astcenc_integer_sequence.cpp", - "//third_party/astc-encoder/Source/astcenc_mathlib_softfloat.cpp", - "//third_party/astc-encoder/Source/astcenc_mathlib.cpp", - "//third_party/astc-encoder/Source/astcenc_partition_tables.cpp", - "//third_party/astc-encoder/Source/astcenc_percentile_tables.cpp", - "//third_party/astc-encoder/Source/astcenc_pick_best_endpoint_format.cpp", - "//third_party/astc-encoder/Source/astcenc_platform_isa_detection.cpp", - "//third_party/astc-encoder/Source/astcenc_quantization.cpp", - "//third_party/astc-encoder/Source/astcenc_symbolic_physical.cpp", - "//third_party/astc-encoder/Source/astcenc_weight_align.cpp", - "//third_party/astc-encoder/Source/astcenc_weight_quant_xfer_tables.cpp", - ] - part_name = "astc-encoder" - subsystem_name = "thirdparty" + public_configs = [ ":astc_encoder_config" ] + sources = [ + "//third_party/astc-encoder/Source/astcenc_averages_and_directions.cpp", + "//third_party/astc-encoder/Source/astcenc_block_sizes.cpp", + "//third_party/astc-encoder/Source/astcenc_color_quantize.cpp", + "//third_party/astc-encoder/Source/astcenc_color_unquantize.cpp", + "//third_party/astc-encoder/Source/astcenc_compress_symbolic.cpp", + "//third_party/astc-encoder/Source/astcenc_compute_variance.cpp", + "//third_party/astc-encoder/Source/astcenc_decompress_symbolic.cpp", + "//third_party/astc-encoder/Source/astcenc_diagnostic_trace.cpp", + "//third_party/astc-encoder/Source/astcenc_entry.cpp", + "//third_party/astc-encoder/Source/astcenc_find_best_partitioning.cpp", + "//third_party/astc-encoder/Source/astcenc_ideal_endpoints_and_weights.cpp", + "//third_party/astc-encoder/Source/astcenc_image.cpp", + "//third_party/astc-encoder/Source/astcenc_integer_sequence.cpp", + "//third_party/astc-encoder/Source/astcenc_mathlib.cpp", + "//third_party/astc-encoder/Source/astcenc_mathlib_softfloat.cpp", + "//third_party/astc-encoder/Source/astcenc_partition_tables.cpp", + "//third_party/astc-encoder/Source/astcenc_percentile_tables.cpp", + "//third_party/astc-encoder/Source/astcenc_pick_best_endpoint_format.cpp", + "//third_party/astc-encoder/Source/astcenc_platform_isa_detection.cpp", + "//third_party/astc-encoder/Source/astcenc_quantization.cpp", + "//third_party/astc-encoder/Source/astcenc_symbolic_physical.cpp", + "//third_party/astc-encoder/Source/astcenc_weight_align.cpp", + "//third_party/astc-encoder/Source/astcenc_weight_quant_xfer_tables.cpp", + ] + part_name = "astc-encoder" + subsystem_name = "thirdparty" } ohos_shared_library("astc_encoder_shared") { - deps = [ - ":astc_encoder_static", - ] - output_extension = "so" - install_enable = true - part_name = "astc-encoder" - subsystem_name = "thirdparty" - install_images = ["system"] + deps = [ ":astc_encoder_static" ] + output_extension = "so" + install_enable = true + part_name = "astc-encoder" + subsystem_name = "thirdparty" + install_images = [ "system" ] } diff --git a/COPYING b/COPYING index e9dd87330499a9c45fd94559872a07f2fe09e147..73b0f4256268ab16f7cc73e7fa847ad09cce5096 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,3 @@ Copyingright(c)2013-2022,Arm Limited and contributors.All rights reserved. Sen the README file for the current license terms. -This project is licensed under the Apache 2.0 license.By downloading any component from this repository you acknowledge that you accept terms specified in the [LICENSE.txt](LICENSE.txt) flie. +This project is licensed under the Apache 2.0 license.By downloading any component from this repository you acknowledge that you accept terms specified in the [LICENSE](LICENSE) flie. diff --git a/README.md b/README.md index d269a761998af0dcb184c51a7dd056903602454e..1566473f590174b22251f86d89cbd35a2b4fc0ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ read the full [Khronos Data Format Specification][2] for all the details. This project is licensed under the Apache 2.0 license. By downloading any component from this repository you acknowledge that you accept terms specified -in the [LICENSE.txt](LICENSE.txt) file. +in the [LICENSE](LICENSE) file. # Encoder feature support @@ -217,10 +217,6 @@ how to test any modifications to the source code in this repository. If you have issues with the `astcenc` encoder, or questions about the ASTC texture format itself, please raise them in the GitHub issue tracker. -If you have any questions about Arm Mali GPUs, application development for Arm -Mali GPUs, or general graphics technology please submit them on the [Arm Mali -Graphics forums](https://community.arm.com/graphics/). - - - - _Copyright © 2013-2022, Arm Limited and contributors. All rights reserved._