diff --git a/BUILD.gn b/BUILD.gn index fcb5b18d744ee321972299b609319d9e19a640c3..99b217db7d7692b7815fd38f43685d41092dc025 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -41,7 +41,6 @@ ohos_shared_library("libfsverity_utils") { "common", ] deps = [ - ":notice", "//third_party/openssl:libcrypto_shared", ] configs = [ ":common_config" ] @@ -67,7 +66,6 @@ ohos_static_library("libfsverity_utils_static") { ] configs = [ ":common_config" ] deps = [ - ":notice", "//third_party/openssl:libcrypto_static", ] } diff --git a/OAT.xml b/OAT.xml index 8173cd818ab7c7ea0c2dfad3d1f1ef63a504cc9d..2182a0db4eb19c548085fea74355194c5e668d50 100644 --- a/OAT.xml +++ b/OAT.xml @@ -22,56 +22,15 @@ please copy it to your project root dir and modify it refer to OpenHarmony/tools - TaC-mksh.txt + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/README.OpenSource b/README.OpenSource index a5f2064d7afd5c274e02e8e207c798f861542828..a7f97db62c823f1d7573b49548cf010ffb694875 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -4,8 +4,8 @@ "License" : "MIT License", "License File" : "LICENSE", "Version Number" : "v1.5", - "Owner" : "lihehao@huawei.com", + "Owner" : "zhangdengyu2@huawei.com", "Upstream URL" : "https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git", - "Description" : "a Linux kernel feature that does transparent on-demand integrity/authenticity verification of the contents of read-only files, using a hidden Merkle tree (hash tree) associated with the file" + "Description" : "fsverity userspace utilities" } ]