summaryrefslogtreecommitdiff
path: root/location/Component.cdef
diff options
context:
space:
mode:
Diffstat (limited to 'location/Component.cdef')
-rw-r--r--location/Component.cdef28
1 files changed, 28 insertions, 0 deletions
diff --git a/location/Component.cdef b/location/Component.cdef
new file mode 100644
index 0000000..7907352
--- /dev/null
+++ b/location/Component.cdef
@@ -0,0 +1,28 @@
+cflags:
+{
+ -std=c99
+ -I$BRNKL_ROOT/apps/util
+}
+
+requires:
+{
+ api:
+ {
+ le_posCtrl = ${LEGATO_ROOT}/interfaces/positioning/le_posCtrl.api
+ le_pos = ${LEGATO_ROOT}/interfaces/positioning/le_pos.api
+ }
+}
+
+provides:
+{
+ api:
+ {
+ $CURDIR/../brnkl_gps.api
+ }
+}
+
+sources:
+{
+ location.c
+ $BRNKL_ROOT/apps/util/util.c
+}