diff options
Diffstat (limited to 'cmake/treedata')
| -rw-r--r-- | cmake/treedata/android/subdirs.txt | 25 | ||||
| -rw-r--r-- | cmake/treedata/common/games.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/retroplayer.txt | 3 | ||||
| -rw-r--r-- | cmake/treedata/common/subdirs.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/freebsd/subdirs.txt | 23 | ||||
| -rw-r--r-- | cmake/treedata/ios/subdirs.txt | 34 | ||||
| -rw-r--r-- | cmake/treedata/linux/subdirs.txt | 24 | ||||
| -rw-r--r-- | cmake/treedata/osx/subdirs.txt | 28 | ||||
| -rw-r--r-- | cmake/treedata/windows/subdirs.txt | 28 | ||||
| -rw-r--r-- | cmake/treedata/windowsstore/subdirs.txt | 29 |
10 files changed, 100 insertions, 98 deletions
diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt index b56618a..7f7fef5 100644 --- a/cmake/treedata/android/subdirs.txt +++ b/cmake/treedata/android/subdirs.txt | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/android cores/RetroPlayer/process/android | 1 | xbmc/cores/RetroPlayer/process/android cores/RetroPlayer/process/android |
| 2 | xbmc/platform/linux platform/linux | ||
| 3 | xbmc/input/touch input/touch | 2 | xbmc/input/touch input/touch |
| 4 | xbmc/input/touch/generic input/touch/generic | 3 | xbmc/input/touch/generic input/touch/generic |
| 5 | xbmc/network/linux network/linux | ||
| 6 | xbmc/network/android network/android | ||
| 7 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 8 | xbmc/peripherals/bus/android peripherals/bus/android | ||
| 9 | xbmc/powermanagement/android powermanagement/android | ||
| 10 | xbmc/storage/android storage/android | ||
| 11 | xbmc/filesystem/posix filesystem/posix | ||
| 12 | xbmc/utils/posix utils_posix | ||
| 13 | xbmc/windowing/android windowing/android | 4 | xbmc/windowing/android windowing/android |
| 14 | xbmc/platform/posix posix | 5 | xbmc/platform/posix platform/posix |
| 15 | xbmc/platform/android/activity android_activity | 6 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 16 | xbmc/platform/android/bionic_supplement android_bionicsupplement | 7 | xbmc/platform/posix/utils platform/posix/utils |
| 8 | xbmc/platform/linux platform/linux | ||
| 9 | xbmc/platform/linux/network platform/linux/network | ||
| 10 | xbmc/platform/linux/peripherals platform/linux/peripherals | ||
| 11 | xbmc/platform/android/activity platform/android/activity | ||
| 12 | xbmc/platform/android/bionic_supplement platform/android/bionicsupplement | ||
| 13 | xbmc/platform/android/filesystem platform/android/filesystem | ||
| 14 | xbmc/platform/android/network platform/android/network | ||
| 15 | xbmc/platform/android/peripherals platform/android/peripherals | ||
| 16 | xbmc/platform/android/powermanagement platform/android/powermanagement | ||
| 17 | xbmc/platform/android/storage platform/android/storage | ||
diff --git a/cmake/treedata/common/games.txt b/cmake/treedata/common/games.txt index b2faead..7b63f6a 100644 --- a/cmake/treedata/common/games.txt +++ b/cmake/treedata/common/games.txt | |||
| @@ -1,10 +1,12 @@ | |||
| 1 | xbmc/games games | 1 | xbmc/games games |
| 2 | xbmc/games/addons games/addons | 2 | xbmc/games/addons games/addons |
| 3 | xbmc/games/addons/input games/addons/input | ||
| 3 | xbmc/games/addons/playback games/addons/playback | 4 | xbmc/games/addons/playback games/addons/playback |
| 4 | xbmc/games/addons/savestates games/addons/savestates | 5 | xbmc/games/addons/savestates games/addons/savestates |
| 5 | xbmc/games/controllers games/controllers | 6 | xbmc/games/controllers games/controllers |
| 6 | xbmc/games/controllers/dialogs games/controllers/dialogs | 7 | xbmc/games/controllers/dialogs games/controllers/dialogs |
| 7 | xbmc/games/controllers/guicontrols games/controllers/guicontrols | 8 | xbmc/games/controllers/guicontrols games/controllers/guicontrols |
| 9 | xbmc/games/controllers/types games/controllers/types | ||
| 8 | xbmc/games/controllers/windows games/controllers/windows | 10 | xbmc/games/controllers/windows games/controllers/windows |
| 9 | xbmc/games/dialogs games/dialogs | 11 | xbmc/games/dialogs games/dialogs |
| 10 | xbmc/games/dialogs/osd games/dialogs/osd | 12 | xbmc/games/dialogs/osd games/dialogs/osd |
diff --git a/cmake/treedata/common/retroplayer.txt b/cmake/treedata/common/retroplayer.txt index 97e27b3..0239801 100644 --- a/cmake/treedata/common/retroplayer.txt +++ b/cmake/treedata/common/retroplayer.txt | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | xbmc/cores/RetroPlayer cores/RetroPlayer | 1 | xbmc/cores/RetroPlayer cores/RetroPlayer |
| 2 | xbmc/cores/RetroPlayer/guibridge cores/RetroPlayer/guibridge | ||
| 2 | xbmc/cores/RetroPlayer/guicontrols cores/RetroPlayer/guicontrols | 3 | xbmc/cores/RetroPlayer/guicontrols cores/RetroPlayer/guicontrols |
| 4 | xbmc/cores/RetroPlayer/guiwindows cores/RetroPlayer/guiwindows | ||
| 3 | xbmc/cores/RetroPlayer/process cores/RetroPlayer/process | 5 | xbmc/cores/RetroPlayer/process cores/RetroPlayer/process |
| 4 | xbmc/cores/RetroPlayer/rendering cores/RetroPlayer/rendering | 6 | xbmc/cores/RetroPlayer/rendering cores/RetroPlayer/rendering |
| 5 | xbmc/cores/RetroPlayer/rendering/VideoRenderers cores/RetroPlayer/rendering/VideoRenderers | 7 | xbmc/cores/RetroPlayer/rendering/VideoRenderers cores/RetroPlayer/rendering/VideoRenderers |
| 6 | xbmc/cores/RetroPlayer/rendering/VideoShaders cores/RetroPlayer/rendering/VideoShaders | 8 | xbmc/cores/RetroPlayer/rendering/VideoShaders cores/RetroPlayer/rendering/VideoShaders |
| 7 | xbmc/cores/RetroPlayer/windows cores/RetroPlayer/windows | ||
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index d5412b5..368f473 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt | |||
| @@ -17,8 +17,8 @@ xbmc/commons commons | |||
| 17 | xbmc/dbwrappers dbwrappers | 17 | xbmc/dbwrappers dbwrappers |
| 18 | xbmc/dialogs dialogs | 18 | xbmc/dialogs dialogs |
| 19 | xbmc/favourites favourites | 19 | xbmc/favourites favourites |
| 20 | xbmc/guiinfo guiinfo | ||
| 21 | xbmc/guilib guilib | 20 | xbmc/guilib guilib |
| 21 | xbmc/guilib/guiinfo guilib_guiinfo | ||
| 22 | xbmc/input input | 22 | xbmc/input input |
| 23 | xbmc/input/joysticks input/joysticks | 23 | xbmc/input/joysticks input/joysticks |
| 24 | xbmc/input/joysticks/dialogs input/joysticks/dialogs | 24 | xbmc/input/joysticks/dialogs input/joysticks/dialogs |
diff --git a/cmake/treedata/freebsd/subdirs.txt b/cmake/treedata/freebsd/subdirs.txt index f7651ee..fe0725c 100644 --- a/cmake/treedata/freebsd/subdirs.txt +++ b/cmake/treedata/freebsd/subdirs.txt | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | xbmc/platform/linux platform/linux | 1 | xbmc/platform/posix platform/posix |
| 2 | xbmc/platform/linux/input platform/linux/input | 2 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 3 | xbmc/input/touch input/touch | 3 | xbmc/platform/posix/utils platform/posix/utils |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/platform/linux platform/linux |
| 5 | xbmc/network/linux network/linux | 5 | xbmc/platform/linux/input platform/linux/input |
| 6 | xbmc/peripherals/bus/linux peripherals/bus/linux | 6 | xbmc/platform/linux/network platform/linux/network |
| 7 | xbmc/powermanagement/linux powermanagement/linux | 7 | xbmc/platform/linux/peripherals platform/linux/peripherals |
| 8 | xbmc/storage/linux storage/linux | 8 | xbmc/platform/linux/powermanagement platform/linux/powermanagement |
| 9 | xbmc/filesystem/posix filesystem/posix | 9 | xbmc/platform/linux/storage platform/linux/storage |
| 10 | xbmc/utils/posix utils_posix | 10 | xbmc/input/touch input/touch |
| 11 | xbmc/platform/posix posix | 11 | xbmc/input/touch/generic input/touch/generic |
| 12 | xbmc/freebsd freebsdsupport | ||
diff --git a/cmake/treedata/ios/subdirs.txt b/cmake/treedata/ios/subdirs.txt index 00f5cf1..a287418 100644 --- a/cmake/treedata/ios/subdirs.txt +++ b/cmake/treedata/ios/subdirs.txt | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | xbmc/platform/linux platform/linux | 1 | xbmc/platform/linux platform/linux |
| 2 | xbmc/input/touch input/touch | 2 | xbmc/platform/linux/network platform/linux/network |
| 3 | xbmc/input/touch/generic input/touch/generic | 3 | xbmc/input/touch input/touch |
| 4 | xbmc/network/linux network/linux | 4 | xbmc/input/touch/generic input/touch/generic |
| 5 | xbmc/network/osx network/osx | 5 | xbmc/platform/posix posix |
| 6 | xbmc/peripherals/bus/osx peripherals/bus/osx | 6 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 7 | xbmc/powermanagement/osx powermanagement/osx | 7 | xbmc/platform/posix/utils platform/posix/utils |
| 8 | xbmc/storage/osx storage/osx | 8 | xbmc/platform/darwin platform/darwin |
| 9 | xbmc/platform/posix posix | 9 | xbmc/platform/darwin/ios platform/ios |
| 10 | xbmc/platform/darwin platform_darwin | 10 | xbmc/platform/darwin/ios-common platform/ios-common |
| 11 | xbmc/platform/darwin/ios platform_ios | 11 | xbmc/platform/darwin/osx/network platform/osx/network |
| 12 | xbmc/platform/darwin/ios-common platform_ios-common | 12 | xbmc/platform/darwin/osx/peripherals platform/osx/peripherals |
| 13 | xbmc/filesystem/posix filesystem/posix | 13 | xbmc/platform/darwin/osx/powermanagement platform/darwin/osx/powermanagement |
| 14 | xbmc/utils/posix utils_posix | 14 | xbmc/platform/darwin/osx/storage platform/osx/storage |
| 15 | xbmc/windowing/osx windowing/osx | 15 | xbmc/windowing/osx windowing/osx |
| 16 | xbmc/cores/RetroPlayer/process/ios cores/RetroPlayer/process/ios | 16 | xbmc/cores/RetroPlayer/process/ios cores/RetroPlayer/process/ios |
| 17 | xbmc/cores/VideoPlayer/Process/ios cores/VideoPlayer/Process/ios | 17 | xbmc/cores/VideoPlayer/Process/ios cores/VideoPlayer/Process/ios |
diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt index b310b53..6e1d013 100644 --- a/cmake/treedata/linux/subdirs.txt +++ b/cmake/treedata/linux/subdirs.txt | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | xbmc/platform/linux platform/linux | 1 | xbmc/platform/posix platform/posix |
| 2 | xbmc/platform/linux/input platform/linux/input | 2 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 3 | xbmc/input/touch input/touch | 3 | xbmc/platform/posix/utils platform/posix/utils |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/platform/linux platform/linux |
| 5 | xbmc/network/linux network/linux | 5 | xbmc/platform/linux/input platform/linux/input |
| 6 | xbmc/peripherals/bus/linux peripherals/bus/linux | 6 | xbmc/platform/linux/network platform/linux/network |
| 7 | xbmc/powermanagement/linux powermanagement/linux | 7 | xbmc/platform/linux/peripherals platform/linux/peripherals |
| 8 | xbmc/storage/linux storage/linux | 8 | xbmc/platform/linux/powermanagement platform/linux/powermanagement |
| 9 | xbmc/filesystem/posix filesystem/posix | 9 | xbmc/platform/linux/storage platform/linux/storage |
| 10 | xbmc/utils/posix utils_posix | 10 | xbmc/input/touch input/touch |
| 11 | xbmc/platform/posix posix | 11 | xbmc/input/touch/generic input/touch/generic |
| 12 | xbmc/cores/RetroPlayer/process/rbpi cores/RetroPlayer/process/rbpi | 12 | xbmc/cores/RetroPlayer/process/rbpi cores/RetroPlayer/process/rbpi |
| 13 | xbmc/cores/VideoPlayer/Process/rbpi cores/VideoPlayer/Process/rbpi | 13 | xbmc/cores/VideoPlayer/Process/rbpi cores/VideoPlayer/Process/rbpi |
| 14 | xbmc/windowing/linux windowing/linux | 14 | xbmc/windowing/linux windowing/linux |
diff --git a/cmake/treedata/osx/subdirs.txt b/cmake/treedata/osx/subdirs.txt index 5b1b302..166a966 100644 --- a/cmake/treedata/osx/subdirs.txt +++ b/cmake/treedata/osx/subdirs.txt | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | xbmc/platform/linux platform/linux | 1 | xbmc/platform/posix posix |
| 2 | xbmc/network/linux network/linux | 2 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 3 | xbmc/network/osx network/osx | 3 | xbmc/platform/posix/utils platform/posix/utils |
| 4 | xbmc/peripherals/bus/osx peripherals/bus/osx | 4 | xbmc/platform/linux platform/linux |
| 5 | xbmc/powermanagement/osx powermanagement/osx | 5 | xbmc/platform/linux/network platform/linux/network |
| 6 | xbmc/storage/osx storage/osx | 6 | xbmc/platform/darwin platform/darwin |
| 7 | xbmc/platform/posix posix | 7 | xbmc/platform/darwin/osx platform/osx |
| 8 | xbmc/platform/darwin platform_darwin | 8 | xbmc/platform/darwin/osx/network platform/osx/network |
| 9 | xbmc/platform/darwin/osx platform_osx | 9 | xbmc/platform/darwin/osx/peripherals platform/osx/peripherals |
| 10 | xbmc/filesystem/posix filesystem/posix | 10 | xbmc/platform/darwin/osx/powermanagement platform/darwin/osx/powermanagement |
| 11 | xbmc/utils/posix utils_posix | 11 | xbmc/platform/darwin/osx/storage platform/osx/storage |
| 12 | xbmc/windowing/osx windowing/osx | 12 | xbmc/windowing/osx windowing/osx |
| 13 | xbmc/cores/RetroPlayer/process/osx cores/RetroPlayer/process/osx | 13 | xbmc/cores/RetroPlayer/process/osx cores/RetroPlayer/process/osx |
| 14 | xbmc/cores/VideoPlayer/Process/osx cores/VideoPlayer/Process/osx | 14 | xbmc/cores/VideoPlayer/Process/osx cores/VideoPlayer/Process/osx |
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt index 8344320..a2c8c29 100644 --- a/cmake/treedata/windows/subdirs.txt +++ b/cmake/treedata/windows/subdirs.txt | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | xbmc/platform/win32 platform_win32 | 1 | xbmc/platform/win32 platform/win32 |
| 2 | xbmc/input/windows input/windows | 2 | xbmc/platform/win32/input platform/win32/input |
| 3 | xbmc/input/touch input/touch | 3 | xbmc/platform/win32/filesystem platform/win32/filesystem |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/platform/win32/network platform/win32/network |
| 5 | xbmc/network/windows network/windows | 5 | xbmc/platform/win32/peripherals platform/win32/peripherals |
| 6 | xbmc/network/mdns network/mdns | 6 | xbmc/platform/win32/powermanagement platform/win32/powermanagement |
| 7 | xbmc/peripherals/bus/win32 peripherals/bus/win32 | 7 | xbmc/platform/win32/storage platform/win32/storage |
| 8 | xbmc/powermanagement/windows powermanagement/windows | 8 | xbmc/platform/win32/utils platform/win32/utils |
| 9 | xbmc/storage/windows storage/windows | 9 | xbmc/input/touch input/touch |
| 10 | xbmc/filesystem/win32 filesystem/win32 | 10 | xbmc/input/touch/generic input/touch/generic |
| 11 | xbmc/utils/win32 utils_win32 | 11 | xbmc/network/mdns network/mdns |
| 12 | xbmc/rendering/dx rendering_dx | 12 | xbmc/rendering/dx rendering/dx |
| 13 | xbmc/threads/platform/win threads_win | 13 | xbmc/threads/platform/win threads/win |
| 14 | xbmc/windowing/windows windowing/windows | 14 | xbmc/windowing/windows windowing/windows |
| 15 | xbmc/cores/RetroPlayer/process/windows cores/RetroPlayer/process/windows | 15 | xbmc/cores/RetroPlayer/process/windows cores/RetroPlayer/process/windows |
| 16 | xbmc/cores/RetroPlayer/rendering/VideoShaders/windows cores/RetroPlayer/rendering/VideoShaders/windows | 16 | xbmc/cores/RetroPlayer/rendering/VideoShaders/windows cores/RetroPlayer/rendering/VideoShaders/windows |
| 17 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows | 17 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows |
diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt index 84150d5..604be08 100644 --- a/cmake/treedata/windowsstore/subdirs.txt +++ b/cmake/treedata/windowsstore/subdirs.txt | |||
| @@ -1,16 +1,15 @@ | |||
| 1 | xbmc/platform/win10 platform_win10 | 1 | xbmc/platform/win10 platform/win10 |
| 2 | xbmc/input/windows input/windows | 2 | xbmc/platform/win10/filesystem platform/win10/filesystem |
| 3 | xbmc/input/touch input/touch | 3 | xbmc/platform/win10/network platform/win10/network |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/platform/win10/peripherals platform/win10/peripherals |
| 5 | xbmc/network/win10 network/win10 | 5 | xbmc/platform/win10/powermanagement platfrom/win10/powermanagement |
| 6 | xbmc/network/mdns network/mdns | 6 | xbmc/platform/win10/storage platfrom/win10/storage |
| 7 | xbmc/peripherals/bus/win10 peripherals/bus/win10 | 7 | xbmc/platform/win32/filesystem platform/win32/filesystem |
| 8 | xbmc/powermanagement/win10 powermanagement/win10 | 8 | xbmc/platform/win32/utils platform/win32/utils |
| 9 | xbmc/storage/win10 storage/win10 | 9 | xbmc/input/touch input/touch |
| 10 | xbmc/filesystem/win32 filesystem/win32 | 10 | xbmc/input/touch/generic input/touch/generic |
| 11 | xbmc/filesystem/win10 filesystem/win10 | 11 | xbmc/network/mdns network/mdns |
| 12 | xbmc/utils/win32 utils_win32 | 12 | xbmc/rendering/dx rendering/dx |
| 13 | xbmc/rendering/dx rendering_dx | 13 | xbmc/threads/platform/win threads/win |
| 14 | xbmc/threads/platform/win threads_win | 14 | xbmc/windowing/win10 windowing/win10 |
| 15 | xbmc/windowing/win10 windowing/win10 | ||
| 16 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows | 15 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows |
