summaryrefslogtreecommitdiffstats
path: root/project/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake')
-rw-r--r--project/cmake/CMakeLists.txt1
-rw-r--r--project/cmake/addons/addons/pvr.dvbviewer/platforms.txt2
-rw-r--r--project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt2
-rw-r--r--project/cmake/installdata/addon-bindings.txt9
-rw-r--r--project/cmake/treedata/android/subdirs.txt1
-rw-r--r--project/cmake/treedata/common/addons.txt1
-rw-r--r--project/cmake/treedata/common/games.txt3
-rw-r--r--project/cmake/treedata/common/peripherals.txt2
-rw-r--r--project/cmake/treedata/common/subdirs.txt61
-rw-r--r--project/cmake/treedata/optional/common/cec.txt1
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)
280core_link_library(KODI_guilib addons/library.kodi.guilib/libKODI_guilib) 280core_link_library(KODI_guilib addons/library.kodi.guilib/libKODI_guilib)
281core_link_library(KODI_adsp addons/library.kodi.adsp/libKODI_adsp) 281core_link_library(KODI_adsp addons/library.kodi.adsp/libKODI_adsp)
282core_link_library(XBMC_pvr addons/library.xbmc.pvr/libXBMC_pvr) 282core_link_library(XBMC_pvr addons/library.xbmc.pvr/libXBMC_pvr)
283core_link_library(KODI_peripheral addons/library.kodi.peripheral/libKODI_peripheral)
283 284
284file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/system/players/VideoPlayer) 285file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/system/players/VideoPlayer)
285add_custom_target(wrap-libraries ALL DEPENDS ${WRAP_FILES}) 286add_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
13xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h 13xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_dll.h
14xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_types.h 14xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_inputstream_types.h
15xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h 15xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h
16xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_callbacks.h
17xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_dll.h
18xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_types.h
19xbmc/addons/kodi-addon-dev-kit/include/kodi_peripheral_utils.hpp
16xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h 20xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h
17xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_types.h 21xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_types.h
18xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_dll.h 22xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_dll.h
19xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_types.h 23xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_scr_types.h
20xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_dll.h 24xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_dll.h
21xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_types.h 25xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_vis_types.h
22xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_stream_utils.hpp
23xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h 26xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_addon.h
24xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_audioengine.h 27xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_audioengine.h
25xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_adsp.h 28xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_adsp.h
26xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h 29xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h
27xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_inputstream.h 30xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_inputstream.h
31xbmc/addons/kodi-addon-dev-kit-include/kodi/libKODI_peripheral.h
28xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_pvr.h 32xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_pvr.h
29xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_codec.h 33xbmc/addons/kodi-addon-dev-kit/include/kodi/libXBMC_codec.h
30xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxPacket.h
31xbmc/cores/AudioEngine/Utils/AEChannelData.h
32xbmc/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
3xbmc/input/touch/generic input/touch/generic 3xbmc/input/touch/generic input/touch/generic
4xbmc/network/linux network/linux 4xbmc/network/linux network/linux
5xbmc/peripherals/bus/linux peripherals/bus/linux 5xbmc/peripherals/bus/linux peripherals/bus/linux
6xbmc/peripherals/bus/android peripherals/bus/android
6xbmc/powermanagement/android powermanagement/android 7xbmc/powermanagement/android powermanagement/android
7xbmc/storage/android storage/android 8xbmc/storage/android storage/android
8xbmc/filesystem/posix filesystem/posix 9xbmc/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
2lib/addons/library.kodi.audioengine KODI_audioengine 2lib/addons/library.kodi.audioengine KODI_audioengine
3lib/addons/library.kodi.guilib KODI_guilib 3lib/addons/library.kodi.guilib KODI_guilib
4lib/addons/library.kodi.inputstream KODI_inputstream 4lib/addons/library.kodi.inputstream KODI_inputstream
5lib/addons/library.kodi.peripheral KODI_peripheral
5lib/addons/library.xbmc.addon XBMC_addon 6lib/addons/library.xbmc.addon XBMC_addon
6lib/addons/library.xbmc.codec XBMC_codec 7lib/addons/library.xbmc.codec XBMC_codec
7lib/addons/library.xbmc.pvr XBMC_pvr 8lib/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 @@
1xbmc/games/controllers games/controllers
2xbmc/games/controllers/guicontrols games/controllers/guicontrols
3xbmc/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 @@
1xbmc/peripherals peripherals 1xbmc/peripherals peripherals
2xbmc/peripherals/addons peripherals/addons
2xbmc/peripherals/bus peripherals/bus 3xbmc/peripherals/bus peripherals/bus
4xbmc/peripherals/bus/virtual peripherals/bus/virtual
3xbmc/peripherals/devices peripherals/devices 5xbmc/peripherals/devices peripherals/devices
4xbmc/peripherals/dialogs peripherals/dialogs 6xbmc/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 @@
1xbmc xbmc 1xbmc xbmc
2xbmc/addons addons 2xbmc/addons addons
3xbmc/commons commons 3xbmc/addons/binary/interfaces addonsBinaryInterfaces
4xbmc/cdrip cdrip 4xbmc/addons/binary/interfaces/api1/Addon api1AddonCallbacks_Addon
5xbmc/dbwrappers dbwrappers 5xbmc/addons/binary/interfaces/api1/AudioDSP api1AddonCallbacks_AudioDSP
6xbmc/dialogs dialogs 6xbmc/addons/binary/interfaces/api1/AudioEngine api1AddonCallbacks_AudioEngine
7xbmc/epg epg 7xbmc/addons/binary/interfaces/api1/Codec api1AddonCallbacks_Codec
8xbmc/guilib guilib 8xbmc/addons/binary/interfaces/api1/GUI api1AddonCallbacks_GUI
9xbmc/input input 9xbmc/addons/binary/interfaces/api1/InputStream api1AddonCallbacks_InputStream
10xbmc/listproviders listproviders 10xbmc/addons/binary/interfaces/api1/Peripheral api1AddonCallbacks_Peripheral
11xbmc/media media 11xbmc/addons/binary/interfaces/api1/PVR api1AddonCallbacks_PVR
12xbmc/messaging messaging 12xbmc/commons commons
13xbmc/messaging/helpers messagingHelpers 13xbmc/cdrip cdrip
14xbmc/pictures pictures 14xbmc/dbwrappers dbwrappers
15xbmc/platform platform 15xbmc/dialogs dialogs
16xbmc/playlists playlists 16xbmc/epg epg
17xbmc/powermanagement powermanagement 17xbmc/guilib guilib
18xbmc/programs programs 18xbmc/input input
19xbmc/rendering rendering 19xbmc/input/joysticks input/joysticks
20xbmc/storage storage 20xbmc/input/joysticks/generic input/joysticks/generic
21xbmc/threads threads 21xbmc/listproviders listproviders
22xbmc/utils utils 22xbmc/media media
23xbmc/view view 23xbmc/messaging messaging
24xbmc/windowing windowing 24xbmc/messaging/helpers messagingHelpers
25xbmc/windows windows 25xbmc/pictures pictures
26xbmc/platform platform
27xbmc/playlists playlists
28xbmc/powermanagement powermanagement
29xbmc/programs programs
30xbmc/rendering rendering
31xbmc/storage storage
32xbmc/threads threads
33xbmc/utils utils
34xbmc/view view
35xbmc/windowing windowing
36xbmc/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 @@
1xbmc/peripherals/bus/virtual peripherals/bus/virtual # CEC