summaryrefslogtreecommitdiff
path: root/snapcraft.yaml
blob: 90eb5e8cb553a2263c24354d52980851724e0188 (plain)
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
name: bluez-tests
version: 1
summary: Set of utilities that are not production ready yet help in testing
description: |
  This snap contains a set of utilities that are not production ready however
  at the same time help in testing Bluetooth on Ubuntu Core
  Please find the source code at https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/bluez-tests
confinement: strict
grade: stable

plugs:
  client:
      interface: bluez

apps:
  simple-obex-agent:
    command: "bin/simple-obex-agent"
    plugs: [client]
    aliases:
      - simple-obex-agent

parts:
  simple-obex-agent:
    source: bin/
    plugin: dump
    organize:
      simple-obex-agent: bin/simple-obex-agent
  python-deps:
    plugin: python