新增symbol资源类型

Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
fangyunzhong 2023-11-22 14:00:02 +08:00
parent 1f07c87e2d
commit 89fc6e87be

View File

@ -37,6 +37,7 @@ class SysResource:
and item_type != "float" \ and item_type != "float" \
and item_type != "media" \ and item_type != "media" \
and item_type != "string" \ and item_type != "string" \
and item_type != "symbol" \
and item_type != "plural": and item_type != "plural":
continue continue