diff options
Diffstat (limited to 'cmake/treedata')
21 files changed, 60 insertions, 33 deletions
diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt index 335c331..0c4cf88 100644 --- a/cmake/treedata/android/subdirs.txt +++ b/cmake/treedata/android/subdirs.txt | |||
| @@ -3,6 +3,7 @@ xbmc/cores/VideoPlayer/Process/android cores/VideoPlayer/Process/android | |||
| 3 | xbmc/input/touch input/touch | 3 | xbmc/input/touch input/touch |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/input/touch/generic input/touch/generic |
| 5 | xbmc/media/decoderfilter media/decoderfilter | 5 | xbmc/media/decoderfilter media/decoderfilter |
| 6 | xbmc/platform/android platform/android | ||
| 6 | xbmc/platform/android/activity platform/android/activity | 7 | xbmc/platform/android/activity platform/android/activity |
| 7 | xbmc/platform/android/bionic_supplement platform/android/bionicsupplement | 8 | xbmc/platform/android/bionic_supplement platform/android/bionicsupplement |
| 8 | xbmc/platform/android/filesystem platform/android/filesystem | 9 | xbmc/platform/android/filesystem platform/android/filesystem |
| @@ -12,7 +13,7 @@ xbmc/platform/android/network platform/android/network | |||
| 12 | xbmc/platform/android/peripherals platform/android/peripherals | 13 | xbmc/platform/android/peripherals platform/android/peripherals |
| 13 | xbmc/platform/android/powermanagement platform/android/powermanagement | 14 | xbmc/platform/android/powermanagement platform/android/powermanagement |
| 14 | xbmc/platform/android/storage platform/android/storage | 15 | xbmc/platform/android/storage platform/android/storage |
| 15 | xbmc/platform/linux platform/linux | 16 | xbmc/platform/android/utils platform/android/utils |
| 16 | xbmc/platform/linux/peripherals platform/linux/peripherals | 17 | xbmc/platform/linux/peripherals platform/linux/peripherals |
| 17 | xbmc/platform/posix platform/posix | 18 | xbmc/platform/posix platform/posix |
| 18 | xbmc/platform/posix/filesystem platform/posix/filesystem | 19 | xbmc/platform/posix/filesystem platform/posix/filesystem |
diff --git a/cmake/treedata/common/gbm/gbm.txt b/cmake/treedata/common/gbm/gbm.txt new file mode 100644 index 0000000..113c47b --- /dev/null +++ b/cmake/treedata/common/gbm/gbm.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/gbm cores/RetroPlayer/process/gbm | ||
| 2 | xbmc/cores/VideoPlayer/Process/gbm cores/VideoPlayer/Process/gbm | ||
| 3 | xbmc/windowing/gbm windowing/gbm | ||
diff --git a/cmake/treedata/common/pvr.txt b/cmake/treedata/common/pvr.txt index decdabb..74e766f 100644 --- a/cmake/treedata/common/pvr.txt +++ b/cmake/treedata/common/pvr.txt | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | xbmc/pvr pvr | 1 | xbmc/pvr pvr |
| 2 | xbmc/pvr/addons pvr/addons | 2 | xbmc/pvr/addons pvr/addons |
| 3 | xbmc/pvr/channels pvr/channels | 3 | xbmc/pvr/channels pvr/channels |
| 4 | xbmc/pvr/dialogs pvr/dialogs | 4 | xbmc/pvr/dialogs pvr/dialogs |
| 5 | xbmc/pvr/epg pvr/epg | 5 | xbmc/pvr/epg pvr/epg |
| 6 | xbmc/pvr/recordings pvr/recordings | 6 | xbmc/pvr/filesystem pvr/filesystem |
| 7 | xbmc/pvr/timers pvr/timers | 7 | xbmc/pvr/guilib pvr/guilib |
| 8 | xbmc/pvr/windows pvr/windows | 8 | xbmc/pvr/guilib/guiinfo pvr/guilib/guiinfo |
| 9 | xbmc/pvr/recordings pvr/recordings | ||
| 10 | xbmc/pvr/settings pvr/settings | ||
| 11 | xbmc/pvr/timers pvr/timers | ||
| 12 | xbmc/pvr/windows pvr/windows | ||
diff --git a/cmake/treedata/common/rbpi/rbpi.txt b/cmake/treedata/common/rbpi/rbpi.txt new file mode 100644 index 0000000..dc268e7 --- /dev/null +++ b/cmake/treedata/common/rbpi/rbpi.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/cores/omxplayer cores/omxplayer | ||
| 2 | xbmc/windowing/rpi windowing/rpi | ||
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt index 083e8ef..8131113 100644 --- a/cmake/treedata/common/subdirs.txt +++ b/cmake/treedata/common/subdirs.txt | |||
| @@ -1,16 +1,21 @@ | |||
| 1 | xbmc xbmc | 1 | xbmc xbmc |
| 2 | xbmc/addons addons | 2 | xbmc/addons addons |
| 3 | xbmc/addons/addoninfo addons_addoninfo | ||
| 3 | xbmc/addons/binary-addons addons_binary-addons | 4 | xbmc/addons/binary-addons addons_binary-addons |
| 4 | xbmc/addons/interfaces addons_interfaces | 5 | xbmc/addons/interfaces addons_interfaces |
| 5 | xbmc/addons/interfaces/Addon addons_interfaces_addon | 6 | xbmc/addons/interfaces/gui addons_interfaces_gui |
| 6 | xbmc/addons/interfaces/GUI addons_interfaces_gui | 7 | xbmc/addons/interfaces/gui/controls addons_interfaces_gui_controls |
| 7 | xbmc/addons/interfaces/GUI/controls addons_interfaces_gui_controls | 8 | xbmc/addons/interfaces/gui/dialogs addons_interfaces_gui_dialogs |
| 8 | xbmc/addons/interfaces/GUI/dialogs addons_interfaces_gui_dialogs | ||
| 9 | xbmc/addons/kodi-addon-dev-kit/include/kodi addons_kodi-addon-dev-kit_include_kodi | 9 | xbmc/addons/kodi-addon-dev-kit/include/kodi addons_kodi-addon-dev-kit_include_kodi |
| 10 | xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance addons_kodi-addon-dev-kit_include_kodi_addon-instance | 10 | xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance addons_kodi-addon-dev-kit_include_kodi_addon-instance |
| 11 | xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/pvr addons_kodi-addon-dev-kit_include_kodi_addon-instance_pvr | ||
| 12 | xbmc/addons/kodi-addon-dev-kit/include/kodi/c-api addons_kodi-addon-dev-kit_include_kodi_c-api | ||
| 13 | xbmc/addons/kodi-addon-dev-kit/include/kodi/c-api/addon-instance addons_kodi-addon-dev-kit_include_kodi_c-api_addon-instance | ||
| 14 | xbmc/addons/kodi-addon-dev-kit/include/kodi/c-api/addon-instance/pvr addons_kodi-addon-dev-kit_include_kodi_c-api_addon-instance_pvr | ||
| 11 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui addons_kodi-addon-dev-kit_include_kodi_gui | 15 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui addons_kodi-addon-dev-kit_include_kodi_gui |
| 12 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/controls addons_kodi-addon-dev-kit_include_kodi_gui_controls | 16 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/controls addons_kodi-addon-dev-kit_include_kodi_gui_controls |
| 13 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/dialogs addons_kodi-addon-dev-kit_include_kodi_gui_dialogs | 17 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/dialogs addons_kodi-addon-dev-kit_include_kodi_gui_dialogs |
| 18 | xbmc/addons/kodi-addon-dev-kit/include/kodi/gui/gl addons_kodi-addon-dev-kit_include_kodi_gui_gl | ||
| 14 | xbmc/addons/kodi-addon-dev-kit/include/kodi/tools addons_kodi-addon-dev-kit_include_kodi_tools | 19 | xbmc/addons/kodi-addon-dev-kit/include/kodi/tools addons_kodi-addon-dev-kit_include_kodi_tools |
| 15 | xbmc/addons/settings addons_settings | 20 | xbmc/addons/settings addons_settings |
| 16 | xbmc/commons commons | 21 | xbmc/commons commons |
diff --git a/cmake/treedata/common/tests.txt b/cmake/treedata/common/tests.txt index 415eae6..9573812 100644 --- a/cmake/treedata/common/tests.txt +++ b/cmake/treedata/common/tests.txt | |||
| @@ -5,6 +5,7 @@ xbmc/interfaces/python/test test/python | |||
| 5 | xbmc/music/tags/test test/music_tags | 5 | xbmc/music/tags/test test/music_tags |
| 6 | xbmc/network/test test/network | 6 | xbmc/network/test test/network |
| 7 | xbmc/playlists/test test/playlists | 7 | xbmc/playlists/test test/playlists |
| 8 | xbmc/pvr/channels/test test/pvrchannels | ||
| 8 | xbmc/test test | 9 | xbmc/test test |
| 9 | xbmc/threads/test test/threads | 10 | xbmc/threads/test test/threads |
| 10 | xbmc/utils/test test/utils | 11 | xbmc/utils/test test/utils |
diff --git a/cmake/treedata/common/videoplayer.txt b/cmake/treedata/common/videoplayer.txt index ce6a757..8110f08 100644 --- a/cmake/treedata/common/videoplayer.txt +++ b/cmake/treedata/common/videoplayer.txt | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | xbmc/cores/VideoPlayer cores/VideoPlayer | 1 | xbmc/cores/VideoPlayer cores/VideoPlayer |
| 2 | xbmc/cores/VideoPlayer/Buffers cores/VideoPlayer/Buffers | ||
| 2 | xbmc/cores/VideoPlayer/DVDCodecs cores/VideoPlayer/codecs | 3 | xbmc/cores/VideoPlayer/DVDCodecs cores/VideoPlayer/codecs |
| 3 | xbmc/cores/VideoPlayer/DVDCodecs/Audio cores/VideoPlayer/codecs/audio | 4 | xbmc/cores/VideoPlayer/DVDCodecs/Audio cores/VideoPlayer/codecs/audio |
| 4 | xbmc/cores/VideoPlayer/DVDCodecs/Overlay cores/VideoPlayer/codecs/overlay | 5 | xbmc/cores/VideoPlayer/DVDCodecs/Overlay cores/VideoPlayer/codecs/overlay |
diff --git a/cmake/treedata/optional/common/wayland.txt b/cmake/treedata/common/wayland/wayland.txt index f8f77a6..bbbb14e 100644 --- a/cmake/treedata/optional/common/wayland.txt +++ b/cmake/treedata/common/wayland/wayland.txt | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/wayland cores/RetroPlayer/process/wayland # WAYLANDPP | 1 | xbmc/cores/RetroPlayer/process/wayland cores/RetroPlayer/process/wayland |
| 2 | xbmc/cores/VideoPlayer/Process/wayland cores/VideoPlayer/Process/wayland # WAYLANDPP | 2 | xbmc/cores/VideoPlayer/Process/wayland cores/VideoPlayer/Process/wayland |
| 3 | xbmc/windowing/wayland windowing/wayland # WAYLANDPP | 3 | xbmc/windowing/wayland windowing/wayland |
diff --git a/cmake/treedata/optional/common/X.txt b/cmake/treedata/common/x11/X.txt index a250537..548c9dd 100644 --- a/cmake/treedata/optional/common/X.txt +++ b/cmake/treedata/common/x11/X.txt | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/X11 cores/RetroPlayer/process/X11 # X | 1 | xbmc/cores/RetroPlayer/process/X11 cores/RetroPlayer/process/X11 |
| 2 | xbmc/cores/VideoPlayer/Process/X11 cores/VideoPlayer/Process/X11 # X | 2 | xbmc/cores/VideoPlayer/Process/X11 cores/VideoPlayer/Process/X11 |
| 3 | xbmc/windowing/X11 windowing/X11 # X | 3 | xbmc/windowing/X11 windowing/X11 |
diff --git a/cmake/treedata/darwin_embedded/ios/ios.txt b/cmake/treedata/darwin_embedded/ios/ios.txt new file mode 100644 index 0000000..f5d13e3 --- /dev/null +++ b/cmake/treedata/darwin_embedded/ios/ios.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/platform/darwin/ios platform/ios | ||
| 2 | xbmc/windowing/ios windowing/ios | ||
diff --git a/cmake/treedata/ios/subdirs.txt b/cmake/treedata/darwin_embedded/subdirs.txt index a3a03be..718c5c5 100644 --- a/cmake/treedata/ios/subdirs.txt +++ b/cmake/treedata/darwin_embedded/subdirs.txt | |||
| @@ -3,13 +3,12 @@ xbmc/cores/VideoPlayer/Process/ios cores/VideoPlayer/Process/ios | |||
| 3 | xbmc/input/touch input/touch | 3 | xbmc/input/touch input/touch |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/input/touch/generic input/touch/generic |
| 5 | xbmc/platform/darwin platform/darwin | 5 | xbmc/platform/darwin platform/darwin |
| 6 | xbmc/platform/darwin/ios platform/ios | ||
| 7 | xbmc/platform/darwin/ios-common platform/ios-common | 6 | xbmc/platform/darwin/ios-common platform/ios-common |
| 7 | xbmc/platform/darwin/ios-common/network platform/ios-common/network | ||
| 8 | xbmc/platform/darwin/ios-common/peripherals platform/ios-common/peripherals | ||
| 9 | xbmc/platform/darwin/ios-common/storage platform/ios-common/storage | ||
| 8 | xbmc/platform/darwin/network platform/darwin/network | 10 | xbmc/platform/darwin/network platform/darwin/network |
| 9 | xbmc/platform/darwin/storage platform/storage | 11 | xbmc/platform/darwin/utils platform/darwin/utils |
| 10 | xbmc/platform/linux platform/linux | ||
| 11 | xbmc/platform/linux/network platform/linux/network | ||
| 12 | xbmc/platform/posix posix | 12 | xbmc/platform/posix posix |
| 13 | xbmc/platform/posix/filesystem platform/posix/filesystem | 13 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 14 | xbmc/platform/posix/utils platform/posix/utils | 14 | xbmc/platform/posix/utils platform/posix/utils |
| 15 | xbmc/windowing/ios windowing/ios | ||
diff --git a/cmake/treedata/darwin_embedded/tvos/tvos.txt b/cmake/treedata/darwin_embedded/tvos/tvos.txt new file mode 100755 index 0000000..1335e66 --- /dev/null +++ b/cmake/treedata/darwin_embedded/tvos/tvos.txt | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | xbmc/platform/darwin/tvos platform/tvos | ||
| 2 | xbmc/platform/darwin/tvos/filesystem platform/darwin/tvos/filesystem | ||
| 3 | xbmc/platform/darwin/tvos/input platform/darwin/tvos/input | ||
| 4 | xbmc/platform/darwin/tvos/powermanagement platform/darwin/tvos/powermanagement | ||
| 5 | xbmc/windowing/tvos windowing/tvos | ||
diff --git a/cmake/treedata/freebsd/subdirs.txt b/cmake/treedata/freebsd/subdirs.txt index fd8ed5f..79e3462 100644 --- a/cmake/treedata/freebsd/subdirs.txt +++ b/cmake/treedata/freebsd/subdirs.txt | |||
| @@ -3,13 +3,14 @@ xbmc/cores/VideoPlayer/Process/rbpi cores/VideoPlayer/Process/rbpi | |||
| 3 | xbmc/input/touch input/touch | 3 | xbmc/input/touch input/touch |
| 4 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/input/touch/generic input/touch/generic |
| 5 | xbmc/platform/freebsd platform/freebsd | 5 | xbmc/platform/freebsd platform/freebsd |
| 6 | xbmc/platform/linux platform/linux | 6 | xbmc/platform/freebsd/network platform/freebsd/network |
| 7 | xbmc/platform/linux/input platform/linux/input | 7 | xbmc/platform/linux/input platform/linux/input |
| 8 | xbmc/platform/linux/network platform/linux/network | ||
| 9 | xbmc/platform/linux/peripherals platform/linux/peripherals | 8 | xbmc/platform/linux/peripherals platform/linux/peripherals |
| 10 | xbmc/platform/linux/powermanagement platform/linux/powermanagement | 9 | xbmc/platform/linux/powermanagement platform/linux/powermanagement |
| 10 | xbmc/platform/linux/sse4 platform/linux/sse4 | ||
| 11 | xbmc/platform/linux/storage platform/linux/storage | 11 | xbmc/platform/linux/storage platform/linux/storage |
| 12 | xbmc/platform/posix platform/posix | 12 | xbmc/platform/posix platform/posix |
| 13 | xbmc/platform/posix/filesystem platform/posix/filesystem | 13 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 14 | xbmc/platform/posix/network platform/posix/network | ||
| 14 | xbmc/platform/posix/utils platform/posix/utils | 15 | xbmc/platform/posix/utils platform/posix/utils |
| 15 | xbmc/windowing/linux windowing/linux | 16 | xbmc/windowing/linux windowing/linux |
diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt index 7619e2e..51a7cbd 100644 --- a/cmake/treedata/linux/subdirs.txt +++ b/cmake/treedata/linux/subdirs.txt | |||
| @@ -7,8 +7,10 @@ xbmc/platform/linux/input platform/linux/input | |||
| 7 | xbmc/platform/linux/network platform/linux/network | 7 | xbmc/platform/linux/network platform/linux/network |
| 8 | xbmc/platform/linux/peripherals platform/linux/peripherals | 8 | xbmc/platform/linux/peripherals platform/linux/peripherals |
| 9 | xbmc/platform/linux/powermanagement platform/linux/powermanagement | 9 | xbmc/platform/linux/powermanagement platform/linux/powermanagement |
| 10 | xbmc/platform/linux/sse4 platform/linux/sse4 | ||
| 10 | xbmc/platform/linux/storage platform/linux/storage | 11 | xbmc/platform/linux/storage platform/linux/storage |
| 11 | xbmc/platform/posix platform/posix | 12 | xbmc/platform/posix platform/posix |
| 12 | xbmc/platform/posix/filesystem platform/posix/filesystem | 13 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 14 | xbmc/platform/posix/network platform/posix/network | ||
| 13 | xbmc/platform/posix/utils platform/posix/utils | 15 | xbmc/platform/posix/utils platform/posix/utils |
| 14 | xbmc/windowing/linux windowing/linux | 16 | xbmc/windowing/linux windowing/linux |
diff --git a/cmake/treedata/linux/tests.txt b/cmake/treedata/linux/tests.txt new file mode 100644 index 0000000..3f3a3e3 --- /dev/null +++ b/cmake/treedata/linux/tests.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/platform/linux/test platform/linux/test | |||
diff --git a/cmake/treedata/optional/common/aml.txt b/cmake/treedata/optional/common/aml.txt deleted file mode 100644 index 09bf2db..0000000 --- a/cmake/treedata/optional/common/aml.txt +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/amlogic cores/RetroPlayer/process/amlogic # AML | ||
| 2 | xbmc/windowing/amlogic windowing/amlogic # AML | ||
diff --git a/cmake/treedata/optional/common/avahi.txt b/cmake/treedata/optional/common/avahi.txt new file mode 100644 index 0000000..41b82b9 --- /dev/null +++ b/cmake/treedata/optional/common/avahi.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/platform/linux/network/zeroconf platform/linux/network/zeroconf # AVAHI | |||
diff --git a/cmake/treedata/optional/common/gbm.txt b/cmake/treedata/optional/common/gbm.txt deleted file mode 100644 index 5d898d4..0000000 --- a/cmake/treedata/optional/common/gbm.txt +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/gbm cores/RetroPlayer/process/gbm # GBM | ||
| 2 | xbmc/windowing/gbm windowing/gbm # GBM | ||
diff --git a/cmake/treedata/osx/subdirs.txt b/cmake/treedata/osx/subdirs.txt index 943c366..fa28aa0 100644 --- a/cmake/treedata/osx/subdirs.txt +++ b/cmake/treedata/osx/subdirs.txt | |||
| @@ -3,12 +3,13 @@ xbmc/cores/VideoPlayer/Process/osx cores/VideoPlayer/Process/osx | |||
| 3 | xbmc/platform/darwin platform/darwin | 3 | xbmc/platform/darwin platform/darwin |
| 4 | xbmc/platform/darwin/network platform/darwin/network | 4 | xbmc/platform/darwin/network platform/darwin/network |
| 5 | xbmc/platform/darwin/osx platform/osx | 5 | xbmc/platform/darwin/osx platform/osx |
| 6 | xbmc/platform/darwin/osx/network platform/darwin/osx/network | ||
| 6 | xbmc/platform/darwin/osx/peripherals platform/osx/peripherals | 7 | xbmc/platform/darwin/osx/peripherals platform/osx/peripherals |
| 7 | xbmc/platform/darwin/osx/powermanagement platform/darwin/osx/powermanagement | 8 | xbmc/platform/darwin/osx/powermanagement platform/darwin/osx/powermanagement |
| 8 | xbmc/platform/darwin/storage platform/storage | 9 | xbmc/platform/darwin/osx/storage platform/osx/storage |
| 9 | xbmc/platform/linux platform/linux | 10 | xbmc/platform/darwin/utils platform/darwin/utils |
| 10 | xbmc/platform/linux/network platform/linux/network | ||
| 11 | xbmc/platform/posix posix | 11 | xbmc/platform/posix posix |
| 12 | xbmc/platform/posix/filesystem platform/posix/filesystem | 12 | xbmc/platform/posix/filesystem platform/posix/filesystem |
| 13 | xbmc/platform/posix/network platform/posix/network | ||
| 13 | xbmc/platform/posix/utils platform/posix/utils | 14 | xbmc/platform/posix/utils platform/posix/utils |
| 14 | xbmc/windowing/osx windowing/osx | 15 | xbmc/windowing/osx windowing/osx |
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt index 0078758..c633977 100644 --- a/cmake/treedata/windows/subdirs.txt +++ b/cmake/treedata/windows/subdirs.txt | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | xbmc/cores/RetroPlayer/process/windows cores/RetroPlayer/process/windows | 1 | xbmc/cores/RetroPlayer/process/windows cores/RetroPlayer/process/windows |
| 2 | xbmc/cores/RetroPlayer/rendering/VideoShaders/windows cores/RetroPlayer/rendering/VideoShaders/windows | 2 | xbmc/cores/RetroPlayer/rendering/VideoShaders/windows cores/RetroPlayer/rendering/VideoShaders/windows |
| 3 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows | 3 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows |
| 4 | xbmc/cores/VideoPlayer/VideoRenderers/windows cores/VideoPlayer/VideoRenderers/windows | ||
| 4 | xbmc/input/touch input/touch | 5 | xbmc/input/touch input/touch |
| 5 | xbmc/input/touch/generic input/touch/generic | 6 | xbmc/input/touch/generic input/touch/generic |
| 6 | xbmc/network/mdns network/mdns | 7 | xbmc/network/mdns network/mdns |
diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt index 0644fd2..da42566 100644 --- a/cmake/treedata/windowsstore/subdirs.txt +++ b/cmake/treedata/windowsstore/subdirs.txt | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows | 1 | xbmc/cores/VideoPlayer/Process/windows cores/VideoPlayer/Process/windows |
| 2 | xbmc/cores/VideoPlayer/VideoRenderers/windows cores/VideoPlayer/VideoRenderers/windows | ||
| 2 | xbmc/input/touch input/touch | 3 | xbmc/input/touch input/touch |
| 3 | xbmc/input/touch/generic input/touch/generic | 4 | xbmc/input/touch/generic input/touch/generic |
| 4 | xbmc/network/mdns network/mdns | 5 | xbmc/network/mdns network/mdns |
