blob: e53609836cc7e424eb3a89dc15192047b1a4e033 [file] [log] [blame]
Nik Dewallybc9e1942024-07-02 17:00:15 +01001##################################
2'tfz-cpp/template'-directory guide
3##################################
Karl Zhang3de5ab12021-05-31 11:45:48 +08004
5************
6Introduction
7************
8
9These classes describe "tracker" objects for parsing test templates, and for
10generating PSA calls from them.
11
Nik Dewallybc9e1942024-07-02 17:00:15 +010012***********************************************
13``tf_fuzz/tfz-cpp/template`` directory contents
14***********************************************
Karl Zhang3de5ab12021-05-31 11:45:48 +080015.. code-block:: bash
16
17 crypto_template_line.cpp secure_template_line.hpp template_line.cpp
18 crypto_template_line.hpp sst_template_line.cpp template_line.hpp
19 secure_template_line.cpp sst_template_line.hpp
20
21--------------
22
23*Copyright (c) 2020, Arm Limited. All rights reserved.*