!10473 适配permission配置文件的修改

Merge pull request !10473 from fanjiaojiao/master
This commit is contained in:
openharmony_ci 2024-04-10 02:31:57 +00:00 committed by Gitee
commit 3536220960
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -308,7 +308,7 @@ function getDeclareValue(declareValue) {
exports.getDeclareValue = getDeclareValue; exports.getDeclareValue = getDeclareValue;
const systemPermissionFile = path.resolve(__dirname, '../../../../../', const systemPermissionFile = path.resolve(__dirname, '../../../../../',
'base/global/system_resources/systemres/main/config.json'); 'base/global/system_resources/systemres/main/module.json');
exports.systemPermissionFile = systemPermissionFile; exports.systemPermissionFile = systemPermissionFile;