Commit 92b5df85 authored by Denis Filatov's avatar Denis Filatov
Browse files

fix eeType for EA

parent f7110ebe
......@@ -90,11 +90,9 @@
<xsl:choose>
<xsl:when test="@type = 'ROOT'">11000000</xsl:when>
<xsl:when test="@type = 'AA'">10000000</xsl:when>
<xsl:when test="@type = 'AT'">10000000</xsl:when>
<xsl:when test="@type = 'TLM'">10000000</xsl:when>
<xsl:when test="@type = 'EA'">10000000</xsl:when> <!-- certReqPermissions is not used yet in TS103097 -->
<xsl:when test="@type = 'EC'">10000000</xsl:when> <!-- certReqPermissions is not used yet in TS103097 -->
<xsl:otherwise>2</xsl:otherwise>
<xsl:when test="@type = 'EA'">01000000</xsl:when> <!-- certReqPermissions is not used yet in TS103097 -->
<xsl:otherwise>0</xsl:otherwise>
</xsl:choose>
</xsl:variable>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment