diff options
author | Ramakant Singh <ramaka@codeaurora.org> | 2017-08-08 18:01:24 +0530 |
---|---|---|
committer | Ramakant Singh <ramaka@codeaurora.org> | 2017-08-08 18:01:24 +0530 |
commit | 8806c12f59282554ec7517bfd037035f62762d4b (patch) | |
tree | fd4ed4ef995395d507caecfe1ecd60843771da99 /manifest.xml | |
parent | c0c157b77285414337915db169251e1dea19090a (diff) |
Display: Add entry for postproc
Change-Id: Idb6d9294be7a8a2c0ad28d50dfb8d8ae63803133
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 5030656..346c47b 100644 --- a/manifest.xml +++ b/manifest.xml @@ -121,6 +121,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </interface> </hal> <hal format="hidl"> + <name>vendor.display.postproc</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>IDisplayPostproc</name> + <instance>default</instance> + </interface> + </hal> + <hal format="hidl"> <name>android.hardware.configstore</name> <transport>hwbinder</transport> <version>1.0</version> |