-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest-armv7hf.json
44 lines (44 loc) · 1.21 KB
/
manifest-armv7hf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"schemaVersion": "1.3",
"acapPackageConf": {
"setup": {
"friendlyName": "ACAP Runtime",
"appId": "414174",
"appName": "acapruntime",
"vendor": "Axis Communications",
"embeddedSdkVersion": "3.0",
"user": {
"group": "sdk",
"username": "sdk"
},
"vendorUrl": "https://www.axis.com",
"runMode": "once",
"runOptions": "-o",
"version": "1.3.1"
},
"configuration": {
"paramConfig": [
{
"name": "Verbose",
"default": "no",
"type": "enum:no|No, yes|Yes"
},
{
"name": "ChipId",
"default": "4",
"type": "string"
},
{
"name": "IpPort",
"default": "0",
"type": "string"
},
{
"name": "UseTLS",
"default": "yes",
"type": "enum:no|No, yes|Yes"
}
]
}
}
}