mirror of
https://gitee.com/openharmony/multimedia_image_framework
synced 2024-11-23 15:10:26 +00:00
a8b2a794f8
Signed-off-by: y00656910 <yaoxingyu3@huawei.com> Change-Id: Id3af494a0e53da6da4b6568cdf16a7a32326f973 Signed-off-by: y00656910 <yaoxingyu3@huawei.com>
20 lines
1002 B
YAML
20 lines
1002 B
YAML
# 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.
|
|
|
|
domain: IMAGE_FWK_UE
|
|
|
|
DECODED_IMAGE_TYPE_STATISTICS:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: Collect statistics on the decoded image type such as PNG JPEG GIF BMP and HEIF, preserve: true}
|
|
PNAMEID: {type: STRING, desc: package name}
|
|
PVERSIONID: {type: STRING, desc: application version}
|
|
IMAGE_TYPE: {type: STRING, desc: Type of the decoded image for example png jpeg bmp gif ico and wbmp} |