diff --git a/README.OpenSource b/README.OpenSource index 5f96605829d099c72a3536f3952f776fb9d0febb..85c83a51c2ce9033aaa072098e4897b7e9b48ec9 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name":"astc-encoder", "License":"Apache 2.0 License", "License File":"LICENSE", - "Vesion Number":"3.7", + "Version Number":"3.7", "Owner":"wangyonglang@huawei.com", "Upstream URL":"https://github.com/ARM-software/astc-encoder.git", "Description":"The Arm?Adaptive Scalable Texture Compression (ASTC) Encoder,astcenc,is a command-line tool for compressing and decompressing images using the ASTC texture compression standard." diff --git a/bundle.json b/bundle.json index 53b42bdac7c766ec529581876bb0b014ccd54626..34750d571aa7f38997cd04b588869590d36ab517 100644 --- a/bundle.json +++ b/bundle.json @@ -9,7 +9,7 @@ }, "dirs": {}, "scripts": {}, - "licensePath": "COPYING", + "licensePath": "LICENCE", "component": { "name": "astc-encoder", "subsystem": "thirdparty", @@ -23,7 +23,7 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": ["//third_party/astc-encoder:astc_encoder_shared"], "inner_kits": [], "test": [] } diff --git a/patches/patches.json b/patches/patches.json index 83db518587c9d62b0a021c25a75f49f4dc9da606..ee91376cf6d7902bf7931a30525ccc922aac3a7f 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1,9 +1,14 @@ { "patches":[ { - "project":"image_framework", + "project":"multimedia_image_framework", "patch":"foundation/multimedia/image_framework", "pr_url":"https://gitee.com/openharmony/multimedia_image_framework/pulls/1034" + }, + { + "project":"vendor_hihope", + "path":"vendor/hihope/rk3568", + "pr_url":"https://gitee.com/openharmony/vendor_hihope/pulls/964" } ] } \ No newline at end of file