diff options
Diffstat (limited to 'cmake/treedata')
| -rw-r--r-- | cmake/treedata/android/subdirs.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/games.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/common/subdirs.txt | 6 | ||||
| -rw-r--r-- | cmake/treedata/ios/subdirs.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/linux/subdirs.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/optional/common/X.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/optional/common/gbm.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/osx/subdirs.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/rbpi/omxplayer.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/rbpi/subdirs.txt | 12 | ||||
| -rw-r--r-- | cmake/treedata/windows/subdirs.txt | 1 |
11 files changed, 13 insertions, 16 deletions
diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt index e175b6d..0733201 100644 --- a/cmake/treedata/android/subdirs.txt +++ b/cmake/treedata/android/subdirs.txt | |||
| @@ -2,6 +2,7 @@ xbmc/linux linuxsupport | |||
| 2 | xbmc/input/touch input/touch | 2 | xbmc/input/touch input/touch |
| 3 | xbmc/input/touch/generic input/touch/generic | 3 | xbmc/input/touch/generic input/touch/generic |
| 4 | xbmc/network/linux network/linux | 4 | xbmc/network/linux network/linux |
| 5 | xbmc/network/android network/android | ||
| 5 | xbmc/peripherals/bus/linux peripherals/bus/linux | 6 | xbmc/peripherals/bus/linux peripherals/bus/linux |
| 6 | xbmc/peripherals/bus/android peripherals/bus/android | 7 | xbmc/peripherals/bus/android peripherals/bus/android |
| 7 | xbmc/powermanagement/android powermanagement/android | 8 | xbmc/powermanagement/android powermanagement/android |
| @@ -12,4 +13,3 @@ xbmc/windowing/android windowing/android | |||
| 12 | xbmc/platform/posix posix | 13 | xbmc/platform/posix posix |
| 13 | xbmc/platform/android/activity android_activity | 14 | xbmc/platform/android/activity android_activity |
| 14 | xbmc/platform/android/bionic_supplement android_bionicsupplement | 15 | xbmc/platform/android/bionic_supplement android_bionicsupplement |
| 15 | xbmc/platform/android/loader android_loader | ||
diff --git a/cmake/treedata/common/games.txt b/cmake/treedata/common/games.txt index 03d42bc..b2faead 100644 --- a/cmake/treedata/common/games.txt +++ b/cmake/treedata/common/games.txt | |||
| @@ -7,6 +7,7 @@ xbmc/games/controllers/dialogs games/controllers/dialogs | |||
| 7 | xbmc/games/controllers/guicontrols games/controllers/guicontrols | 7 | xbmc/games/controllers/guicontrols games/controllers/guicontrols |
| 8 | xbmc/games/controllers/windows games/controllers/windows | 8 | xbmc/games/controllers/windows games/controllers/windows |
| 9 | xbmc/games/dialogs games/dialogs | 9 | xbmc/games/dialogs games/dialogs |
| 10 | xbmc/games/dialogs/osd games/dialogs/osd | ||
| 10 | xbmc/games/ports games/ports | 11 | xbmc/games/ports games/ports |
| 11 | xbmc/games/tags games/tags | 12 | xbmc/games/tags games/tags |
| 12 | xbmc/games/windows games/windows | 13 | xbmc/games/windows games/windows |
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index 5a25afe..ee4e83c 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | xbmc xbmc | 1 | xbmc xbmc |
| 2 | xbmc/addons addons | 2 | xbmc/addons addons |
| 3 | xbmc/addons/binary-addons addons_binary-addons | ||
| 3 | xbmc/addons/interfaces addonsBinaryInterfaces | 4 | xbmc/addons/interfaces addonsBinaryInterfaces |
| 4 | xbmc/addons/interfaces/Addon addonCallbacks_Addon | 5 | xbmc/addons/interfaces/Addon addonCallbacks_Addon |
| 5 | xbmc/addons/interfaces/GUI addonCallbacks_GUI | 6 | xbmc/addons/interfaces/GUI addons_interfaces_gui |
| 7 | xbmc/addons/interfaces/GUI/controls addons_interfaces_gui_controls | ||
| 8 | xbmc/addons/interfaces/GUI/dialogs addons_interfaces_gui_dialogs | ||
| 6 | xbmc/addons/settings addonsSettings | 9 | xbmc/addons/settings addonsSettings |
| 7 | xbmc/commons commons | 10 | xbmc/commons commons |
| 8 | xbmc/dbwrappers dbwrappers | 11 | xbmc/dbwrappers dbwrappers |
| @@ -13,6 +16,7 @@ xbmc/input input | |||
| 13 | xbmc/input/joysticks input/joysticks | 16 | xbmc/input/joysticks input/joysticks |
| 14 | xbmc/input/joysticks/dialogs input/joysticks/dialogs | 17 | xbmc/input/joysticks/dialogs input/joysticks/dialogs |
| 15 | xbmc/input/joysticks/generic input/joysticks/generic | 18 | xbmc/input/joysticks/generic input/joysticks/generic |
| 19 | xbmc/input/joysticks/keymaps input/joysticks/keymaps | ||
| 16 | xbmc/input/keyboard input/keyboard | 20 | xbmc/input/keyboard input/keyboard |
| 17 | xbmc/input/keyboard/generic input/keyboard/generic | 21 | xbmc/input/keyboard/generic input/keyboard/generic |
| 18 | xbmc/input/mouse input/mouse | 22 | xbmc/input/mouse input/mouse |
diff --git a/cmake/treedata/ios/subdirs.txt b/cmake/treedata/ios/subdirs.txt index b681ed5..4bbeeb1 100644 --- a/cmake/treedata/ios/subdirs.txt +++ b/cmake/treedata/ios/subdirs.txt | |||
| @@ -13,3 +13,4 @@ xbmc/platform/darwin/ios-common platform_ios-common | |||
| 13 | xbmc/filesystem/posix filesystem/posix | 13 | xbmc/filesystem/posix filesystem/posix |
| 14 | xbmc/utils/posix utils_posix | 14 | xbmc/utils/posix utils_posix |
| 15 | xbmc/windowing/osx windowing/osx | 15 | xbmc/windowing/osx windowing/osx |
| 16 | xbmc/cores/VideoPlayer/Process/ios cores/VideoPlayer/Process/ios | ||
diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt index 2dc8045..1ed11f5 100644 --- a/cmake/treedata/linux/subdirs.txt +++ b/cmake/treedata/linux/subdirs.txt | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | xbmc/linux linuxsupport | 1 | xbmc/linux linuxsupport |
| 2 | xbmc/linux/sse4 sse4 | ||
| 3 | xbmc/input/linux input/linux | 2 | xbmc/input/linux input/linux |
| 4 | xbmc/input/touch input/touch | 3 | xbmc/input/touch input/touch |
| 5 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/input/touch/generic input/touch/generic |
| @@ -11,3 +10,4 @@ xbmc/filesystem/posix filesystem/posix | |||
| 11 | xbmc/utils/posix utils_posix | 10 | xbmc/utils/posix utils_posix |
| 12 | xbmc/windowing/egl windowing/egl | 11 | xbmc/windowing/egl windowing/egl |
| 13 | xbmc/platform/posix posix | 12 | xbmc/platform/posix posix |
| 13 | xbmc/cores/VideoPlayer/Process/rbpi cores/VideoPlayer/Process/rbpi | ||
diff --git a/cmake/treedata/optional/common/X.txt b/cmake/treedata/optional/common/X.txt index 617ff40..26b8a90 100644 --- a/cmake/treedata/optional/common/X.txt +++ b/cmake/treedata/optional/common/X.txt | |||
| @@ -1 +1,2 @@ | |||
| 1 | xbmc/windowing/X11 windowing/X11 # X | 1 | xbmc/windowing/X11 windowing/X11 # X |
| 2 | xbmc/cores/VideoPlayer/Process/X11 cores/VideoPlayer/Process/X11 # X | ||
diff --git a/cmake/treedata/optional/common/gbm.txt b/cmake/treedata/optional/common/gbm.txt new file mode 100644 index 0000000..1adde93 --- /dev/null +++ b/cmake/treedata/optional/common/gbm.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/windowing/gbm windowing/gbm # GBM | |||
diff --git a/cmake/treedata/osx/subdirs.txt b/cmake/treedata/osx/subdirs.txt index f0fc5c5..a520243 100644 --- a/cmake/treedata/osx/subdirs.txt +++ b/cmake/treedata/osx/subdirs.txt | |||
| @@ -10,3 +10,4 @@ xbmc/platform/darwin/osx platform_osx | |||
| 10 | xbmc/filesystem/posix filesystem/posix | 10 | xbmc/filesystem/posix filesystem/posix |
| 11 | xbmc/utils/posix utils_posix | 11 | xbmc/utils/posix utils_posix |
| 12 | xbmc/windowing/osx windowing/osx | 12 | xbmc/windowing/osx windowing/osx |
| 13 | xbmc/cores/VideoPlayer/Process/osx cores/VideoPlayer/Process/osx | ||
diff --git a/cmake/treedata/rbpi/omxplayer.txt b/cmake/treedata/rbpi/omxplayer.txt deleted file mode 100644 index d56f1df..0000000 --- a/cmake/treedata/rbpi/omxplayer.txt +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | xbmc/cores/omxplayer cores/omxplayer | ||
diff --git a/cmake/treedata/rbpi/subdirs.txt b/cmake/treedata/rbpi/subdirs.txt deleted file mode 100644 index c98652a..0000000 --- a/cmake/treedata/rbpi/subdirs.txt +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 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/rpi windowing/rpi # EGL | ||
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt index e52d2f6..bdbbe1d 100644 --- a/cmake/treedata/windows/subdirs.txt +++ b/cmake/treedata/windows/subdirs.txt | |||
| @@ -12,3 +12,4 @@ xbmc/utils/win32 utils_win32 | |||
| 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/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows | ||
