Add Zynq project files

This commit is contained in:
Jeremy Shen
2026-05-25 18:12:01 +08:00
parent e61e9d48ad
commit 74cd2ae192
2326 changed files with 850853 additions and 23 deletions
@@ -0,0 +1,36 @@
version = "1.0";
clients =
(
{ client_name = "project";
rules = (
{
context="software_version_and_target_device";
xml_map="software_version_and_target_device";
html_map="software_version_and_target_device";
html_format="UserEnvStyle";
},
{
context="user_environment";
xml_map="user_environment";
html_map="user_environment";
html_format="UserEnvStyle";
}
);
},
{ client_name = "sdk";
rules = (
{
context="sdk\\\\hardware/1768211353816";
xml_map="sdk\\\\hardware/1768211353816";
html_map="sdk\\\\hardware/1768211353816";
html_format="UnisimStatsStyle";
},
{
context="sdk\\\\bsp/1768211921541";
xml_map="sdk\\\\bsp/1768211921541";
html_map="sdk\\\\bsp/1768211921541";
html_format="UnisimStatsStyle";
}
);
}
);