## -*- coding: utf-8 -*-
| Property Name | Type | Description | Units | Range | HIDL HAL version | Tags |
|---|---|---|---|---|---|---|
| ${section.name} | ||||||
| ${section.description} | ||||||
| ${kind.name} | ||||||
| Property Name | Type | Description | Units | Range | Initial HIDL HAL version | Tags |
| ${prop.name | wbr} |
% if prop.enum:
${prop.type}
% else:
${prop.type}
% endif
% if prop.container is not None:
x
% endif
% if prop.container == 'array':
${" x ".join(prop.container_sizes)}
% elif prop.container == 'tuple':
${prop.type_notes | wbr}
% endif
% if prop.enum:
|
% if prop.description is not None: ${prop.description | md_html, linkify_tags(metadata), wbr} % endif | % if prop.units is not None: ${prop.units | wbr} % endif |
% if prop.deprecated:
Deprecated. Do not use. % endif % if prop.range is not None: ${prop.range | md_html, linkify_tags(metadata), wbr} % endif |
${"%d.%d" % (prop.hal_major_version, prop.hal_minor_version) | md_html, linkify_tags(metadata), wbr} | % if next(prop.tags, None): % endif |
| Details | ||||||
| ${prop.details | md_html, linkify_tags(metadata), wbr} | ||||||
| HAL Implementation Details | ||||||
| ${prop.hal_details | md_html, linkify_tags(metadata), wbr} | ||||||