diff --git a/bundle.json b/bundle.json index bfe2cd94dee5c7b421283b899b85b1387cdde261..23fbab23f8193481d471e085458e2ac84903fc0d 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 b1f9ac9a949f0e26db90c0c92b8fc614c540235d..0000000000000000000000000000000000000000 --- 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. - -dommain: 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