File: addon.xml.in

package info (click to toggle)
kodi-peripheral-joystick 1.7.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,416 kB
  • sloc: xml: 8,205; cpp: 7,307; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="peripheral.joystick"
  version="1.7.1"
  name="Joystick Support"
  provider-name="Team Kodi">
  <requires>@ADDON_DEPENDS@</requires>
  <extension
    point="kodi.peripheral"
    provides_joysticks="true"
    provides_buttonmaps="true"
    library_@PLATFORM@="@LIBRARY_FILENAME@"/>
  <extension point="xbmc.addon.metadata">
    <summary lang="de_DE">Kodi Joystick Library</summary>
    <summary lang="en_GB">Kodi Joystick Library</summary>
    <description lang="de_DE">Diese Bibliothek enthält Joystick-Treiber und Schaltflächenzuordnungen. Es werden mehrere Joystick-APIs unterstützt, darunter DirectX, XInput, SDL und die Linux-Joystick-API.</description>
    <description lang="en_GB">This library provides joystick drivers and button maps. Multiple joystick APIs are supported, including DirectX, XInput, SDL and the Linux Joystick API.</description>
    <license>GPL-2.0-or-later</license>
    <source>https://github.com/xbmc/peripheral.joystick</source>
    <platform>@PLATFORM@</platform>
    <assets>
      <icon>resources/icon.png</icon>
    </assets>
  </extension>
</addon>