Add `common.j2` template
[deliverable/barectf.git] / barectf / templates / common.j2
CommitLineData
a8731bda
PP
1{#
2 # Common variables and macros.
3 #}
4
5{# identifier prefix and its uppercase equivalent #}
6{% set prefix = cfg.options.code_generation_options.identifier_prefix %}
7{% set ucprefix = prefix | upper %}
This page took 0.021689 seconds and 4 git commands to generate.