blob: 67b7eadecc835834a3c2f7f7bccdd75e5591341a [file] [log] [blame]
#Basic Configuration
DESCRIPTION = "This module is a sensorhal test library."
LICENSE = "MediaTekProprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e1696b147d49d491bcb4da1a57173fff"
DEPENDS += "sensorhal systemd"
inherit workonsrc
WORKONSRC = "${TOPDIR}/../src/navigation/sensor/sensorhaltest"
do_install() {
oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install
}
inherit autotools