74 lines
2.2 KiB
XML
74 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.minres.scviewer.database.feature"
|
|
label="%featureName"
|
|
version="3.0.0.qualifier"
|
|
provider-name="%providerName">
|
|
|
|
<description>
|
|
The database loaders for SystemC Verification Library transactions and VCD signals. They support SQLite based recording as well as the built-in text base recording.
|
|
</description>
|
|
|
|
<copyright>
|
|
Copyright (c) 2015-2021 MINRES Technologies GmbH.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License
|
|
v1.0 which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<url>
|
|
<update label="%updateSiteName" url="http://www.minres.com/scviewer/update"/>
|
|
<discovery label="MINRES Website" url="http://www.minres.com"/>
|
|
</url>
|
|
|
|
<requires>
|
|
<import plugin="org.codehaus.groovy" version="2.5.8" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.osgi.services" version="3.4.0" match="greaterOrEqual"/>
|
|
<import plugin="com.google.guava" version="15.0.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.osgi"/>
|
|
<import plugin="com.minres.scviewer.database" version="1.0.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.minres.scviewer.database"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.minres.scviewer.database.text"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.minres.scviewer.database.sqlite"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.minres.scviewer.database.vcd"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.google.guava"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|