Subversion Repositories oidplus

Rev

Rev 962 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
919 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.10.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.10.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_objectTypes.xsd">
6
 
1050 daniel-mar 7
        <type>ViaThinkSoft\OIDplus\OIDplusObjectTypePlugin</type>
919 daniel-mar 8
 
9
        <info>
959 daniel-mar 10
                <name>Application Identifier (ISO/IEC 7816)</name>
919 daniel-mar 11
                <author>ViaThinkSoft</author>
12
                <license>Apache 2.0</license>
13
                <version />
14
                <descriptionHTML />
15
                <oid>1.3.6.1.4.1.37476.2.5.2.4.8.11</oid>
16
        </info>
17
 
18
        <php>
1050 daniel-mar 19
                <mainclass>ViaThinkSoft\OIDplus\OIDplusObjectTypePluginAid</mainclass>
919 daniel-mar 20
        </php>
932 daniel-mar 21
 
962 daniel-mar 22
        <js>
23
                <file>OIDplusObjectTypePluginAid.js</file>
24
        </js>
25
 
932 daniel-mar 26
        <css>
27
                <file>OIDplusAid.css</file>
28
        </css>
919 daniel-mar 29
 
30
</manifest>