Introduce cne server and apiservice hal

Replace protobuf over socket with hidl.

Bug: 38043081
Bug: 37153322

Change-Id: I9884386a8d66f1abd5a1a37ec7c6ff8fcccde33f
This commit is contained in:
Jayachandran C
2017-06-07 09:51:28 -07:00
committed by Thierry Strudel
parent 25591f24ea
commit 8466d682ec

View File

@@ -372,4 +372,24 @@
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>com.quicinc.cne.server</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
<interface>
<name>IServer</name>
<instance>cnd</instance>
</interface>
</hal>
<hal format="hidl">
<name>com.quicinc.cne.api</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
<interface>
<name>IApiService</name>
<instance>cnd</instance>
</interface>
</hal>
</manifest>