first commit
[scm/bb/meta-tizen.git] / recipes-tizen / bluetooth-agent / bluetooth-agent.inc
1 DESCRIPTION = "Bluetooth agent packages that support various external profiles"
2 HOMEPAGE = "http://nohomepage.org"
3 SECTION = "Network & Connectivity/Bluetooth"
4 LICENSE = "Apache-2.0"
5
6 PROVIDES = ""
7
8 PACKAGES = ""
9 PACKAGES += "bluetooth-agent"
10
11 bluetooth-agent_files = ""
12 bluetooth-agent_files += "bluetooth-agent.manifest"
13 bluetooth-agent_files += "/usr/bin/bluetooth-map-agent"
14 bluetooth-agent_files += "/usr/bin/bluetooth-pb-agent"
15 bluetooth-agent_files += "/usr/bin/bluetooth-hfp-agent"
16 bluetooth-agent_files += "/usr/share/dbus-1/system-services/org.bluez.pb_agent.service"
17 bluetooth-agent_files += "/usr/share/dbus-1/services/org.bluez.map_agent.service"
18 bluetooth-agent_files += "/usr/share/dbus-1/system-services/org.bluez.hfp_agent.service"
19
20 FILES_${PN} = "${bluetooth-agent_files}"
21
22 PKG_bluetooth-agent= "bluetooth-agent"
23
24 SRC_URI = ""
25
26 inherit tizenBuildUtils
27
28 S = "${WORKDIR}/git"
29
30 require bluetooth-agent-rdepends.inc
31 require bluetooth-agent-depends.inc
32 require bluetooth-agent-extraconf.inc