-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
70 lines (68 loc) · 1.83 KB
/
snapcraft.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: awalwm2m-snap
version: 1.0-1
architectures: [ amd64 armhf ]
summary: the git version of AwaLWM2M
description: See $summary
grade: devel
confinement: devmode
apps:
awa-clientd:
command: awa_clientd
plugs: [network, network-bind]
awa-serverd:
command: awa_serverd
plugs: [network, network-bind]
awa-bootstrapd:
command: awa_bootstrapd
plugs: [network, network-bind]
awa-server-define:
command: awa-server-define
plugs: [network, network-bind]
awa-client-define:
command: awa-client-define
plugs: [network, network-bind]
awa-client-delete:
command: awa-client-delete
plugs: [network, network-bind]
awa-client-set:
command: awa-client-set
plugs: [network, network-bind]
awa-client-get:
command: awa-client-get
plugs: [network, network-bind]
awa-client-explore:
command: awa-client-explore
plugs: [network, network-bind]
awa-client-subscribe:
command: awa-client-subscribe
plugs: [network, network-bind]
awa-server-explore:
command: awa-server-explore
plugs: [network, network-bind]
awa-server-list-clients:
command: awa-server-list-clients
plugs: [network, network-bind]
awa-server-read:
command: awa-server-read
plugs: [network, network-bind]
awa-server-write:
command: awa-server-write
plugs: [network, network-bind]
awa-server-delete:
command: awa-server-delete
plugs: [network, network-bind]
awa-server-execute:
command: awa-server-execute
plugs: [network, network-bind]
awa-server-write-attributes:
command: awa-server-write-attributes
plugs: [network, network-bind]
awa-server-observe:
command: awa-server-observe
plugs: [network, network-bind]
parts:
awalwm2m:
plugin: cmake
source: https://github.com/FlowM2M/AwaLWM2M.git
configflags:
- -DBUILD_TESTS=OFF