OSDN Git Service

Cert: Move Read local MAC address to a special server
authorHansong Zhang <hsz@google.com>
Thu, 29 Aug 2019 21:27:11 +0000 (14:27 -0700)
committerHansong Zhang <hsz@google.com>
Thu, 29 Aug 2019 22:05:33 +0000 (15:05 -0700)
commite0a997f180f98b02e10932165e5c7e3ee48a387a
treeb721741d14b7f984e50e5506a5ff762232ce9657
parent6ef57712c8b326d5bde588f4282954765cc88525
Cert: Move Read local MAC address to a special server

Reading local MAC address will be used in all tests. Currently only HCI
facade exposes this API. Instead we should move it to another server and
let all tests be able to use it.

Test: cert/run_cert.sh
Change-Id: Id2a17476670a4c56ff1a5f2d7edfd95dba126285
16 files changed:
gd/Android.bp
gd/cert/gd_cert_device.py
gd/cert/gd_device.py
gd/cert/grpc_root_server.cc
gd/cert/read_only_property_server.cc [new file with mode: 0644]
gd/cert/read_only_property_server.h [new file with mode: 0644]
gd/cert/rootservice.proto
gd/facade/grpc_root_server.cc
gd/facade/read_only_property_server.cc [new file with mode: 0644]
gd/facade/read_only_property_server.h [new file with mode: 0644]
gd/facade/rootservice.proto
gd/hci/cert/api.proto
gd/hci/cert/cert.cc
gd/hci/cert/simple_hci_test.py
gd/hci/facade.cc
gd/hci/facade.proto