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/common | |
| 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/common')
| -rw-r--r-- | project/cmake/treedata/common/addons.txt | 7 | ||||
| -rw-r--r-- | project/cmake/treedata/common/cores.txt | 8 | ||||
| -rw-r--r-- | project/cmake/treedata/common/events.txt | 2 | ||||
| -rw-r--r-- | project/cmake/treedata/common/externals.txt | 3 | ||||
| -rw-r--r-- | project/cmake/treedata/common/filesystem.txt | 3 | ||||
| -rw-r--r-- | project/cmake/treedata/common/interfaces.txt | 9 | ||||
| -rw-r--r-- | project/cmake/treedata/common/music.txt | 5 | ||||
| -rw-r--r-- | project/cmake/treedata/common/network.txt | 6 | ||||
| -rw-r--r-- | project/cmake/treedata/common/peripherals.txt | 4 | ||||
| -rw-r--r-- | project/cmake/treedata/common/profiles.txt | 3 | ||||
| -rw-r--r-- | project/cmake/treedata/common/pvr.txt | 7 | ||||
| -rw-r--r-- | project/cmake/treedata/common/settings.txt | 4 | ||||
| -rw-r--r-- | project/cmake/treedata/common/subdirs.txt | 25 | ||||
| -rw-r--r-- | project/cmake/treedata/common/tests.txt | 10 | ||||
| -rw-r--r-- | project/cmake/treedata/common/video.txt | 5 | ||||
| -rw-r--r-- | project/cmake/treedata/common/videoplayer.txt | 12 |
16 files changed, 113 insertions, 0 deletions
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 | ||
