commit | 161afb278c3a786b6d30fe1dfbad72d378042bab | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Feb 20 14:22:44 2018 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Feb 20 15:36:23 2018 -0800 |
tree | 3a59e1afeffaa58c483fc69875b0655f5d32e3d7 | |
parent | 06a088b75be66cee2b1c5c0d21bc976ea1f601f2 [diff] |
unique_ptr to pass file from Coordinator to parse Test: run_all_host_tests.sh Change-Id: Icf7ff38fa1544d8a9e68fc9869dc599a0c5d3205
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: croot hidl-gen -o output -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0::INfc.hal hidl-gen -o output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0 hidl-gen -o test -L c++ -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0 hidl-gen -L hash -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.nfc@1.0