From 0caed106c61007a1e1dd842ce70a3e4996695f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=81=A5?= Date: Sat, 10 May 2025 03:04:22 +0000 Subject: [PATCH 1/2] update frameworks/fontmgr/hisysevent.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙健 --- frameworks/fontmgr/hisysevent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/fontmgr/hisysevent.yaml b/frameworks/fontmgr/hisysevent.yaml index b1f9ac9..4dfd3ff 100644 --- a/frameworks/fontmgr/hisysevent.yaml +++ b/frameworks/fontmgr/hisysevent.yaml @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -dommain: FILEMANAGEMENT +domain: FILEMANAGEMENT # user data size USER_DATA_SIZE: -- Gitee From ad139cbb0236b50ffce660dd67d333d7aa1e2b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=81=A5?= Date: Sat, 10 May 2025 13:56:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=AE=9A=E4=B9=89=20Sign?= =?UTF-8?q?ed-off-by:=20=E5=AD=99=E5=81=A5=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 3 --- frameworks/fontmgr/hisysevent.yaml | 23 ----------------------- 2 files changed, 26 deletions(-) delete mode 100644 frameworks/fontmgr/hisysevent.yaml diff --git a/bundle.json b/bundle.json index bfe2cd9..23fbab2 100644 --- a/bundle.json +++ b/bundle.json @@ -44,9 +44,6 @@ ], "rom": "", "ram": "", - "hisysevent_config": [ - "//base/global/font_manager/frameworks/fontmgr/hisysevent.yaml" - ], "deps": { "components": [ "ability_base", diff --git a/frameworks/fontmgr/hisysevent.yaml b/frameworks/fontmgr/hisysevent.yaml deleted file mode 100644 index 4dfd3ff..0000000 --- a/frameworks/fontmgr/hisysevent.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (c) 2025 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. - -domain: FILEMANAGEMENT - -# user data size -USER_DATA_SIZE: - __BASE: {type: STATISTIC, level: CRITICAL, desc: user data size} - COMPONENT_NAME: {type: STRING, desc: component name} - PARTITION_NAME: {type: STRING, desc: partition name} - REMAIN_PARTITION_SIZE: {type: UINT64, desc: remain partition size} - FILE_OR_FOLDER_PATH: {type: STRING, desc: file or folder path} - FILE_OR_FOLDER_SIZE: {type: STRING, desc: file or folder size} \ No newline at end of file -- Gitee