diff options
| author | manuel <manuel@mausz.at> | 2016-03-08 21:02:53 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-03-08 21:02:53 +0100 |
| commit | 9fc8b732737f139d3e466510d75668ab45578960 (patch) | |
| tree | 76db9bf5cb8cc869be908a5ed3d6f4cca3e3608a /project/cmake/treedata | |
| parent | b75e2659df11c23aa921d2eed83c23adc282ed27 (diff) | |
| download | kodi-pvr-build-9fc8b732737f139d3e466510d75668ab45578960.tar.gz kodi-pvr-build-9fc8b732737f139d3e466510d75668ab45578960.tar.bz2 kodi-pvr-build-9fc8b732737f139d3e466510d75668ab45578960.zip | |
sync with upstream
Diffstat (limited to 'project/cmake/treedata')
29 files changed, 205 insertions, 0 deletions
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 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/input/touch input/touch | ||
| 3 | xbmc/input/touch/generic input/touch/generic | ||
| 4 | xbmc/network/linux network/linux | ||
| 5 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 6 | xbmc/powermanagement/android powermanagement/android | ||
| 7 | xbmc/storage/android storage/android | ||
| 8 | xbmc/filesystem/posix filesystem/posix | ||
| 9 | xbmc/utils/posix utils_posix | ||
| 10 | xbmc/windowing/android windowing/android | ||
| 11 | xbmc/windowing/egl windowing/egl | ||
| 12 | xbmc/platform/posix posix | ||
| 13 | xbmc/platform/android/activity android_activity | ||
| 14 | xbmc/platform/android/bionic_supplement android_bionicsupplement | ||
| 15 | xbmc/platform/android/jni android_jni | ||
| 16 | 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 @@ | |||
| 1 | lib/addons/library.kodi.adsp KODI_adsp | ||
| 2 | lib/addons/library.kodi.audioengine KODI_audioengine | ||
| 3 | lib/addons/library.kodi.guilib KODI_guilib | ||
| 4 | lib/addons/library.kodi.inputstream KODI_inputstream | ||
| 5 | lib/addons/library.xbmc.addon XBMC_addon | ||
| 6 | lib/addons/library.xbmc.codec XBMC_codec | ||
| 7 | 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 @@ | |||
| 1 | xbmc/cores cores | ||
| 2 | xbmc/cores/AudioEngine cores/audioengine | ||
| 3 | xbmc/cores/DllLoader cores/dll-loader | ||
| 4 | xbmc/cores/DllLoader/exports cores/dll-loader/exports | ||
| 5 | xbmc/cores/DllLoader/exports/util cores/dll-loader/exports/util | ||
| 6 | xbmc/cores/ExternalPlayer cores/externalplayer | ||
| 7 | xbmc/cores/paplayer cores/paplayer | ||
| 8 | 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 @@ | |||
| 1 | xbmc/events events | ||
| 2 | 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 @@ | |||
| 1 | xbmc/contrib/kissfft kissfft | ||
| 2 | lib/libUPnP upnp | ||
| 3 | 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 @@ | |||
| 1 | xbmc/filesystem filesystem | ||
| 2 | xbmc/filesystem/VideoDatabaseDirectory filesystem/videodatabase | ||
| 3 | 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 @@ | |||
| 1 | xbmc/interfaces interfaces | ||
| 2 | xbmc/interfaces/builtins interfaces/builtins | ||
| 3 | xbmc/interfaces/generic interfaces/generic | ||
| 4 | xbmc/interfaces/info interfaces/info | ||
| 5 | xbmc/interfaces/json-rpc interfaces/json-rpc | ||
| 6 | xbmc/interfaces/json-rpc/schema interfaces/json-rpc/schema | ||
| 7 | xbmc/interfaces/legacy interfaces/legacy | ||
| 8 | xbmc/interfaces/legacy/wsgi interfaces/legacy/wsgi | ||
| 9 | 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 @@ | |||
| 1 | xbmc/music music | ||
| 2 | xbmc/music/dialogs music/dialogs | ||
| 3 | xbmc/music/infoscanner music/infoscanner | ||
| 4 | xbmc/music/tags music/tags | ||
| 5 | 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 @@ | |||
| 1 | xbmc/network network | ||
| 2 | xbmc/network/dacp network/dacp | ||
| 3 | xbmc/network/httprequesthandler network/httprequesthandler | ||
| 4 | xbmc/network/httprequesthandler/python network/httprequesthandler/python | ||
| 5 | xbmc/network/upnp network/upnp | ||
| 6 | 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 @@ | |||
| 1 | xbmc/peripherals peripherals | ||
| 2 | xbmc/peripherals/bus peripherals/bus | ||
| 3 | xbmc/peripherals/devices peripherals/devices | ||
| 4 | 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 @@ | |||
| 1 | xbmc/profiles profiles | ||
| 2 | xbmc/profiles/dialogs profiles/dialogs | ||
| 3 | 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 @@ | |||
| 1 | xbmc/pvr pvr | ||
| 2 | xbmc/pvr/addons pvr/addons | ||
| 3 | xbmc/pvr/channels pvr/channels | ||
| 4 | xbmc/pvr/dialogs pvr/dialogs | ||
| 5 | xbmc/pvr/recordings pvr/recordings | ||
| 6 | xbmc/pvr/timers pvr/timers | ||
| 7 | 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 @@ | |||
| 1 | xbmc/settings settings | ||
| 2 | xbmc/settings/dialogs settings/dialogs | ||
| 3 | xbmc/settings/lib settings/lib | ||
| 4 | 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 @@ | |||
| 1 | xbmc xbmc | ||
| 2 | xbmc/addons addons | ||
| 3 | xbmc/commons commons | ||
| 4 | xbmc/cdrip cdrip | ||
| 5 | xbmc/dbwrappers dbwrappers | ||
| 6 | xbmc/dialogs dialogs | ||
| 7 | xbmc/epg epg | ||
| 8 | xbmc/guilib guilib | ||
| 9 | xbmc/input input | ||
| 10 | xbmc/listproviders listproviders | ||
| 11 | xbmc/media media | ||
| 12 | xbmc/messaging messaging | ||
| 13 | xbmc/messaging/helpers messagingHelpers | ||
| 14 | xbmc/pictures pictures | ||
| 15 | xbmc/platform platform | ||
| 16 | xbmc/playlists playlists | ||
| 17 | xbmc/powermanagement powermanagement | ||
| 18 | xbmc/programs programs | ||
| 19 | xbmc/rendering rendering | ||
| 20 | xbmc/storage storage | ||
| 21 | xbmc/threads threads | ||
| 22 | xbmc/utils utils | ||
| 23 | xbmc/view view | ||
| 24 | xbmc/windowing windowing | ||
| 25 | 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 @@ | |||
| 1 | xbmc/test test | ||
| 2 | xbmc/addons/test test/addons | ||
| 3 | xbmc/filesystem/test test/filesystem | ||
| 4 | xbmc/interfaces/python/test test/python | ||
| 5 | xbmc/music/tags/test test/music_tags | ||
| 6 | xbmc/network/test test/network | ||
| 7 | xbmc/threads/test test/threads | ||
| 8 | xbmc/utils/test test/utils | ||
| 9 | xbmc/video/test test/video | ||
| 10 | 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 @@ | |||
| 1 | xbmc/video video | ||
| 2 | xbmc/video/dialogs video/dialogs | ||
| 3 | xbmc/video/jobs video/jobs | ||
| 4 | xbmc/video/videosync video/sync | ||
| 5 | 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 @@ | |||
| 1 | xbmc/cores/VideoPlayer cores/VideoPlayer | ||
| 2 | xbmc/cores/VideoPlayer/DVDCodecs cores/VideoPlayer/codecs | ||
| 3 | xbmc/cores/VideoPlayer/DVDCodecs/Audio cores/VideoPlayer/codecs/audio | ||
| 4 | xbmc/cores/VideoPlayer/DVDCodecs/Overlay cores/VideoPlayer/codecs/overlay | ||
| 5 | xbmc/cores/VideoPlayer/DVDCodecs/Video cores/VideoPlayer/codecs/video | ||
| 6 | xbmc/cores/VideoPlayer/DVDDemuxers cores/VideoPlayer/demuxers | ||
| 7 | xbmc/cores/VideoPlayer/DVDInputStreams cores/VideoPlayer/inputstreams | ||
| 8 | xbmc/cores/VideoPlayer/DVDSubtitles cores/VideoPlayer/subtitles | ||
| 9 | xbmc/cores/VideoPlayer/Process cores/VideoPlayer/process | ||
| 10 | xbmc/cores/VideoPlayer/VideoRenderers cores/VideoPlayer/videorenderers | ||
| 11 | xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders cores/VideoPlayer/videorenderers/shaders | ||
| 12 | 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 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/network/linux network/linux | ||
| 3 | xbmc/network/osx network/osx | ||
| 4 | xbmc/peripherals/bus/osx peripherals/bus/osx | ||
| 5 | xbmc/powermanagement/osx powermanagement/osx | ||
| 6 | xbmc/storage/osx storage/osx | ||
| 7 | xbmc/platform/posix posix | ||
| 8 | xbmc/platform/darwin platform_darwin | ||
| 9 | xbmc/platform/darwin/osx platform_osx | ||
| 10 | xbmc/filesystem/posix filesystem/posix | ||
| 11 | xbmc/utils/posix utils_posix | ||
| 12 | 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 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/input/linux input/linux | ||
| 3 | xbmc/network/linux network/linux | ||
| 4 | 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 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/input/touch input/touch | ||
| 3 | xbmc/input/touch/generic input/touch/generic | ||
| 4 | xbmc/network/linux network/linux | ||
| 5 | xbmc/network/osx network/osx | ||
| 6 | xbmc/peripherals/bus/osx peripherals/bus/osx | ||
| 7 | xbmc/powermanagement/osx powermanagement/osx | ||
| 8 | xbmc/storage/osx storage/osx | ||
| 9 | xbmc/platform/posix posix | ||
| 10 | xbmc/platform/darwin platform_darwin | ||
| 11 | xbmc/platform/darwin/ios platform_ios | ||
| 12 | xbmc/platform/darwin/ios-common platform_ios-common | ||
| 13 | xbmc/filesystem/posix filesystem/posix | ||
| 14 | xbmc/utils/posix utils_posix | ||
| 15 | 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 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/linux/sse4 sse4 | ||
| 3 | xbmc/input/linux input/linux | ||
| 4 | xbmc/input/touch input/touch | ||
| 5 | xbmc/input/touch/generic input/touch/generic | ||
| 6 | xbmc/network/linux network/linux | ||
| 7 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 8 | xbmc/powermanagement/linux powermanagement/linux | ||
| 9 | xbmc/storage/linux storage/linux | ||
| 10 | xbmc/filesystem/posix filesystem/posix | ||
| 11 | xbmc/utils/posix utils_posix | ||
| 12 | 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 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/input/linux input/linux | ||
| 3 | xbmc/input/touch input/touch | ||
| 4 | xbmc/input/touch/generic input/touch/generic | ||
| 5 | xbmc/network/linux network/linux | ||
| 6 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 7 | xbmc/powermanagement/linux powermanagement/linux | ||
| 8 | xbmc/storage/linux storage/linux | ||
| 9 | xbmc/filesystem/posix filesystem/posix | ||
| 10 | xbmc/utils/posix utils_posix | ||
| 11 | xbmc/platform/posix posix | ||
| 12 | 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 @@ | |||
| 1 | xbmc/win32 win32support | ||
| 2 | xbmc/input/windows input/windows | ||
| 3 | xbmc/input/touch input/touch | ||
| 4 | xbmc/input/touch/generic input/touch/generic | ||
| 5 | xbmc/network/windows network/windows | ||
| 6 | xbmc/network/mdns network/mdns | ||
| 7 | xbmc/peripherals/bus/win32 peripherals/bus/win32 | ||
| 8 | xbmc/powermanagement/windows powermanagement/windows | ||
| 9 | xbmc/storage/windows storage/windows | ||
| 10 | xbmc/filesystem/win32 filesystem/win32 | ||
| 11 | xbmc/utils/win32 utils_win32 | ||
| 12 | xbmc/platform/win32 platform_win32 | ||
| 13 | xbmc/rendering/dx rendering_dx | ||
| 14 | xbmc/threads/platform/win threads_win | ||
| 15 | xbmc/windowing/windows windowing/windows | ||
