Init Commit

This commit is contained in:
Jeremy Shen
2026-05-27 09:56:09 +00:00
commit ee3ede1152
4277 changed files with 4079432 additions and 0 deletions
+36
View File
@@ -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";
}
);
}
);