From 609b51d5b96dfcc61171a9e1db87e7d200cd50f4 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Mon, 21 Oct 2024 15:38:00 +0800 Subject: [PATCH] modify Signed-off-by: chen0088 --- .../cameraservice/sourceservice/cfi_blocklist.txt | 15 +++++++++++++++ services/data_process/cfi_blocklist.txt | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 services/cameraservice/sourceservice/cfi_blocklist.txt create mode 100644 services/data_process/cfi_blocklist.txt diff --git a/services/cameraservice/sourceservice/cfi_blocklist.txt b/services/cameraservice/sourceservice/cfi_blocklist.txt new file mode 100644 index 00000000..41747e78 --- /dev/null +++ b/services/cameraservice/sourceservice/cfi_blocklist.txt @@ -0,0 +1,15 @@ +# Copyright (c) 2023 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. + +[cfi] +src:*/foundation/* \ No newline at end of file diff --git a/services/data_process/cfi_blocklist.txt b/services/data_process/cfi_blocklist.txt new file mode 100644 index 00000000..41747e78 --- /dev/null +++ b/services/data_process/cfi_blocklist.txt @@ -0,0 +1,15 @@ +# Copyright (c) 2023 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. + +[cfi] +src:*/foundation/* \ No newline at end of file -- Gitee