12345678910111213141516171819 |
- <?xml version="1.0" encoding="ASCII"?>
- <systemproject:SystemProject xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sdsproject="http://www.xilinx.com/sdsproject" xmlns:systemproject="http://www.xilinx.com/systemproject" name="wolfCrypt_example_system" platform="${workspace_loc:/standalone_bsp_0}/export/standalone_bsp_0/standalone_bsp_0.xpfm" platformUID="xilinx:zcu102:design_1:0.0(custom)" sysConfig="standalone_bsp_0" runtime="C/C++">
- <configuration name="Debug">
- <configBuildOptions xsi:type="systemproject:SystemOptions">
- <applications name="wolfCrypt_example" domainName="standalone_domain" domainPrettyName="standalone on psu_cortexa53_0" appBuildConfig="Debug"/>
- <options xsi:type="sdsproject:Option" gensdcard="true" dmclkid="0"/>
- </configBuildOptions>
- <lastBuildOptions xsi:type="systemproject:SystemOptions">
- <applications name="wolfCrypt_example" domainName="standalone_domain" domainPrettyName="standalone on psu_cortexa53_0" appBuildConfig="Debug"/>
- <options xsi:type="sdsproject:Option" gensdcard="true" dmclkid="0"/>
- </lastBuildOptions>
- </configuration>
- <configuration name="Release">
- <configBuildOptions xsi:type="systemproject:SystemOptions">
- <applications name="wolfCrypt_example" domainName="standalone_domain" domainPrettyName="standalone on psu_cortexa53_0" appBuildConfig="Release"/>
- <options xsi:type="sdsproject:Option" gensdcard="true" dmclkid="0"/>
- </configBuildOptions>
- </configuration>
- </systemproject:SystemProject>
|