diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-17 23:47:19 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-17 23:47:19 -0700 |
commit | d1c21c97846237ee0049ac417ecf7cc2ddd1f42b (patch) | |
tree | d5a3b4691ba51a6b0bf8c5e3ca68004523fe06e9 /manifest.xml | |
parent | f4ac481521c9161c9c1f72564de74284ae2a68ef (diff) | |
parent | 8806c12f59282554ec7517bfd037035f62762d4b (diff) |
Merge "Display: Add entry for postproc"
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 23d23a1..cab8cfe 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> |