commit | 4b0214d0fdeb1aeb63aba0c8a17ba031fb7d6fcf | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Dec 07 14:57:57 2016 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Dec 07 14:57:57 2016 -0800 |
tree | 0cead56adc1538d1b838d6697995332528027de9 | |
parent | 763a1940898a3eb887fcb1da0e96a10d224f2ffc [diff] |
hidl_test: fix test names. Test: compiles Change-Id: Ib76d6b0fdcb476e50810ba14101de6fb730a6015
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