media_codecs: Add hardware HEVC decoder

Publish hardware HEVC decoder and capabilities

Change-Id: Id0aa85892262003003341b785318250821642577
diff --git a/media_codecs.xml b/media_codecs.xml
index 43e5a77..e56aded 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -169,6 +169,16 @@
             <Limit name="bitrate" range="1-20000000" />
             <Feature name="adaptive-playback" />
         </MediaCodec>
+        <MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" >
+            <Quirk name="requires-allocate-on-input-ports" />
+            <Quirk name="requires-allocate-on-output-ports" />
+            <Limit name="size" min="64x64" max="3840x2160" />
+            <Limit name="alignment" value="2x2" />
+            <Limit name="block-size" value="16x16" />
+            <Limit name="blocks-per-second" min="1" max="777600" />
+            <Limit name="bitrate" range="1-20000000" />
+            <Feature name="adaptive-playback" />
+        </MediaCodec>
     </Decoders>
     <Include href="media_codecs_google_video.xml" />
 </MediaCodecs>