From 4b3b7807b7df1964778855b5c0daab4cc417bd91 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 14 Mar 2016 14:56:55 +0100 Subject: sync with upstream --- project/cmake/treedata/common/addons.txt | 1 + project/cmake/treedata/common/games.txt | 3 ++ project/cmake/treedata/common/peripherals.txt | 2 + project/cmake/treedata/common/subdirs.txt | 61 ++++++++++++++++----------- 4 files changed, 42 insertions(+), 25 deletions(-) create mode 100644 project/cmake/treedata/common/games.txt (limited to 'project/cmake/treedata/common') diff --git a/project/cmake/treedata/common/addons.txt b/project/cmake/treedata/common/addons.txt index 29b7990..76410b7 100644 --- a/project/cmake/treedata/common/addons.txt +++ b/project/cmake/treedata/common/addons.txt @@ -2,6 +2,7 @@ lib/addons/library.kodi.adsp KODI_adsp lib/addons/library.kodi.audioengine KODI_audioengine lib/addons/library.kodi.guilib KODI_guilib lib/addons/library.kodi.inputstream KODI_inputstream +lib/addons/library.kodi.peripheral KODI_peripheral lib/addons/library.xbmc.addon XBMC_addon lib/addons/library.xbmc.codec XBMC_codec lib/addons/library.xbmc.pvr XBMC_pvr diff --git a/project/cmake/treedata/common/games.txt b/project/cmake/treedata/common/games.txt new file mode 100644 index 0000000..e4e8b89 --- /dev/null +++ b/project/cmake/treedata/common/games.txt @@ -0,0 +1,3 @@ +xbmc/games/controllers games/controllers +xbmc/games/controllers/guicontrols games/controllers/guicontrols +xbmc/games/controllers/windows games/controllers/windows diff --git a/project/cmake/treedata/common/peripherals.txt b/project/cmake/treedata/common/peripherals.txt index e6d9283..903b537 100644 --- a/project/cmake/treedata/common/peripherals.txt +++ b/project/cmake/treedata/common/peripherals.txt @@ -1,4 +1,6 @@ xbmc/peripherals peripherals +xbmc/peripherals/addons peripherals/addons xbmc/peripherals/bus peripherals/bus +xbmc/peripherals/bus/virtual peripherals/bus/virtual xbmc/peripherals/devices peripherals/devices xbmc/peripherals/dialogs peripherals/dialogs diff --git a/project/cmake/treedata/common/subdirs.txt b/project/cmake/treedata/common/subdirs.txt index 762547e..c2828e0 100644 --- a/project/cmake/treedata/common/subdirs.txt +++ b/project/cmake/treedata/common/subdirs.txt @@ -1,25 +1,36 @@ -xbmc xbmc -xbmc/addons addons -xbmc/commons commons -xbmc/cdrip cdrip -xbmc/dbwrappers dbwrappers -xbmc/dialogs dialogs -xbmc/epg epg -xbmc/guilib guilib -xbmc/input input -xbmc/listproviders listproviders -xbmc/media media -xbmc/messaging messaging -xbmc/messaging/helpers messagingHelpers -xbmc/pictures pictures -xbmc/platform platform -xbmc/playlists playlists -xbmc/powermanagement powermanagement -xbmc/programs programs -xbmc/rendering rendering -xbmc/storage storage -xbmc/threads threads -xbmc/utils utils -xbmc/view view -xbmc/windowing windowing -xbmc/windows windows +xbmc xbmc +xbmc/addons addons +xbmc/addons/binary/interfaces addonsBinaryInterfaces +xbmc/addons/binary/interfaces/api1/Addon api1AddonCallbacks_Addon +xbmc/addons/binary/interfaces/api1/AudioDSP api1AddonCallbacks_AudioDSP +xbmc/addons/binary/interfaces/api1/AudioEngine api1AddonCallbacks_AudioEngine +xbmc/addons/binary/interfaces/api1/Codec api1AddonCallbacks_Codec +xbmc/addons/binary/interfaces/api1/GUI api1AddonCallbacks_GUI +xbmc/addons/binary/interfaces/api1/InputStream api1AddonCallbacks_InputStream +xbmc/addons/binary/interfaces/api1/Peripheral api1AddonCallbacks_Peripheral +xbmc/addons/binary/interfaces/api1/PVR api1AddonCallbacks_PVR +xbmc/commons commons +xbmc/cdrip cdrip +xbmc/dbwrappers dbwrappers +xbmc/dialogs dialogs +xbmc/epg epg +xbmc/guilib guilib +xbmc/input input +xbmc/input/joysticks input/joysticks +xbmc/input/joysticks/generic input/joysticks/generic +xbmc/listproviders listproviders +xbmc/media media +xbmc/messaging messaging +xbmc/messaging/helpers messagingHelpers +xbmc/pictures pictures +xbmc/platform platform +xbmc/playlists playlists +xbmc/powermanagement powermanagement +xbmc/programs programs +xbmc/rendering rendering +xbmc/storage storage +xbmc/threads threads +xbmc/utils utils +xbmc/view view +xbmc/windowing windowing +xbmc/windows windows -- cgit v1.2.3