diff options
Diffstat (limited to 'project/cmake/treedata')
| -rw-r--r-- | project/cmake/treedata/android/subdirs.txt | 1 | ||||
| -rw-r--r-- | project/cmake/treedata/common/addons.txt | 1 | ||||
| -rw-r--r-- | project/cmake/treedata/common/games.txt | 3 | ||||
| -rw-r--r-- | project/cmake/treedata/common/peripherals.txt | 2 | ||||
| -rw-r--r-- | project/cmake/treedata/common/subdirs.txt | 61 | ||||
| -rw-r--r-- | project/cmake/treedata/optional/common/cec.txt | 1 |
6 files changed, 43 insertions, 26 deletions
diff --git a/project/cmake/treedata/android/subdirs.txt b/project/cmake/treedata/android/subdirs.txt index 1c75fa6..599017c 100644 --- a/project/cmake/treedata/android/subdirs.txt +++ b/project/cmake/treedata/android/subdirs.txt | |||
| @@ -3,6 +3,7 @@ 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/peripherals/bus/linux peripherals/bus/linux | 5 | xbmc/peripherals/bus/linux peripherals/bus/linux |
| 6 | xbmc/peripherals/bus/android peripherals/bus/android | ||
| 6 | xbmc/powermanagement/android powermanagement/android | 7 | xbmc/powermanagement/android powermanagement/android |
| 7 | xbmc/storage/android storage/android | 8 | xbmc/storage/android storage/android |
| 8 | xbmc/filesystem/posix filesystem/posix | 9 | xbmc/filesystem/posix filesystem/posix |
diff --git a/project/cmake/treedata/common/addons.txt b/project/cmake/treedata/common/addons.txt index 29b7990..76410b7 100644 --- a/project/cmake/treedata/common/addons.txt +++ b/project/cmake/treedata/common/addons.txt | |||
| @@ -2,6 +2,7 @@ lib/addons/library.kodi.adsp KODI_adsp | |||
| 2 | lib/addons/library.kodi.audioengine KODI_audioengine | 2 | lib/addons/library.kodi.audioengine KODI_audioengine |
| 3 | lib/addons/library.kodi.guilib KODI_guilib | 3 | lib/addons/library.kodi.guilib KODI_guilib |
| 4 | lib/addons/library.kodi.inputstream KODI_inputstream | 4 | lib/addons/library.kodi.inputstream KODI_inputstream |
| 5 | lib/addons/library.kodi.peripheral KODI_peripheral | ||
| 5 | lib/addons/library.xbmc.addon XBMC_addon | 6 | lib/addons/library.xbmc.addon XBMC_addon |
| 6 | lib/addons/library.xbmc.codec XBMC_codec | 7 | lib/addons/library.xbmc.codec XBMC_codec |
| 7 | lib/addons/library.xbmc.pvr XBMC_pvr | 8 | lib/addons/library.xbmc.pvr XBMC_pvr |
diff --git a/project/cmake/treedata/common/games.txt b/project/cmake/treedata/common/games.txt new file mode 100644 index 0000000..e4e8b89 --- /dev/null +++ b/project/cmake/treedata/common/games.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | xbmc/games/controllers games/controllers | ||
| 2 | xbmc/games/controllers/guicontrols games/controllers/guicontrols | ||
| 3 | xbmc/games/controllers/windows games/controllers/windows | ||
diff --git a/project/cmake/treedata/common/peripherals.txt b/project/cmake/treedata/common/peripherals.txt index e6d9283..903b537 100644 --- a/project/cmake/treedata/common/peripherals.txt +++ b/project/cmake/treedata/common/peripherals.txt | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | xbmc/peripherals peripherals | 1 | xbmc/peripherals peripherals |
| 2 | xbmc/peripherals/addons peripherals/addons | ||
| 2 | xbmc/peripherals/bus peripherals/bus | 3 | xbmc/peripherals/bus peripherals/bus |
| 4 | xbmc/peripherals/bus/virtual peripherals/bus/virtual | ||
| 3 | xbmc/peripherals/devices peripherals/devices | 5 | xbmc/peripherals/devices peripherals/devices |
| 4 | xbmc/peripherals/dialogs peripherals/dialogs | 6 | xbmc/peripherals/dialogs peripherals/dialogs |
diff --git a/project/cmake/treedata/common/subdirs.txt b/project/cmake/treedata/common/subdirs.txt index 762547e..c2828e0 100644 --- a/project/cmake/treedata/common/subdirs.txt +++ b/project/cmake/treedata/common/subdirs.txt | |||
| @@ -1,25 +1,36 @@ | |||
| 1 | xbmc xbmc | 1 | xbmc xbmc |
| 2 | xbmc/addons addons | 2 | xbmc/addons addons |
| 3 | xbmc/commons commons | 3 | xbmc/addons/binary/interfaces addonsBinaryInterfaces |
| 4 | xbmc/cdrip cdrip | 4 | xbmc/addons/binary/interfaces/api1/Addon api1AddonCallbacks_Addon |
| 5 | xbmc/dbwrappers dbwrappers | 5 | xbmc/addons/binary/interfaces/api1/AudioDSP api1AddonCallbacks_AudioDSP |
| 6 | xbmc/dialogs dialogs | 6 | xbmc/addons/binary/interfaces/api1/AudioEngine api1AddonCallbacks_AudioEngine |
| 7 | xbmc/epg epg | 7 | xbmc/addons/binary/interfaces/api1/Codec api1AddonCallbacks_Codec |
| 8 | xbmc/guilib guilib | 8 | xbmc/addons/binary/interfaces/api1/GUI api1AddonCallbacks_GUI |
| 9 | xbmc/input input | 9 | xbmc/addons/binary/interfaces/api1/InputStream api1AddonCallbacks_InputStream |
| 10 | xbmc/listproviders listproviders | 10 | xbmc/addons/binary/interfaces/api1/Peripheral api1AddonCallbacks_Peripheral |
| 11 | xbmc/media media | 11 | xbmc/addons/binary/interfaces/api1/PVR api1AddonCallbacks_PVR |
| 12 | xbmc/messaging messaging | 12 | xbmc/commons commons |
| 13 | xbmc/messaging/helpers messagingHelpers | 13 | xbmc/cdrip cdrip |
| 14 | xbmc/pictures pictures | 14 | xbmc/dbwrappers dbwrappers |
| 15 | xbmc/platform platform | 15 | xbmc/dialogs dialogs |
| 16 | xbmc/playlists playlists | 16 | xbmc/epg epg |
| 17 | xbmc/powermanagement powermanagement | 17 | xbmc/guilib guilib |
| 18 | xbmc/programs programs | 18 | xbmc/input input |
| 19 | xbmc/rendering rendering | 19 | xbmc/input/joysticks input/joysticks |
| 20 | xbmc/storage storage | 20 | xbmc/input/joysticks/generic input/joysticks/generic |
| 21 | xbmc/threads threads | 21 | xbmc/listproviders listproviders |
| 22 | xbmc/utils utils | 22 | xbmc/media media |
| 23 | xbmc/view view | 23 | xbmc/messaging messaging |
| 24 | xbmc/windowing windowing | 24 | xbmc/messaging/helpers messagingHelpers |
| 25 | xbmc/windows windows | 25 | xbmc/pictures pictures |
| 26 | xbmc/platform platform | ||
| 27 | xbmc/playlists playlists | ||
| 28 | xbmc/powermanagement powermanagement | ||
| 29 | xbmc/programs programs | ||
| 30 | xbmc/rendering rendering | ||
| 31 | xbmc/storage storage | ||
| 32 | xbmc/threads threads | ||
| 33 | xbmc/utils utils | ||
| 34 | xbmc/view view | ||
| 35 | xbmc/windowing windowing | ||
| 36 | xbmc/windows windows | ||
diff --git a/project/cmake/treedata/optional/common/cec.txt b/project/cmake/treedata/optional/common/cec.txt deleted file mode 100644 index 19cd7f7..0000000 --- a/project/cmake/treedata/optional/common/cec.txt +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | xbmc/peripherals/bus/virtual peripherals/bus/virtual # CEC | ||
