1{ 2 "jobs" : [{ 3 "name" : "post-fs-data", 4 "cmds" : [ 5 "mkdir /data/nfc" 6 ] 7 } 8 ], 9 "services" : [{ 10 "name" : "nfc_service", 11 "path" : ["/system/bin/sa_main", "/system/profile/nfc_service.json"], 12 "ondemand" : true, 13 "uid" : "nfc", 14 "gid" : ["nfc", "shell"], 15 "secon" : "u:r:nfc_service:s0", 16 "caps" : ["CAP_NET_BIND_SERVICE", "CAP_NET_RAW"], 17 "apl" : "system_basic", 18 "permission" : [ 19 "ohos.permission.VIBRATE", 20 "ohos.permission.MANAGE_SECURE_SETTINGS", 21 "ohos.permission.RUNNING_STATE_OBSERVER", 22 "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 23 "ohos.permission.ABILITY_BACKGROUND_COMMUNICATION" 24 ] 25 } 26 ] 27} 28