From 9fc8b732737f139d3e466510d75668ab45578960 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 8 Mar 2016 21:02:53 +0100 Subject: sync with upstream --- project/cmake/treedata/android/subdirs.txt | 16 ++++++++++++++ project/cmake/treedata/common/addons.txt | 7 ++++++ project/cmake/treedata/common/cores.txt | 8 +++++++ project/cmake/treedata/common/events.txt | 2 ++ project/cmake/treedata/common/externals.txt | 3 +++ project/cmake/treedata/common/filesystem.txt | 3 +++ project/cmake/treedata/common/interfaces.txt | 9 ++++++++ project/cmake/treedata/common/music.txt | 5 +++++ project/cmake/treedata/common/network.txt | 6 ++++++ project/cmake/treedata/common/peripherals.txt | 4 ++++ 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 | 25 ++++++++++++++++++++++ project/cmake/treedata/common/tests.txt | 10 +++++++++ project/cmake/treedata/common/video.txt | 5 +++++ project/cmake/treedata/common/videoplayer.txt | 12 +++++++++++ project/cmake/treedata/darwin/subdirs.txt | 12 +++++++++++ project/cmake/treedata/freebsd/subdirs.txt | 4 ++++ project/cmake/treedata/ios/subdirs.txt | 15 +++++++++++++ project/cmake/treedata/linux/subdirs.txt | 12 +++++++++++ project/cmake/treedata/optional/common/X11.txt | 1 + project/cmake/treedata/optional/common/cec.txt | 1 + project/cmake/treedata/optional/common/nonfree.txt | 1 + project/cmake/treedata/optional/common/opengl.txt | 1 + .../cmake/treedata/optional/common/opengles.txt | 1 + project/cmake/treedata/rbpi/omxplayer.txt | 1 + project/cmake/treedata/rbpi/subdirs.txt | 12 +++++++++++ project/cmake/treedata/windows/subdirs.txt | 15 +++++++++++++ 29 files changed, 205 insertions(+) create mode 100644 project/cmake/treedata/android/subdirs.txt create mode 100644 project/cmake/treedata/common/addons.txt create mode 100644 project/cmake/treedata/common/cores.txt create mode 100644 project/cmake/treedata/common/events.txt create mode 100644 project/cmake/treedata/common/externals.txt create mode 100644 project/cmake/treedata/common/filesystem.txt create mode 100644 project/cmake/treedata/common/interfaces.txt create mode 100644 project/cmake/treedata/common/music.txt create mode 100644 project/cmake/treedata/common/network.txt create mode 100644 project/cmake/treedata/common/peripherals.txt create mode 100644 project/cmake/treedata/common/profiles.txt create mode 100644 project/cmake/treedata/common/pvr.txt create mode 100644 project/cmake/treedata/common/settings.txt create mode 100644 project/cmake/treedata/common/subdirs.txt create mode 100644 project/cmake/treedata/common/tests.txt create mode 100644 project/cmake/treedata/common/video.txt create mode 100644 project/cmake/treedata/common/videoplayer.txt create mode 100644 project/cmake/treedata/darwin/subdirs.txt create mode 100644 project/cmake/treedata/freebsd/subdirs.txt create mode 100644 project/cmake/treedata/ios/subdirs.txt create mode 100644 project/cmake/treedata/linux/subdirs.txt create mode 100644 project/cmake/treedata/optional/common/X11.txt create mode 100644 project/cmake/treedata/optional/common/cec.txt create mode 100644 project/cmake/treedata/optional/common/nonfree.txt create mode 100644 project/cmake/treedata/optional/common/opengl.txt create mode 100644 project/cmake/treedata/optional/common/opengles.txt create mode 100644 project/cmake/treedata/rbpi/omxplayer.txt create mode 100644 project/cmake/treedata/rbpi/subdirs.txt create mode 100644 project/cmake/treedata/windows/subdirs.txt (limited to 'project/cmake/treedata') diff --git a/project/cmake/treedata/android/subdirs.txt b/project/cmake/treedata/android/subdirs.txt new file mode 100644 index 0000000..1c75fa6 --- /dev/null +++ b/project/cmake/treedata/android/subdirs.txt @@ -0,0 +1,16 @@ +xbmc/linux linuxsupport +xbmc/input/touch input/touch +xbmc/input/touch/generic input/touch/generic +xbmc/network/linux network/linux +xbmc/peripherals/bus/linux peripherals/bus/linux +xbmc/powermanagement/android powermanagement/android +xbmc/storage/android storage/android +xbmc/filesystem/posix filesystem/posix +xbmc/utils/posix utils_posix +xbmc/windowing/android windowing/android +xbmc/windowing/egl windowing/egl +xbmc/platform/posix posix +xbmc/platform/android/activity android_activity +xbmc/platform/android/bionic_supplement android_bionicsupplement +xbmc/platform/android/jni android_jni +xbmc/platform/android/loader android_loader diff --git a/project/cmake/treedata/common/addons.txt b/project/cmake/treedata/common/addons.txt new file mode 100644 index 0000000..29b7990 --- /dev/null +++ b/project/cmake/treedata/common/addons.txt @@ -0,0 +1,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.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/cores.txt b/project/cmake/treedata/common/cores.txt new file mode 100644 index 0000000..d23939d --- /dev/null +++ b/project/cmake/treedata/common/cores.txt @@ -0,0 +1,8 @@ +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 diff --git a/project/cmake/treedata/common/events.txt b/project/cmake/treedata/common/events.txt new file mode 100644 index 0000000..0adeb08 --- /dev/null +++ b/project/cmake/treedata/common/events.txt @@ -0,0 +1,2 @@ +xbmc/events events +xbmc/events/windows events/windows diff --git a/project/cmake/treedata/common/externals.txt b/project/cmake/treedata/common/externals.txt new file mode 100644 index 0000000..632b354 --- /dev/null +++ b/project/cmake/treedata/common/externals.txt @@ -0,0 +1,3 @@ +xbmc/contrib/kissfft kissfft +lib/libUPnP upnp +lib/libexif exif diff --git a/project/cmake/treedata/common/filesystem.txt b/project/cmake/treedata/common/filesystem.txt new file mode 100644 index 0000000..1c49a74 --- /dev/null +++ b/project/cmake/treedata/common/filesystem.txt @@ -0,0 +1,3 @@ +xbmc/filesystem filesystem +xbmc/filesystem/VideoDatabaseDirectory filesystem/videodatabase +xbmc/filesystem/MusicDatabaseDirectory filesystem/musicdatabase diff --git a/project/cmake/treedata/common/interfaces.txt b/project/cmake/treedata/common/interfaces.txt new file mode 100644 index 0000000..ffd3570 --- /dev/null +++ b/project/cmake/treedata/common/interfaces.txt @@ -0,0 +1,9 @@ +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 new file mode 100644 index 0000000..71f30e1 --- /dev/null +++ b/project/cmake/treedata/common/music.txt @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..c0ec4a3 --- /dev/null +++ b/project/cmake/treedata/common/network.txt @@ -0,0 +1,6 @@ +xbmc/network network +xbmc/network/dacp network/dacp +xbmc/network/httprequesthandler network/httprequesthandler +xbmc/network/httprequesthandler/python network/httprequesthandler/python +xbmc/network/upnp network/upnp +xbmc/network/websocket network/websocket diff --git a/project/cmake/treedata/common/peripherals.txt b/project/cmake/treedata/common/peripherals.txt new file mode 100644 index 0000000..e6d9283 --- /dev/null +++ b/project/cmake/treedata/common/peripherals.txt @@ -0,0 +1,4 @@ +xbmc/peripherals peripherals +xbmc/peripherals/bus peripherals/bus +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 new file mode 100644 index 0000000..fae570b --- /dev/null +++ b/project/cmake/treedata/common/profiles.txt @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..6797677 --- /dev/null +++ b/project/cmake/treedata/common/pvr.txt @@ -0,0 +1,7 @@ +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 new file mode 100644 index 0000000..c5aa2ae --- /dev/null +++ b/project/cmake/treedata/common/settings.txt @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..762547e --- /dev/null +++ b/project/cmake/treedata/common/subdirs.txt @@ -0,0 +1,25 @@ +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 diff --git a/project/cmake/treedata/common/tests.txt b/project/cmake/treedata/common/tests.txt new file mode 100644 index 0000000..358bc4d --- /dev/null +++ b/project/cmake/treedata/common/tests.txt @@ -0,0 +1,10 @@ +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 new file mode 100644 index 0000000..e7855a0 --- /dev/null +++ b/project/cmake/treedata/common/video.txt @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..8c8d45d --- /dev/null +++ b/project/cmake/treedata/common/videoplayer.txt @@ -0,0 +1,12 @@ +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 diff --git a/project/cmake/treedata/darwin/subdirs.txt b/project/cmake/treedata/darwin/subdirs.txt new file mode 100644 index 0000000..f0fc5c5 --- /dev/null +++ b/project/cmake/treedata/darwin/subdirs.txt @@ -0,0 +1,12 @@ +xbmc/linux linuxsupport +xbmc/network/linux network/linux +xbmc/network/osx network/osx +xbmc/peripherals/bus/osx peripherals/bus/osx +xbmc/powermanagement/osx powermanagement/osx +xbmc/storage/osx storage/osx +xbmc/platform/posix posix +xbmc/platform/darwin platform_darwin +xbmc/platform/darwin/osx platform_osx +xbmc/filesystem/posix filesystem/posix +xbmc/utils/posix utils_posix +xbmc/windowing/osx windowing/osx diff --git a/project/cmake/treedata/freebsd/subdirs.txt b/project/cmake/treedata/freebsd/subdirs.txt new file mode 100644 index 0000000..faff03c --- /dev/null +++ b/project/cmake/treedata/freebsd/subdirs.txt @@ -0,0 +1,4 @@ +xbmc/linux linuxsupport +xbmc/input/linux input/linux +xbmc/network/linux network/linux +xbmc/freebsd freebsdsupport diff --git a/project/cmake/treedata/ios/subdirs.txt b/project/cmake/treedata/ios/subdirs.txt new file mode 100644 index 0000000..b681ed5 --- /dev/null +++ b/project/cmake/treedata/ios/subdirs.txt @@ -0,0 +1,15 @@ +xbmc/linux linuxsupport +xbmc/input/touch input/touch +xbmc/input/touch/generic input/touch/generic +xbmc/network/linux network/linux +xbmc/network/osx network/osx +xbmc/peripherals/bus/osx peripherals/bus/osx +xbmc/powermanagement/osx powermanagement/osx +xbmc/storage/osx storage/osx +xbmc/platform/posix posix +xbmc/platform/darwin platform_darwin +xbmc/platform/darwin/ios platform_ios +xbmc/platform/darwin/ios-common platform_ios-common +xbmc/filesystem/posix filesystem/posix +xbmc/utils/posix utils_posix +xbmc/windowing/osx windowing/osx diff --git a/project/cmake/treedata/linux/subdirs.txt b/project/cmake/treedata/linux/subdirs.txt new file mode 100644 index 0000000..81a48e3 --- /dev/null +++ b/project/cmake/treedata/linux/subdirs.txt @@ -0,0 +1,12 @@ +xbmc/linux linuxsupport +xbmc/linux/sse4 sse4 +xbmc/input/linux input/linux +xbmc/input/touch input/touch +xbmc/input/touch/generic input/touch/generic +xbmc/network/linux network/linux +xbmc/peripherals/bus/linux peripherals/bus/linux +xbmc/powermanagement/linux powermanagement/linux +xbmc/storage/linux storage/linux +xbmc/filesystem/posix filesystem/posix +xbmc/utils/posix utils_posix +xbmc/platform/posix posix diff --git a/project/cmake/treedata/optional/common/X11.txt b/project/cmake/treedata/optional/common/X11.txt new file mode 100644 index 0000000..f4afa57 --- /dev/null +++ b/project/cmake/treedata/optional/common/X11.txt @@ -0,0 +1 @@ +xbmc/windowing/X11 windowing/X11 # X11 diff --git a/project/cmake/treedata/optional/common/cec.txt b/project/cmake/treedata/optional/common/cec.txt new file mode 100644 index 0000000..19cd7f7 --- /dev/null +++ b/project/cmake/treedata/optional/common/cec.txt @@ -0,0 +1 @@ +xbmc/peripherals/bus/virtual peripherals/bus/virtual # CEC diff --git a/project/cmake/treedata/optional/common/nonfree.txt b/project/cmake/treedata/optional/common/nonfree.txt new file mode 100644 index 0000000..470ed59 --- /dev/null +++ b/project/cmake/treedata/optional/common/nonfree.txt @@ -0,0 +1 @@ +lib/UnrarXLib unrarxlib # NONFREE diff --git a/project/cmake/treedata/optional/common/opengl.txt b/project/cmake/treedata/optional/common/opengl.txt new file mode 100644 index 0000000..b88ad7a --- /dev/null +++ b/project/cmake/treedata/optional/common/opengl.txt @@ -0,0 +1 @@ +xbmc/rendering/gl rendering/gl # OPENGL diff --git a/project/cmake/treedata/optional/common/opengles.txt b/project/cmake/treedata/optional/common/opengles.txt new file mode 100644 index 0000000..6a223a1 --- /dev/null +++ b/project/cmake/treedata/optional/common/opengles.txt @@ -0,0 +1 @@ +xbmc/rendering/gles rendering/gles # OPENGLES diff --git a/project/cmake/treedata/rbpi/omxplayer.txt b/project/cmake/treedata/rbpi/omxplayer.txt new file mode 100644 index 0000000..d56f1df --- /dev/null +++ b/project/cmake/treedata/rbpi/omxplayer.txt @@ -0,0 +1 @@ +xbmc/cores/omxplayer cores/omxplayer diff --git a/project/cmake/treedata/rbpi/subdirs.txt b/project/cmake/treedata/rbpi/subdirs.txt new file mode 100644 index 0000000..866ec00 --- /dev/null +++ b/project/cmake/treedata/rbpi/subdirs.txt @@ -0,0 +1,12 @@ +xbmc/linux linuxsupport +xbmc/input/linux input/linux +xbmc/input/touch input/touch +xbmc/input/touch/generic input/touch/generic +xbmc/network/linux network/linux +xbmc/peripherals/bus/linux peripherals/bus/linux +xbmc/powermanagement/linux powermanagement/linux +xbmc/storage/linux storage/linux +xbmc/filesystem/posix filesystem/posix +xbmc/utils/posix utils_posix +xbmc/platform/posix posix +xbmc/windowing/egl windowing/egl # EGL diff --git a/project/cmake/treedata/windows/subdirs.txt b/project/cmake/treedata/windows/subdirs.txt new file mode 100644 index 0000000..60c0095 --- /dev/null +++ b/project/cmake/treedata/windows/subdirs.txt @@ -0,0 +1,15 @@ +xbmc/win32 win32support +xbmc/input/windows input/windows +xbmc/input/touch input/touch +xbmc/input/touch/generic input/touch/generic +xbmc/network/windows network/windows +xbmc/network/mdns network/mdns +xbmc/peripherals/bus/win32 peripherals/bus/win32 +xbmc/powermanagement/windows powermanagement/windows +xbmc/storage/windows storage/windows +xbmc/filesystem/win32 filesystem/win32 +xbmc/utils/win32 utils_win32 +xbmc/platform/win32 platform_win32 +xbmc/rendering/dx rendering_dx +xbmc/threads/platform/win threads_win +xbmc/windowing/windows windowing/windows -- cgit v1.2.3