diff options
Diffstat (limited to 'project/cmake')
| -rw-r--r-- | project/cmake/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | project/cmake/addons/addons/pvr.dvbviewer/platforms.txt | 2 | ||||
| -rw-r--r-- | project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt | 2 | ||||
| -rw-r--r-- | project/cmake/installdata/addon-bindings.txt | 9 | ||||
| -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 |
10 files changed, 51 insertions, 32 deletions
diff --git a/project/cmake/CMakeLists.txt b/project/cmake/CMakeLists.txt index 03b3752..d58aa3c 100644 --- a/project/cmake/CMakeLists.txt +++ b/project/cmake/CMakeLists.txt | |||
| @@ -280,6 +280,7 @@ core_link_library(XBMC_codec addons/library.xbmc.codec/libXBMC_codec) | |||
| 280 | core_link_library(KODI_guilib addons/library.kodi.guilib/libKODI_guilib) | 280 | core_link_library(KODI_guilib addons/library.kodi.guilib/libKODI_guilib) |
| 281 | core_link_library(KODI_adsp addons/library.kodi.adsp/libKODI_adsp) | 281 | core_link_library(KODI_adsp addons/library.kodi.adsp/libKODI_adsp) |
| 282 | core_link_library(XBMC_pvr addons/library.xbmc.pvr/libXBMC_pvr) | 282 | core_link_library(XBMC_pvr addons/library.xbmc.pvr/libXBMC_pvr) |
| 283 | core_link_library(KODI_peripheral addons/library.kodi.peripheral/libKODI_peripheral) | ||
| 283 | 284 | ||
| 284 | file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/system/players/VideoPlayer) | 285 | file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/system/players/VideoPlayer) |
| 285 | add_custom_target(wrap-libraries ALL DEPENDS ${WRAP_FILES}) | 286 | add_custom_target(wrap-libraries ALL DEPENDS ${WRAP_FILES}) |
diff --git a/project/cmake/addons/addons/pvr.dvbviewer/platforms.txt b/project/cmake/addons/addons/pvr.dvbviewer/platforms.txt index 0702cb5..baa6044 100644 --- a/project/cmake/addons/addons/pvr.dvbviewer/platforms.txt +++ b/project/cmake/addons/addons/pvr.dvbviewer/platforms.txt | |||
| @@ -1 +1 @@ | |||
| all | all \ No newline at end of file | ||
diff --git a/project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt b/project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt index 0924150..db25aa2 100644 --- a/project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt +++ b/project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt | |||
| @@ -1 +1 @@ | |||
| pvr.dvbviewer https://github.com/manuelm/pvr.dvbviewer \ No newline at end of file | pvr.dvbviewer https://github.com/manuelm/pvr.dvbviewer master \ No newline at end of file | ||
diff --git a/project/cmake/installdata/addon-bindings.txt b/project/cmake/installdata/addon-bindings.txt index 9bebac6..61d2bc1 100644 --- a/project/cmake/installdata/addon-bindings.txt +++ b/project/cmake/installdata/addon-bindings.txt | |||
| @@ -13,20 +13,21 @@ xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_epg_types.h | |||
| 13 | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h | 13 | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h |
| 14 | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_types.h | 14 | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_types.h |
| 15 | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h | 15 | xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h |
| 16 | xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_callbacks.h | ||
| 17 | xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_dll.h | ||
| 18 | xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_types.h | ||
| 19 | xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_utils.hpp | ||
| 16 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h | 20 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h |
| 17 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_types.h | 21 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_types.h |
| 18 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_dll.h | 22 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_dll.h |
| 19 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_types.h | 23 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_types.h |
| 20 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_dll.h | 24 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_dll.h |
| 21 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_types.h | 25 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_types.h |
| 22 | xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_stream_utils.hpp | ||
| 23 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h | 26 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h |
| 24 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_audioengine.h | 27 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_audioengine.h |
| 25 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_adsp.h | 28 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_adsp.h |
| 26 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h | 29 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h |
| 27 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_inputstream.h | 30 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_inputstream.h |
| 31 | xbmc/addons/kodi-addon-dev-kit-include/kodi/libKODI_peripheral.h | ||
| 28 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_pvr.h | 32 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_pvr.h |
| 29 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_codec.h | 33 | xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_codec.h |
| 30 | xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxPacket.h | ||
| 31 | xbmc/cores/AudioEngine/Utils/AEChannelData.h | ||
| 32 | xbmc/filesystem/IFileTypes.h | ||
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 | ||
