OSDN Git Service

create minimal HAL for NETD
authorNiranjan Pendharkar <npendhar@codeaurora.org>
Mon, 17 Jul 2017 21:51:43 +0000 (14:51 -0700)
committerSteven Moreland <smoreland@google.com>
Tue, 18 Jul 2017 19:31:40 +0000 (19:31 +0000)
commita260b85f114e181fccbca48ef9270cc4d95d0d56
treeb31defad98d28cabd53599d4dd4cb02c62d52bb9
parent13e5d8a98e919e5638f681f38550eddcaf890937
create minimal HAL for NETD

Minimalistic HAL interface to detect netd restarts.
Interface for oem network create and destroy.
VTS for create and destroy oem network.

Test: Manual, compiled on sailfish
Bug: 36682246
Change-Id: I45d53f90ff2e868a98d2698d8a64048013d268ea
Android.bp [new file with mode: 0644]
net/Android.bp [new file with mode: 0644]
net/netd/1.0/Android.bp [new file with mode: 0644]
net/netd/1.0/INetd.hal [new file with mode: 0644]
net/netd/1.0/vts/functional/Android.bp [new file with mode: 0644]
net/netd/1.0/vts/functional/VtsHalNetNetdV1_0TargetTest.cpp [new file with mode: 0644]