2012-12-09 17:05:17 +08:00
|
|
|
|
|
|
|
builtin_modules += service
|
|
|
|
builtin_sources += plugins/service.c
|
|
|
|
|
|
|
|
builtin_modules += formfactor
|
|
|
|
builtin_sources += plugins/formfactor.c
|
|
|
|
|
|
|
|
builtin_modules += adaptername
|
|
|
|
builtin_sources += plugins/adaptername.c
|
|
|
|
|
2012-12-09 17:09:44 +08:00
|
|
|
builtin_modules += gatt_example
|
|
|
|
builtin_sources += plugins/gatt-example.c
|
|
|
|
|
2012-12-09 17:05:17 +08:00
|
|
|
builtin_modules += wiimote
|
|
|
|
builtin_sources += plugins/wiimote.c
|
|
|
|
|
2012-12-11 04:31:55 +08:00
|
|
|
if EXPERIMENTAL
|
2012-12-09 17:05:17 +08:00
|
|
|
builtin_modules += dbusoob
|
|
|
|
builtin_sources += plugins/dbusoob.c
|
|
|
|
|
|
|
|
builtin_modules += neard
|
|
|
|
builtin_sources += plugins/neard.c
|
2012-12-11 05:48:44 +08:00
|
|
|
|
|
|
|
builtin_modules += sap
|
|
|
|
builtin_sources += profiles/sap/main.c profiles/sap/manager.h \
|
|
|
|
profiles/sap/manager.c profiles/sap/server.h \
|
|
|
|
profiles/sap/server.c profiles/sap/sap.h \
|
|
|
|
profiles/sap/sap-dummy.c
|
|
|
|
|
|
|
|
noinst_LIBRARIES += profiles/sap/libsap.a
|
|
|
|
profiles_sap_libsap_a_SOURCES = profiles/sap/sap.h profiles/sap/sap-u8500.c
|
2012-12-09 17:05:17 +08:00
|
|
|
endif
|
2012-12-11 05:44:54 +08:00
|
|
|
|
|
|
|
builtin_modules += audio
|
|
|
|
builtin_sources += profiles/audio/main.c \
|
|
|
|
profiles/audio/manager.h profiles/audio/manager.c \
|
|
|
|
profiles/audio/control.h profiles/audio/control.c \
|
|
|
|
profiles/audio/avctp.h profiles/audio/avctp.c \
|
|
|
|
profiles/audio/avrcp.h profiles/audio/avrcp.c \
|
|
|
|
profiles/audio/device.h profiles/audio/device.c \
|
|
|
|
profiles/audio/source.h profiles/audio/source.c \
|
|
|
|
profiles/audio/sink.h profiles/audio/sink.c \
|
|
|
|
profiles/audio/a2dp.h profiles/audio/a2dp.c \
|
|
|
|
profiles/audio/avdtp.h profiles/audio/avdtp.c \
|
|
|
|
profiles/audio/media.h profiles/audio/media.c \
|
|
|
|
profiles/audio/transport.h profiles/audio/transport.c \
|
|
|
|
profiles/audio/player.h profiles/audio/player.c \
|
|
|
|
profiles/audio/a2dp-codecs.h
|
|
|
|
|
|
|
|
builtin_modules += network
|
2012-12-11 19:18:34 +08:00
|
|
|
builtin_sources += profiles/network/manager.h profiles/network/manager.c \
|
2012-12-11 05:44:54 +08:00
|
|
|
profiles/network/common.h profiles/network/common.c \
|
|
|
|
profiles/network/server.h profiles/network/server.c \
|
|
|
|
profiles/network/connection.h \
|
|
|
|
profiles/network/connection.c
|
|
|
|
|
|
|
|
builtin_modules += input
|
2012-12-11 17:08:57 +08:00
|
|
|
builtin_sources += profiles/input/manager.h profiles/input/manager.c \
|
2012-12-11 05:44:54 +08:00
|
|
|
profiles/input/server.h profiles/input/server.c \
|
|
|
|
profiles/input/device.h profiles/input/device.c
|
|
|
|
|
|
|
|
builtin_modules += hog
|
|
|
|
builtin_sources += profiles/input/hog_manager.c profiles/input/hog_device.h \
|
|
|
|
profiles/input/hog_device.c profiles/input/uhid_copy.h \
|
|
|
|
profiles/input/suspend.h profiles/input/suspend-dummy.c
|
|
|
|
|
|
|
|
builtin_modules += health
|
|
|
|
builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
|
|
|
|
profiles/health/mcap.h profiles/health/mcap.c \
|
|
|
|
profiles/health/mcap_sync.c \
|
|
|
|
profiles/health/hdp_main.c profiles/health/hdp_types.h \
|
|
|
|
profiles/health/hdp_manager.h \
|
|
|
|
profiles/health/hdp_manager.c \
|
|
|
|
profiles/health/hdp.h profiles/health/hdp.c \
|
|
|
|
profiles/health/hdp_util.h profiles/health/hdp_util.c
|
|
|
|
|
|
|
|
builtin_modules += thermometer
|
|
|
|
builtin_sources += profiles/thermometer/main.c \
|
|
|
|
profiles/thermometer/manager.h \
|
|
|
|
profiles/thermometer/manager.c \
|
|
|
|
profiles/thermometer/thermometer.h \
|
|
|
|
profiles/thermometer/thermometer.c
|
|
|
|
|
|
|
|
builtin_modules += alert
|
|
|
|
builtin_sources += profiles/alert/main.c profiles/alert/server.h \
|
|
|
|
profiles/alert/server.c profiles/alert/manager.h \
|
|
|
|
profiles/alert/manager.c
|
|
|
|
|
|
|
|
builtin_modules += time
|
|
|
|
builtin_sources += profiles/time/main.c profiles/time/server.h \
|
|
|
|
profiles/time/server.c profiles/time/manager.c \
|
|
|
|
profiles/time/manager.h
|
|
|
|
|
|
|
|
builtin_modules += proximity
|
|
|
|
builtin_sources += profiles/proximity/main.c profiles/proximity/manager.h \
|
|
|
|
profiles/proximity/manager.c \
|
|
|
|
profiles/proximity/monitor.h \
|
|
|
|
profiles/proximity/monitor.c \
|
|
|
|
profiles/proximity/reporter.h \
|
|
|
|
profiles/proximity/reporter.c \
|
|
|
|
profiles/proximity/linkloss.h \
|
|
|
|
profiles/proximity/linkloss.c \
|
|
|
|
profiles/proximity/immalert.h \
|
|
|
|
profiles/proximity/immalert.c
|
|
|
|
|
|
|
|
builtin_modules += deviceinfo
|
|
|
|
builtin_sources += profiles/deviceinfo/main.c \
|
|
|
|
profiles/deviceinfo/manager.h \
|
|
|
|
profiles/deviceinfo/manager.c \
|
|
|
|
profiles/deviceinfo/deviceinfo.h \
|
|
|
|
profiles/deviceinfo/deviceinfo.c
|
|
|
|
|
|
|
|
builtin_modules += gatt
|
|
|
|
builtin_sources += profiles/gatt/main.c profiles/gatt/manager.h \
|
|
|
|
profiles/gatt/manager.c profiles/gatt/gas.h \
|
|
|
|
profiles/gatt/gas.c
|
|
|
|
|
|
|
|
builtin_modules += scanparam
|
|
|
|
builtin_sources += profiles/scanparam/main.c \
|
|
|
|
profiles/scanparam/manager.h \
|
|
|
|
profiles/scanparam/manager.c \
|
|
|
|
profiles/scanparam/scan.h profiles/scanparam/scan.c
|
|
|
|
|
|
|
|
builtin_modules += heartrate
|
|
|
|
builtin_sources += profiles/heartrate/main.c \
|
|
|
|
profiles/heartrate/manager.c \
|
|
|
|
profiles/heartrate/manager.h \
|
|
|
|
profiles/heartrate/heartrate.c \
|
|
|
|
profiles/heartrate/heartrate.h
|
|
|
|
|
|
|
|
builtin_modules += cyclingspeed
|
|
|
|
builtin_sources += profiles/cyclingspeed/cyclingspeed.c
|