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>
Fri, 31 Mar 2017 00:34:03 +0000 (17:34 -0700)
commit604e8f0da286ad016d2e1a3e1e701d9b7317228e
tree34c6ca1a0cbaa245d3ff30a8e855bff842d637cd
parent3b9e23513eafa9e92e4bbd075b431d9522ce7bae
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]