1{
2    "process": "nfc_service",
3    "systemability": [
4        {
5            "name": 1140,
6            "libpath": "libnfc_service.z.so",
7            "run-on-create": false,
8            "auto-restart": true,
9            "distributed": false,
10            "dump_level": 1,
11            "start-on-demand":{
12                "commonevent":[
13                    {
14                        "name":"usual.event.USER_UNLOCKED",
15                        "conditions":[
16                            {
17                                "eventId":"param",
18                                "name":"persist.nfc.switch.state",
19                                "value":"3"
20                            }
21                        ]
22                    }
23                ]
24            }
25        }
26    ]
27}