• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "jobs" : [{
3            "name" : "post-fs-data",
4            "cmds" : [
5                "mkdir /data/nfc",
6                "start nfc_service"
7            ]
8        }
9    ],
10    "services" : [{
11            "name" : "nfc_service",
12            "path" : ["/system/bin/sa_main", "/system/profile/nfc_service.xml"],
13            "uid" : "nfc",
14            "gid" : ["nfc", "shell"],
15            "caps" : ["CAP_NET_BIND_SERVICE", "CAP_NET_RAW"]
16        }
17    ]
18}
19