diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
| commit | e317daf081a1048904fdf0b548946fa3ba6593a7 (patch) | |
| tree | 285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /cmake/treedata/common | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2 kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip | |
sync with upstream
Diffstat (limited to 'cmake/treedata/common')
| -rw-r--r-- | cmake/treedata/common/drm.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/common/filesystem.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/media.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/subdirs.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/tests.txt | 5 | ||||
| -rw-r--r-- | cmake/treedata/common/videoplayer.txt | 2 |
6 files changed, 8 insertions, 6 deletions
diff --git a/cmake/treedata/common/drm.txt b/cmake/treedata/common/drm.txt deleted file mode 100644 index fbcc906..0000000 --- a/cmake/treedata/common/drm.txt +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | xbmc/drm drm | ||
diff --git a/cmake/treedata/common/filesystem.txt b/cmake/treedata/common/filesystem.txt index 1c49a74..37a2536 100644 --- a/cmake/treedata/common/filesystem.txt +++ b/cmake/treedata/common/filesystem.txt | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | xbmc/filesystem filesystem | 1 | xbmc/filesystem filesystem |
| 2 | xbmc/filesystem/VideoDatabaseDirectory filesystem/videodatabase | ||
| 3 | xbmc/filesystem/MusicDatabaseDirectory filesystem/musicdatabase | 2 | xbmc/filesystem/MusicDatabaseDirectory filesystem/musicdatabase |
| 3 | xbmc/filesystem/VideoDatabaseDirectory filesystem/videodatabase | ||
diff --git a/cmake/treedata/common/media.txt b/cmake/treedata/common/media.txt new file mode 100644 index 0000000..519fece --- /dev/null +++ b/cmake/treedata/common/media.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/media media | ||
| 2 | xbmc/media/drm drm | ||
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index 368f473..083e8ef 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt | |||
| @@ -20,6 +20,7 @@ xbmc/favourites favourites | |||
| 20 | xbmc/guilib guilib | 20 | xbmc/guilib guilib |
| 21 | xbmc/guilib/guiinfo guilib_guiinfo | 21 | xbmc/guilib/guiinfo guilib_guiinfo |
| 22 | xbmc/input input | 22 | xbmc/input input |
| 23 | xbmc/input/actions input/actions | ||
| 23 | xbmc/input/joysticks input/joysticks | 24 | xbmc/input/joysticks input/joysticks |
| 24 | xbmc/input/joysticks/dialogs input/joysticks/dialogs | 25 | xbmc/input/joysticks/dialogs input/joysticks/dialogs |
| 25 | xbmc/input/joysticks/generic input/joysticks/generic | 26 | xbmc/input/joysticks/generic input/joysticks/generic |
| @@ -29,7 +30,6 @@ xbmc/input/keyboard/generic input/keyboard/generic | |||
| 29 | xbmc/input/mouse input/mouse | 30 | xbmc/input/mouse input/mouse |
| 30 | xbmc/input/mouse/generic input/mouse/generic | 31 | xbmc/input/mouse/generic input/mouse/generic |
| 31 | xbmc/listproviders listproviders | 32 | xbmc/listproviders listproviders |
| 32 | xbmc/media media | ||
| 33 | xbmc/messaging messaging | 33 | xbmc/messaging messaging |
| 34 | xbmc/messaging/helpers messagingHelpers | 34 | xbmc/messaging/helpers messagingHelpers |
| 35 | xbmc/pictures pictures | 35 | xbmc/pictures pictures |
diff --git a/cmake/treedata/common/tests.txt b/cmake/treedata/common/tests.txt index 358bc4d..415eae6 100644 --- a/cmake/treedata/common/tests.txt +++ b/cmake/treedata/common/tests.txt | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | xbmc/test test | ||
| 2 | xbmc/addons/test test/addons | 1 | xbmc/addons/test test/addons |
| 2 | xbmc/cores/AudioEngine/Sinks/test test/audioengine_sinks | ||
| 3 | xbmc/filesystem/test test/filesystem | 3 | xbmc/filesystem/test test/filesystem |
| 4 | xbmc/interfaces/python/test test/python | 4 | xbmc/interfaces/python/test test/python |
| 5 | xbmc/music/tags/test test/music_tags | 5 | xbmc/music/tags/test test/music_tags |
| 6 | xbmc/network/test test/network | 6 | xbmc/network/test test/network |
| 7 | xbmc/playlists/test test/playlists | ||
| 8 | xbmc/test test | ||
| 7 | xbmc/threads/test test/threads | 9 | xbmc/threads/test test/threads |
| 8 | xbmc/utils/test test/utils | 10 | xbmc/utils/test test/utils |
| 9 | xbmc/video/test test/video | 11 | xbmc/video/test test/video |
| 10 | xbmc/cores/AudioEngine/Sinks/test test/audioengine_sinks | ||
diff --git a/cmake/treedata/common/videoplayer.txt b/cmake/treedata/common/videoplayer.txt index 8c8d45d..ce6a757 100644 --- a/cmake/treedata/common/videoplayer.txt +++ b/cmake/treedata/common/videoplayer.txt | |||
| @@ -8,5 +8,5 @@ xbmc/cores/VideoPlayer/DVDInputStreams cores/VideoPlayer/inputstream | |||
| 8 | xbmc/cores/VideoPlayer/DVDSubtitles cores/VideoPlayer/subtitles | 8 | xbmc/cores/VideoPlayer/DVDSubtitles cores/VideoPlayer/subtitles |
| 9 | xbmc/cores/VideoPlayer/Process cores/VideoPlayer/process | 9 | xbmc/cores/VideoPlayer/Process cores/VideoPlayer/process |
| 10 | xbmc/cores/VideoPlayer/VideoRenderers cores/VideoPlayer/videorenderers | 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 | 11 | xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender cores/VideoPlayer/videorenderers/hwdec |
| 12 | xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders cores/VideoPlayer/videorenderers/shaders | ||
