OSDN Git Service

Test for getHashChain() in IBase.
authorYifan Hong <elsk@google.com>
Wed, 29 Mar 2017 22:46:12 +0000 (15:46 -0700)
committerYifan Hong <elsk@google.com>
Mon, 3 Apr 2017 19:23:21 +0000 (12:23 -0700)
commit80471b04b08881341cd4981c8b47d80b7d23ce02
tree35fca7b5acd2c43a47b7d0fd2b436c11263d423d
parentf23752f82ebe7e2c63c22fe0d10c9d46452d3425
Test for getHashChain() in IBase.

Each interface has a getHashChain() method that
returns the hash of all .hal files from the rtti
of the interface up to IBase.

Test: hidl_test

Bug: 36602587
Change-Id: I53a79ba69edd109f169c37dbe0fd10e302eb929c
tests/Android.bp
tests/hash/1.0/Android.bp [new file with mode: 0644]
tests/hash/1.0/Android.mk [new file with mode: 0644]
tests/hash/1.0/IHash.hal [new file with mode: 0644]
tests/hash/1.0/default/Android.bp [new file with mode: 0644]
tests/hash/1.0/default/Hash.cpp [new file with mode: 0644]
tests/hash/1.0/default/Hash.h [new file with mode: 0644]