From ec9051d8852f1b038953e47b1210d386cdd61e65 Mon Sep 17 00:00:00 2001 From: lihehe Date: Fri, 21 Apr 2023 14:55:47 +0800 Subject: [PATCH] Add filter policies Signed-off-by: lihehe --- BUILD.gn | 2 -- OAT.xml | 45 ++------------------------------------------- README.OpenSource | 4 ++-- 3 files changed, 4 insertions(+), 47 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index fcb5b18..99b217d 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 8173cd8..2182a0d 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 a5f2064..a7f97db 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" } ] -- Gitee