commit | 575cfeccda340c388cfb199784978561e0ee6536 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Wed Aug 31 06:12:50 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 31 06:12:51 2016 +0000 |
tree | 2dbcebf686d95e4eaaba69670c34d3f39d94dca1 | |
parent | 0d68bf591ac9d9200f604cc9c5c2acdc9d04f55a [diff] | |
parent | 4078631353d6d34db21c890d1870e796eca6ea38 [diff] |
Merge "Split 'IFoo' into 'IFoo' and 'IHwFoo'"
croot make hidl-gen
hidl-gen -o output-path -L language (-r interface-root) fqname output-path: directory to store the output files. language: output file for given language. e.g.c++, vts.. fqname: fully qualified name of the input files. For singe file input, follow the format: package@version::fileName For directory input, follow the format: package@version interface-root(optional): prefix and root path for fqname. If not set, use the default prefix: android.hardware and default root path defined in $TOP. examples: hidl-gen -o output -L c++ android.hardware.nfc@1.0::INfc.hal hidl-gen -o output -L vts android.hardware.nfc@1.0 hidl-gen -o test -L c++ -r android.hardware:/home/android/master/hardware/interfaces android.hardware.nfc@1.0