1,修改编码规范

2,屏蔽三方开源头文件OAT

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-03-16 12:36:03 +08:00
parent 3086fb6897
commit f994b91a97
32 changed files with 89 additions and 87 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ uint32_t ResourcePack::Init()
}
uint32_t ResourcePack::InitModule()
{
{
IdWorker::ResourceIdCluster hapType = IdWorker::ResourceIdCluster::RES_ID_APP;
string packageName = packageParser_.GetPackageName();
if (packageName == "ohos.global.systemres") {
@@ -360,4 +360,4 @@ uint32_t ResourcePack::ScanResources(const vector<string> &inputs, const string
}
}
}
}
}