fixed 5a7d450 from https://gitee.com/zhuxiang6/global_resource_tool/pulls/34
删除animation,graphic,layout

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
陈程
2022-07-18 09:20:28 +00:00
committed by zhuxiang
parent 6be4e4f434
commit dd396239a6
-3
View File
@@ -134,9 +134,6 @@ const std::map<std::string, ResType> g_fileClusterMap = {
{ "element", ResType::ELEMENT },
{ "media", ResType::MEDIA },
{ "profile", ResType::PROF },
{ "animation", ResType::ANIMATION },
{ "graphic", ResType::GRAPHIC },
{ "layout", ResType::LAYOUT }
};
const std::map<std::string, ResType> g_contentClusterMap = {