Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions BaseALT.admx
Original file line number Diff line number Diff line change
Expand Up @@ -27,47 +27,47 @@
<definition name="SUPPORTED_AltP8" displayName="$(string.SUPPORTED_AltP8)">
<or>
<reference ref="products:BranchP8"/>
<range ref="products:Branch" minVersionIndex="1"/>
<reference ref="products:Branch" minVersionIndex="1"/>
</or>
</definition>

<!--ALT Platform 8 only-->
<definition name="SUPPORTED_AltP8_Only" displayName="$(string.SUPPORTED_AltP8_Only)">
<or>
<reference ref="products:BranchP8"/>
<range ref="products:Branch" minVersionIndex="1" maxVersionIndex="1"/>
<reference ref="products:Branch" minVersionIndex="1" maxVersionIndex="1"/>
</or>
</definition>

<!--ALT Platform 9-->
<definition name="SUPPORTED_AltP9" displayName="$(string.SUPPORTED_AltP9)">
<or>
<reference ref="products:BranchP9"/>
<range ref="products:Branch" minVersionIndex="2"/>
<reference ref="products:Branch" minVersionIndex="2"/>
</or>
</definition>

<!--ALT Platform 9 only-->
<definition name="SUPPORTED_AltP9_Only" displayName="$(string.SUPPORTED_AltP9_Only)">
<or>
<reference ref="products:BranchP9"/>
<range ref="products:Branch" minVersionIndex="2" maxVersionIndex="2"/>
<reference ref="products:Branch" minVersionIndex="2" maxVersionIndex="2"/>
</or>
</definition>

<!--ALT Platform 10-->
<definition name="SUPPORTED_AltP10" displayName="$(string.SUPPORTED_AltP10)">
<or>
<reference ref="products:BranchP10"/>
<range ref="products:Branch" minVersionIndex="3"/>
<reference ref="products:Branch" minVersionIndex="3"/>
</or>
</definition>

<!--ALT Platform 10 only-->
<definition name="SUPPORTED_AltP10_Only" displayName="$(string.SUPPORTED_AltP10_Only)">
<or>
<reference ref="products:BranchP10"/>
<range ref="products:Branch" minVersionIndex="3" maxVersionIndex="3"/>
<reference ref="products:Branch" minVersionIndex="3" maxVersionIndex="3"/>
</or>
</definition>
</definitions>
Expand Down Expand Up @@ -166,5 +166,8 @@
<category name="ALT_TokenPolkit" displayName="$(string.ALT_TokenPolkit)" explainText="$(string.ALT_TokenPolkit_Help)">
<parentCategory ref="ALT_Polkit" />
</category>
<category name="ALT_ModemManagerPolkit" displayName="$(string.ALT_ModemManagerPolkit)" explainText="$(string.ALT_ModemManagerPolkit_Help)">
<parentCategory ref="ALT_Polkit" />
</category>
</categories>
</policyDefinitions>
Loading