Unverified Commit 783317a3 authored by Jerome Coutant's avatar Jerome Coutant Committed by GitHub
Browse files

TZ applications can be secure-only (#204)

parent 467a112d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>

<package schemaVersion="1.7.36" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PACK.xsd">
<package schemaVersion="1.7.40" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd">
  <name>CMSIS</name>
  <description overview="./CMSIS/Documentation/Overview.md">CMSIS (Common Microcontroller Software Interface Standard)</description>
  <vendor>ARM</vendor>
@@ -622,7 +622,8 @@
    <condition id="TZ Secure">
      <description>TrustZone (Secure)</description>
      <require Dtz="TZ"/>
      <require Dsecure="Secure"/>
      <accept Dsecure="Secure"/>
      <accept Dsecure="Secure-only"/>
    </condition>

    <!-- OS Tick -->