History log of /fuchsia/zircon/system/ulib/hid-parser/rules.mk
Revision Date Author Comments
# b0ee6dd6 21-Sep-2018 George Kulakowski <kulakowski@google.com>

[build] Make a number of static libraries build with -fvisibility=hidden

ZX-1895 #comment
Test: CQ

Change-Id: Id3252fcb1de5a6f6e1897da86fba92e2be9d0319


# 12766b8c 18-Feb-2018 carlos pizano <cpu@chromium.org>

[zircon] Export hid-parser

To use as a static lib in garnet via
deps = [ .. //zircon/public/lib/hid-parser", ..]

We lost the gn target here
https://fuchsia-review.googlesource.com/c/zircon/+/120540

Change-Id: I04e811d92316e8924ed12550b9cb728157dc24e9


# 88818325 26-Jan-2018 carlos pizano <cpu@chromium.org>

[zircon][hid-parse] export lib to garnet

The usual gn in zircon dance, as a static lib.

it can be used via
deps = [
"//zircon/system/ulib/hid-parser"
]

And the garnet inclued path is

Change-Id: Ifd85073fbc12cd39899b711a318d4281ce449632


# 757519a2 12-Nov-2017 Carlos Pizano <cpu@chromium.org>

[system][hid] guts of the hid parser

The code in this CL is not fully capable of
parsing, notably the output model is not
generated, but it is a good stopping point
for a first review

Thing to review
- Output model (DeviceDescriptor)
- Parsing scheme, global and local state
- Error handling

Testing
- The code manages to consume all test
reports.

Change-Id: I34da523da8437f7feac53be1341803a96feda6a5


# b1f7d54f 22-Oct-2017 Carlos Pizano <cpu@chromium.org>

[system][hid] beginnings of a hid parser

This is based in Tim K's code. This CL introduces the
basic hid report item parser with a minimal testing
harness.

Change-Id: I42bf09ea83622b369e3f5ea16ed0ca5cefbb97c7