Yifan Hong
4bc69c918f
Bp/nFoo -> Bp/nHwFoo
...
Bug: 33554989
Test: hidl_test
Change-Id: I748181e9eaf5b78318054b9fd99ac1a43d00498a
2017-01-11 13:04:15 -08:00
Amit Mahajan
24162d9dce
Use backward compatible enum values. am: 2ab1a10678
am: 790e6d6fe0
am: 04dd3d3021
...
am: 9ad3abe72c
Change-Id: I7c8d55139e21ab4dad2033cee46a1930abe427fc
2017-01-11 03:13:36 +00:00
Amit Mahajan
2ab1a10678
Use backward compatible enum values.
...
Test: none
Bug: 32020264
Change-Id: I4a9da7650c959de590ceea84f24a0918f32edbdb
2017-01-10 17:17:07 -08:00
Yifan Hong
10ac9b44f5
Bp/n/sFoo -> Bp/n/sHwFoo
...
Bug: 33554989
Test: hidl_test
Change-Id: I748181e9eaf5b78318054b9fd99ac1a43d00498a
2017-01-10 16:01:46 -08:00
Yuexi Ma
689c6fb1b5
vts files for radio hal
...
Test: mma
Change-Id: I8bce0b3ce4874442638e4967b4b88fcd60497729
2017-01-09 13:04:12 -08:00
Amit Mahajan
347f07b5de
Change list of applications in CardStatus from array to vec.
...
Test: none
Bug: 32020264
Change-Id: I39420333cd07126904f170487de4d45d630e3c26
2017-01-04 16:52:34 -08:00
Sanket Padawe
c13c371b45
Minor changes to telephony error codes in types.hal
...
Test: Basic build test.
Change-Id: I26227551794729d6643ec63d4a39bc0090240a52
2017-01-02 23:45:22 -08:00
Amit Mahajan
d7c7e641ef
Minor fixes in IRadioIndication.hal
...
Test: none
Bug: 32020264
Change-Id: Ib8540a444c4b98ff033a8e2c519dd25e9b853c57
2016-12-29 15:32:09 -08:00
Sanket Padawe
865834e4d4
Clean up some fields and APIs in telephony HIDL interface.
...
Bug: 32020264
Test: Basic build test.
Change-Id: I1493d5b26ef678be14e71db7d6f93a9bfad52980
2016-12-28 16:04:10 -08:00
Amit Mahajan
fff290faa0
Minor updates to ISap hal.
...
Test: none
Bug: 32020264
Change-Id: I1cfb21cb4e30e71de6418aaaa9e13d8b2746d7b7
2016-12-27 10:44:59 -08:00
Sanket Padawe
441f2fda32
Merge "Add new RadioError in telephony hidl interface."
2016-12-14 20:03:51 +00:00
Yifan Hong
b85d8763c7
Update makefiles for Java package path.
...
use V1_0 instead of 1.0.
Bug: 33554192
Test: hidl_test_java
Change-Id: Ic2d95265df10914a60a5bb743d75e839948838c3
2016-12-13 18:06:24 -08:00
Sanket Padawe
c284e2768d
Add new RadioError in telephony hidl interface.
...
Bug: 32020264
Test: no test
Change-Id: Ia41c9aa84cb8799394fa70e9a444ba58361121be
2016-12-13 11:22:32 -08:00
Sanket Padawe
1a7eae777b
Add missing function to telephony HIDL interface.
...
+ fix some comments as per specs.
Test: No test
Bug: 32020264
Change-Id: If8e83a7465e608e28f7e149025da5ede30924602
2016-12-07 14:40:03 -08:00
Yifan Hong
e19e582bd5
Update makefiles for hidlizing IBase.
...
A new dependency android.hidl.base@1.0 is added for
all projects.
Also updated Android.mk for NFC hal (for java constants)
Test: mma
Change-Id: Ia70d0eb0d74de06475a339698386d383d491a43a
2016-12-03 01:08:59 -08:00
Steven Moreland
3e3a0998e0
Update makefiles for logging.
...
Bug: 32943424
Test: hidl_test
Change-Id: I86dc81935912861073497c07696378895a25f9ee
2016-11-21 16:19:57 -08:00
Yifan Hong
63544eacb6
Split libhidl into base and transport.
...
Bug: 32756130
Test: mma
Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
2016-11-18 09:52:57 -08:00
Sanket Padawe
d5e70d7f63
Merge "Add a missing RIL request in iRadio.hal"
2016-11-18 01:33:10 +00:00
Sanket Padawe
f6e345ac01
Add a missing RIL request in iRadio.hal
...
Test: no test
Bug: 32020264
Change-Id: I5b1584e5451c4c04e0a2902791140c4e7bd95549
2016-11-17 15:28:31 -08:00
Treehugger Robot
d91322ea43
Merge "Extend Telephony HIDL interface to include unsolicited RIL commands."
2016-11-09 23:58:36 +00:00
Sanket Padawe
a08c29cbf9
Extend Telephony HIDL interface to include unsolicited RIL commands.
...
Bug:32020264
Test: No test, only interface.
Change-Id: I242cfd3cffb43531025da37d079d7a68b55d7ca3
2016-11-09 14:21:31 -08:00
Colin Cross
8f084e00d6
Support genrules with multiple tools
...
To allow genrules with more than one tool, rename the tool property to
tools and make it an array, replace $tool with $(location <label>),
and use $() for other variables for consistency.
Bug: 31948427
Test: compare build.ninja
Change-Id: I3d714f70a2af0dc60faeee10e09b6ed166601f1d
(cherry picked from commit b785f5b82e
)
2016-11-07 10:54:59 -08:00
Sanket Padawe
37c96a54e5
Merge "Extend HIDL interface for Radio (RIL)."
2016-11-04 17:34:37 +00:00
Sanket Padawe
d52335cb64
Extend HIDL interface for Radio (RIL).
...
+ All remaining solicited requests to radio covered.
Test: No test for the interface.
Bug: 32020264
Change-Id: I1ee21c01ec9676919a0e88dadc3be2e21a3459a5
2016-11-03 16:46:32 -07:00
Steven Moreland
7982058699
Running update-makefiles for fixed spacing.
...
Test: pass
Change-Id: I4dcaf70b1c014f3ecf685d4884601be6f17ee51d
2016-11-01 20:06:29 +00:00
Amit Mahajan
ed12ec86ee
Initial version of BT SAP hal.
...
Test: No build issues. Interface only; nothing to test yet.
Bug: 32020264
Change-Id: I8ed46b5e39c37a9efe1593206f782a591f47c9b7
2016-10-28 12:21:31 -07:00
Sanket Padawe
76372496a7
Develop HIDL interface for radio (RIL).
...
Test: Only built the hidl interface as there isn't anything else to test.
Bug: 32020264
Change-Id: Ibf62feb9c562992cffb9ba6d1ec85a7e9c22f359
2016-10-27 13:20:49 -07:00
Steven Moreland
ce9779412a
Update headers (for export shared lib headers)
...
Test: mma -j64
Bug: 32337293
Change-Id: I93e7cab90efac407525a1a5f2ad30f816a530e17
2016-10-22 00:28:00 +00:00
Amit Mahajan
4cb7b84aba
Initial version of radio hal
...
Test: No build issues. Unused interface; nothing to test yet.
Bug: 32020264
Change-Id: Ie57eb43b777dadbc0b0350f2e33227be3f1d65f1
2016-10-10 14:36:50 -07:00