OSDN Git Service

L2CAP: Add L2CAP Module
authorJack He <siyuanh@google.com>
Wed, 31 Jul 2019 22:44:05 +0000 (15:44 -0700)
committerHansong Zhang <hsz@google.com>
Thu, 1 Aug 2019 01:07:22 +0000 (18:07 -0700)
commitfcb2bbfa7629e0bf58c6c51ae87de020fa62ff0e
tree569eea2988d23630ec3918874eeacf5c15c96368
parent8074a57ca92c0fcfdeaf638bee3e589e29e61898
L2CAP: Add L2CAP Module

* Add an empty L2CAP module
* Add facades for L2CAP module
* Add cert facades for L2CAP module
* Add SimpleL2CapTest to run_cert.sh

Test: cert/run_cert.h
Change-Id: I00b3fe1bfb6e72dbbf1ca441ceed7dd4d62afb26
16 files changed:
gd/Android.bp
gd/cert/cert_testcases
gd/cert/gd_cert_device.py
gd/cert/gd_device.py
gd/cert/grpc_root_server.cc
gd/facade/grpc_root_server.cc
gd/l2cap/Android.bp
gd/l2cap/cert/api.proto [new file with mode: 0644]
gd/l2cap/cert/cert.cc [new file with mode: 0644]
gd/l2cap/cert/cert.h [new file with mode: 0644]
gd/l2cap/cert/simple_l2cap_test.py [new file with mode: 0644]
gd/l2cap/facade.cc [new file with mode: 0644]
gd/l2cap/facade.h [new file with mode: 0644]
gd/l2cap/facade.proto [new file with mode: 0644]
gd/l2cap/l2cap_layer.cc [new file with mode: 0644]
gd/l2cap/l2cap_layer.h [new file with mode: 0644]