linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/8] Buiding Andtroid HAL lib and haltester on Linux
@ 2013-10-17  8:47 Szymon Janc
  2013-10-17  8:47 ` [RFC 1/8] android: Import Android HAL headers Szymon Janc
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Szymon Janc @ 2013-10-17  8:47 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Hi,

This is first attempt to make all code buildable on Linux.
This includes:
 - import of needed Android HAL headers (with minor changes)
 - stubbing some Android specific code
 - some build fixes

Comments are welcome.

-- 
BR
Szymon Janc

Szymon Janc (8):
  android: Import Android HAL headers
  build: Add haltest command line tester
  android: Fix haltest build on Linux
  android: Fix build of HAL library on Linux
  android: Fix missing include in HAL library
  android: Fix missing include in HAL library
  gitignore: Add android/haltest
  build: Add missing android files to EXTRA_DIST

 .gitignore                        |   1 +
 Makefile.android                  |  56 ++++-
 android/android_compat.h          |  33 +++
 android/client/hwmodule.c         |  27 +++
 android/hal_bluetooth.c           |   5 +
 android/hal_bt_sock.c             |   6 +
 android/hardware/bluetooth.h      | 468 ++++++++++++++++++++++++++++++++++++++
 android/hardware/bt_av.h          |  90 ++++++++
 android/hardware/bt_gatt.h        |  61 +++++
 android/hardware/bt_gatt_client.h | 275 ++++++++++++++++++++++
 android/hardware/bt_gatt_server.h | 175 ++++++++++++++
 android/hardware/bt_gatt_types.h  |  48 ++++
 android/hardware/bt_hf.h          | 284 +++++++++++++++++++++++
 android/hardware/bt_hh.h          | 179 +++++++++++++++
 android/hardware/bt_hl.h          | 123 ++++++++++
 android/hardware/bt_pan.h         |  87 +++++++
 android/hardware/bt_rc.h          | 234 +++++++++++++++++++
 android/hardware/bt_sock.h        |  58 +++++
 android/hardware/hardware.h       | 232 +++++++++++++++++++
 19 files changed, 2441 insertions(+), 1 deletion(-)
 create mode 100644 android/android_compat.h
 create mode 100644 android/client/hwmodule.c
 create mode 100644 android/hardware/bluetooth.h
 create mode 100644 android/hardware/bt_av.h
 create mode 100644 android/hardware/bt_gatt.h
 create mode 100644 android/hardware/bt_gatt_client.h
 create mode 100644 android/hardware/bt_gatt_server.h
 create mode 100644 android/hardware/bt_gatt_types.h
 create mode 100644 android/hardware/bt_hf.h
 create mode 100644 android/hardware/bt_hh.h
 create mode 100644 android/hardware/bt_hl.h
 create mode 100644 android/hardware/bt_pan.h
 create mode 100644 android/hardware/bt_rc.h
 create mode 100644 android/hardware/bt_sock.h
 create mode 100644 android/hardware/hardware.h

-- 
1.8.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-10-17  9:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17  8:47 [RFC 0/8] Buiding Andtroid HAL lib and haltester on Linux Szymon Janc
2013-10-17  8:47 ` [RFC 1/8] android: Import Android HAL headers Szymon Janc
2013-10-17  9:05   ` Andrei Emeltchenko
2013-10-17  8:47 ` [RFC 2/8] build: Add haltest command line tester Szymon Janc
2013-10-17  9:01   ` Andrei Emeltchenko
2013-10-17  8:47 ` [RFC 3/8] android: Fix haltest build on Linux Szymon Janc
2013-10-17  8:47 ` [RFC 4/8] android: Fix build of HAL library " Szymon Janc
2013-10-17  8:47 ` [RFC 5/8] android: Fix missing include in HAL library Szymon Janc
2013-10-17  8:47 ` [RFC 6/8] " Szymon Janc
2013-10-17  8:47 ` [RFC 7/8] gitignore: Add android/haltest Szymon Janc
2013-10-17  8:47 ` [RFC 8/8] build: Add missing android files to EXTRA_DIST Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).