mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
Merge branch 'master' of gitee.com:openharmony/developtools_syscap_codec
This commit is contained in:
@@ -351,6 +351,7 @@ typedef enum SystemCapabilityNum {
|
||||
SECURITY_SCREENLOCKFILEMANAGER,
|
||||
COMMUNICATION_NETMANAGER_NETFIREWALL,
|
||||
CUSTOMIZATION_CUSTOMCONFIG,
|
||||
ABILITY_APPEXTENSION_PHOTOEDITOREXTENSION,
|
||||
// Add before here
|
||||
SYSCAP_BASIC_END = 500,
|
||||
} SyscapNum;
|
||||
@@ -685,6 +686,7 @@ const static SyscapWithNum g_arraySyscap[] = {
|
||||
{"SystemCapability.Security.ScreenLockFileManager", SECURITY_SCREENLOCKFILEMANAGER},
|
||||
{"SystemCapability.Communication.NetManager.Netfirewall", COMMUNICATION_NETMANAGER_NETFIREWALL},
|
||||
{"SystemCapability.Customization.CustomConfig", CUSTOMIZATION_CUSTOMCONFIG},
|
||||
{"SystemCapability.Ability.AppExtension.PhotoEditorExtension", ABILITY_APPEXTENSION_PHOTOEDITOREXTENSION},
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -393,6 +393,7 @@ class LoadBuildConfig(object):
|
||||
raise Exception
|
||||
self._parts_info_dict = {
|
||||
key: value for key, value in self._parts_info_dict.items() if key in save_part}
|
||||
|
||||
def _merge_build_config(self):
|
||||
_build_files = self._build_info.get('build_files')
|
||||
is_thirdparty_subsystem = False
|
||||
|
||||
Reference in New Issue
Block a user