From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- project/cmake/treedata/common/addons.txt | 7 ----- project/cmake/treedata/common/cores.txt | 9 ------ project/cmake/treedata/common/events.txt | 2 -- project/cmake/treedata/common/externals.txt | 2 -- project/cmake/treedata/common/filesystem.txt | 3 -- project/cmake/treedata/common/games.txt | 12 -------- project/cmake/treedata/common/interfaces.txt | 9 ------ project/cmake/treedata/common/music.txt | 5 ---- project/cmake/treedata/common/network.txt | 2 -- project/cmake/treedata/common/peripherals.txt | 6 ---- project/cmake/treedata/common/profiles.txt | 3 -- project/cmake/treedata/common/pvr.txt | 7 ----- project/cmake/treedata/common/settings.txt | 4 --- project/cmake/treedata/common/subdirs.txt | 41 --------------------------- project/cmake/treedata/common/tests.txt | 10 ------- project/cmake/treedata/common/video.txt | 5 ---- project/cmake/treedata/common/videoplayer.txt | 12 -------- 17 files changed, 139 deletions(-) delete mode 100644 project/cmake/treedata/common/addons.txt delete mode 100644 project/cmake/treedata/common/cores.txt delete mode 100644 project/cmake/treedata/common/events.txt delete mode 100644 project/cmake/treedata/common/externals.txt delete mode 100644 project/cmake/treedata/common/filesystem.txt delete mode 100644 project/cmake/treedata/common/games.txt delete mode 100644 project/cmake/treedata/common/interfaces.txt delete mode 100644 project/cmake/treedata/common/music.txt delete mode 100644 project/cmake/treedata/common/network.txt delete mode 100644 project/cmake/treedata/common/peripherals.txt delete mode 100644 project/cmake/treedata/common/profiles.txt delete mode 100644 project/cmake/treedata/common/pvr.txt delete mode 100644 project/cmake/treedata/common/settings.txt delete mode 100644 project/cmake/treedata/common/subdirs.txt delete mode 100644 project/cmake/treedata/common/tests.txt delete mode 100644 project/cmake/treedata/common/video.txt delete mode 100644 project/cmake/treedata/common/videoplayer.txt (limited to 'project/cmake/treedata/common') diff --git a/project/cmake/treedata/common/addons.txt b/project/cmake/treedata/common/addons.txt deleted file mode 100644 index f29e086..0000000 --- a/project/cmake/treedata/common/addons.txt +++ /dev/null @@ -1,7 +0,0 @@ -lib/addons/library.kodi.adsp KODI_adsp -lib/addons/library.kodi.audioengine KODI_audioengine -lib/addons/library.kodi.game KODI_game -lib/addons/library.kodi.guilib KODI_guilib -lib/addons/library.kodi.peripheral KODI_peripheral -lib/addons/library.xbmc.addon XBMC_addon -lib/addons/library.xbmc.codec XBMC_codec diff --git a/project/cmake/treedata/common/cores.txt b/project/cmake/treedata/common/cores.txt deleted file mode 100644 index 8d79dd1..0000000 --- a/project/cmake/treedata/common/cores.txt +++ /dev/null @@ -1,9 +0,0 @@ -xbmc/cores cores -xbmc/cores/AudioEngine cores/audioengine -xbmc/cores/DllLoader cores/dll-loader -xbmc/cores/DllLoader/exports cores/dll-loader/exports -xbmc/cores/DllLoader/exports/util cores/dll-loader/exports/util -xbmc/cores/ExternalPlayer cores/externalplayer -xbmc/cores/paplayer cores/paplayer -xbmc/cores/playercorefactory cores/playercorefactory -xbmc/cores/RetroPlayer cores/RetroPlayer diff --git a/project/cmake/treedata/common/events.txt b/project/cmake/treedata/common/events.txt deleted file mode 100644 index 0adeb08..0000000 --- a/project/cmake/treedata/common/events.txt +++ /dev/null @@ -1,2 +0,0 @@ -xbmc/events events -xbmc/events/windows events/windows diff --git a/project/cmake/treedata/common/externals.txt b/project/cmake/treedata/common/externals.txt deleted file mode 100644 index e3b9ab4..0000000 --- a/project/cmake/treedata/common/externals.txt +++ /dev/null @@ -1,2 +0,0 @@ -xbmc/contrib/kissfft kissfft -lib/libexif exif diff --git a/project/cmake/treedata/common/filesystem.txt b/project/cmake/treedata/common/filesystem.txt deleted file mode 100644 index 1c49a74..0000000 --- a/project/cmake/treedata/common/filesystem.txt +++ /dev/null @@ -1,3 +0,0 @@ -xbmc/filesystem filesystem -xbmc/filesystem/VideoDatabaseDirectory filesystem/videodatabase -xbmc/filesystem/MusicDatabaseDirectory filesystem/musicdatabase diff --git a/project/cmake/treedata/common/games.txt b/project/cmake/treedata/common/games.txt deleted file mode 100644 index 03d42bc..0000000 --- a/project/cmake/treedata/common/games.txt +++ /dev/null @@ -1,12 +0,0 @@ -xbmc/games games -xbmc/games/addons games/addons -xbmc/games/addons/playback games/addons/playback -xbmc/games/addons/savestates games/addons/savestates -xbmc/games/controllers games/controllers -xbmc/games/controllers/dialogs games/controllers/dialogs -xbmc/games/controllers/guicontrols games/controllers/guicontrols -xbmc/games/controllers/windows games/controllers/windows -xbmc/games/dialogs games/dialogs -xbmc/games/ports games/ports -xbmc/games/tags games/tags -xbmc/games/windows games/windows diff --git a/project/cmake/treedata/common/interfaces.txt b/project/cmake/treedata/common/interfaces.txt deleted file mode 100644 index ffd3570..0000000 --- a/project/cmake/treedata/common/interfaces.txt +++ /dev/null @@ -1,9 +0,0 @@ -xbmc/interfaces interfaces -xbmc/interfaces/builtins interfaces/builtins -xbmc/interfaces/generic interfaces/generic -xbmc/interfaces/info interfaces/info -xbmc/interfaces/json-rpc interfaces/json-rpc -xbmc/interfaces/json-rpc/schema interfaces/json-rpc/schema -xbmc/interfaces/legacy interfaces/legacy -xbmc/interfaces/legacy/wsgi interfaces/legacy/wsgi -xbmc/interfaces/python interfaces/python diff --git a/project/cmake/treedata/common/music.txt b/project/cmake/treedata/common/music.txt deleted file mode 100644 index 71f30e1..0000000 --- a/project/cmake/treedata/common/music.txt +++ /dev/null @@ -1,5 +0,0 @@ -xbmc/music music -xbmc/music/dialogs music/dialogs -xbmc/music/infoscanner music/infoscanner -xbmc/music/tags music/tags -xbmc/music/windows music/windows diff --git a/project/cmake/treedata/common/network.txt b/project/cmake/treedata/common/network.txt deleted file mode 100644 index 46da314..0000000 --- a/project/cmake/treedata/common/network.txt +++ /dev/null @@ -1,2 +0,0 @@ -xbmc/network network -xbmc/network/websocket network/websocket diff --git a/project/cmake/treedata/common/peripherals.txt b/project/cmake/treedata/common/peripherals.txt deleted file mode 100644 index 903b537..0000000 --- a/project/cmake/treedata/common/peripherals.txt +++ /dev/null @@ -1,6 +0,0 @@ -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/profiles.txt b/project/cmake/treedata/common/profiles.txt deleted file mode 100644 index fae570b..0000000 --- a/project/cmake/treedata/common/profiles.txt +++ /dev/null @@ -1,3 +0,0 @@ -xbmc/profiles profiles -xbmc/profiles/dialogs profiles/dialogs -xbmc/profiles/windows profiles/windows diff --git a/project/cmake/treedata/common/pvr.txt b/project/cmake/treedata/common/pvr.txt deleted file mode 100644 index 6797677..0000000 --- a/project/cmake/treedata/common/pvr.txt +++ /dev/null @@ -1,7 +0,0 @@ -xbmc/pvr pvr -xbmc/pvr/addons pvr/addons -xbmc/pvr/channels pvr/channels -xbmc/pvr/dialogs pvr/dialogs -xbmc/pvr/recordings pvr/recordings -xbmc/pvr/timers pvr/timers -xbmc/pvr/windows pvr/windows diff --git a/project/cmake/treedata/common/settings.txt b/project/cmake/treedata/common/settings.txt deleted file mode 100644 index c5aa2ae..0000000 --- a/project/cmake/treedata/common/settings.txt +++ /dev/null @@ -1,4 +0,0 @@ -xbmc/settings settings -xbmc/settings/dialogs settings/dialogs -xbmc/settings/lib settings/lib -xbmc/settings/windows settings/windows diff --git a/project/cmake/treedata/common/subdirs.txt b/project/cmake/treedata/common/subdirs.txt deleted file mode 100644 index af91611..0000000 --- a/project/cmake/treedata/common/subdirs.txt +++ /dev/null @@ -1,41 +0,0 @@ -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/Game api1AddonCallbacks_Game -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/dbwrappers dbwrappers -xbmc/dialogs dialogs -xbmc/epg epg -xbmc/guilib guilib -xbmc/input input -xbmc/input/joysticks input/joysticks -xbmc/input/joysticks/dialogs input/joysticks/dialogs -xbmc/input/joysticks/generic input/joysticks/generic -xbmc/input/keyboard input/keyboard -xbmc/input/keyboard/generic input/keyboard/generic -xbmc/input/mouse input/mouse -xbmc/input/mouse/generic input/mouse/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 diff --git a/project/cmake/treedata/common/tests.txt b/project/cmake/treedata/common/tests.txt deleted file mode 100644 index 358bc4d..0000000 --- a/project/cmake/treedata/common/tests.txt +++ /dev/null @@ -1,10 +0,0 @@ -xbmc/test test -xbmc/addons/test test/addons -xbmc/filesystem/test test/filesystem -xbmc/interfaces/python/test test/python -xbmc/music/tags/test test/music_tags -xbmc/network/test test/network -xbmc/threads/test test/threads -xbmc/utils/test test/utils -xbmc/video/test test/video -xbmc/cores/AudioEngine/Sinks/test test/audioengine_sinks diff --git a/project/cmake/treedata/common/video.txt b/project/cmake/treedata/common/video.txt deleted file mode 100644 index e7855a0..0000000 --- a/project/cmake/treedata/common/video.txt +++ /dev/null @@ -1,5 +0,0 @@ -xbmc/video video -xbmc/video/dialogs video/dialogs -xbmc/video/jobs video/jobs -xbmc/video/videosync video/sync -xbmc/video/windows video/windows diff --git a/project/cmake/treedata/common/videoplayer.txt b/project/cmake/treedata/common/videoplayer.txt deleted file mode 100644 index 8c8d45d..0000000 --- a/project/cmake/treedata/common/videoplayer.txt +++ /dev/null @@ -1,12 +0,0 @@ -xbmc/cores/VideoPlayer cores/VideoPlayer -xbmc/cores/VideoPlayer/DVDCodecs cores/VideoPlayer/codecs -xbmc/cores/VideoPlayer/DVDCodecs/Audio cores/VideoPlayer/codecs/audio -xbmc/cores/VideoPlayer/DVDCodecs/Overlay cores/VideoPlayer/codecs/overlay -xbmc/cores/VideoPlayer/DVDCodecs/Video cores/VideoPlayer/codecs/video -xbmc/cores/VideoPlayer/DVDDemuxers cores/VideoPlayer/demuxers -xbmc/cores/VideoPlayer/DVDInputStreams cores/VideoPlayer/inputstreams -xbmc/cores/VideoPlayer/DVDSubtitles cores/VideoPlayer/subtitles -xbmc/cores/VideoPlayer/Process cores/VideoPlayer/process -xbmc/cores/VideoPlayer/VideoRenderers cores/VideoPlayer/videorenderers -xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders cores/VideoPlayer/videorenderers/shaders -xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender cores/VideoPlayer/videorenderers/hwdec -- cgit v1.2.3