W3C Telephony implementation
authorZoltan Kis <zoltan.kis@intel.com>
Fri, 19 Sep 2014 19:18:02 +0000 (22:18 +0300)
committerZoltan Kis <zoltan.kis@intel.com>
Thu, 2 Oct 2014 18:21:13 +0000 (21:21 +0300)
commit9f6ca70e122a32fd6c383b2466ab5495b7940a84
treeaaf3972edabf3d905f38bba9adc459c28c8f15c3
parent32c094912160e4f396b5471e470d494137eabcb4
W3C Telephony implementation

Implements the latest W3C Telephony API specification found at http://telephony.sysapps.org/
Requires the oFono telephony middleware and the BlueZ Bluetooth middleware for working with paired phones.

BUG=XWALK-1419
12 files changed:
examples/telephony_test.html [new file with mode: 0644]
telephony/README.md [new file with mode: 0644]
telephony/telephony.gyp [new file with mode: 0644]
telephony/telephony_api.js [new file with mode: 0644]
telephony/telephony_backend_ofono.cc [new file with mode: 0644]
telephony/telephony_backend_ofono.h [new file with mode: 0644]
telephony/telephony_extension.cc [new file with mode: 0644]
telephony/telephony_extension.h [new file with mode: 0644]
telephony/telephony_instance.cc [new file with mode: 0644]
telephony/telephony_instance.h [new file with mode: 0644]
telephony/telephony_logging.h [new file with mode: 0644]
tizen-wrt.gyp