1{
2    "header": "app_mgmt_port_consts.h",
3    "constants":[
4        {
5            "name": "SHUTDOWN_PORT",
6            "value": "com.android.trusty.appmgmt.portstartsrv.shutdown",
7            "type": "port"
8        },
9        {
10            "name": "CTRL_PORT",
11            "value": "com.android.trusty.appmgmt.portstartsrv.ctrl",
12            "type": "port"
13        },
14        {
15            "name": "START_PORT",
16            "value": "com.android.trusty.appmgmt.portstartsrv",
17            "type": "port"
18        },
19        {
20            "name": "START_FAIL_PORT",
21            "value": "com.android.trusty.appmgmt.portstartfailsrv",
22            "type": "port"
23        },
24        {
25            "name": "RESTART_PORT",
26            "value": "com.android.trusty.appmgmt.restartsrv",
27            "type": "port"
28        },
29        {
30            "name": "NEVER_START_PORT",
31            "value": "com.android.trusty.appmgmt.neverstartsrv",
32            "type": "port"
33        },
34        {
35            "name": "BOOT_START_PORT",
36            "value": "com.android.trusty.appmgmt.bootstartsrv",
37            "type": "port"
38        },
39        {
40            "name": "PORT_WAITER_PORT",
41            "value": "com.android.trusty.appmgmt.portwaitersrv",
42            "type": "port"
43        }
44    ]
45}
46