diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:23:35 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:23:35 +0200 |
| commit | cf85cccfdb1aa57b6246641f606563288e0870e5 (patch) | |
| tree | 06b9d173bf466d555d99803d1bce388e666444e5 /cmake/treedata | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.tar.gz kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.tar.bz2 kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.zip | |
sync with upstreamLeia
Diffstat (limited to 'cmake/treedata')
| -rw-r--r-- | cmake/treedata/android/subdirs.txt | 37 | ||||
| -rw-r--r-- | cmake/treedata/common/drm.txt | 1 | ||||
| -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 | 1 |
5 files changed, 24 insertions, 19 deletions
diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt index 036fd24..53a04f0 100644 --- a/cmake/treedata/android/subdirs.txt +++ b/cmake/treedata/android/subdirs.txt | |||
| @@ -1,17 +1,20 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/android cores/RetroPlayer/process/android | 1 | xbmc/cores/RetroPlayer/process/android cores/RetroPlayer/process/android |
| 2 | xbmc/input/touch input/touch | 2 | xbmc/cores/VideoPlayer/Process/android/ cores/VideoPlayer/Process/android/ |
| 3 | xbmc/input/touch/generic input/touch/generic | 3 | xbmc/input/touch input/touch |
| 4 | xbmc/windowing/android windowing/android | 4 | xbmc/input/touch/generic input/touch/generic |
| 5 | xbmc/platform/posix platform/posix | 5 | xbmc/media/decoderfilter media/decoderfilter |
| 6 | xbmc/platform/posix/filesystem platform/posix/filesystem | 6 | xbmc/windowing/android windowing/android |
| 7 | xbmc/platform/posix/utils platform/posix/utils | 7 | xbmc/platform/posix platform/posix |
| 8 | xbmc/platform/linux platform/linux | 8 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 9 | xbmc/platform/linux/peripherals platform/linux/peripherals | 9 | xbmc/platform/posix/utils platform/posix/utils |
| 10 | xbmc/platform/android/activity platform/android/activity | 10 | xbmc/platform/linux platform/linux |
| 11 | xbmc/platform/android/bionic_supplement platform/android/bionicsupplement | 11 | xbmc/platform/linux/peripherals platform/linux/peripherals |
| 12 | xbmc/platform/android/drm platform/android/drm | 12 | xbmc/platform/android/activity platform/android/activity |
| 13 | xbmc/platform/android/filesystem platform/android/filesystem | 13 | xbmc/platform/android/bionic_supplement platform/android/bionicsupplement |
| 14 | xbmc/platform/android/network platform/android/network | 14 | xbmc/platform/android/media/drm platform/android/media/drm |
| 15 | xbmc/platform/android/peripherals platform/android/peripherals | 15 | xbmc/platform/android/media/decoderfilter platform/android/media/decoderfilter |
| 16 | xbmc/platform/android/powermanagement platform/android/powermanagement | 16 | xbmc/platform/android/filesystem platform/android/filesystem |
| 17 | xbmc/platform/android/storage platform/android/storage | 17 | xbmc/platform/android/network platform/android/network |
| 18 | xbmc/platform/android/peripherals platform/android/peripherals | ||
| 19 | xbmc/platform/android/powermanagement platform/android/powermanagement | ||
| 20 | xbmc/platform/android/storage platform/android/storage | ||
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/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..6889cc1 100644 --- a/cmake/treedata/common/tests.txt +++ b/cmake/treedata/common/tests.txt | |||
| @@ -4,6 +4,7 @@ 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 | ||
| 7 | xbmc/threads/test test/threads | 8 | xbmc/threads/test test/threads |
| 8 | xbmc/utils/test test/utils | 9 | xbmc/utils/test test/utils |
| 9 | xbmc/video/test test/video | 10 | xbmc/video/test test/video |
