diff options
Diffstat (limited to 'cmake/treedata')
37 files changed, 235 insertions, 0 deletions
diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt new file mode 100644 index 0000000..e175b6d --- /dev/null +++ b/cmake/treedata/android/subdirs.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/input/touch input/touch | ||
| 3 | xbmc/input/touch/generic input/touch/generic | ||
| 4 | xbmc/network/linux network/linux | ||
| 5 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 6 | xbmc/peripherals/bus/android peripherals/bus/android | ||
| 7 | xbmc/powermanagement/android powermanagement/android | ||
| 8 | xbmc/storage/android storage/android | ||
| 9 | xbmc/filesystem/posix filesystem/posix | ||
| 10 | xbmc/utils/posix utils_posix | ||
| 11 | xbmc/windowing/android windowing/android | ||
| 12 | xbmc/platform/posix posix | ||
| 13 | xbmc/platform/android/activity android_activity | ||
| 14 | xbmc/platform/android/bionic_supplement android_bionicsupplement | ||
| 15 | xbmc/platform/android/loader android_loader | ||
diff --git a/cmake/treedata/common/addons.txt b/cmake/treedata/common/addons.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cmake/treedata/common/addons.txt | |||
diff --git a/cmake/treedata/common/cores.txt b/cmake/treedata/common/cores.txt new file mode 100644 index 0000000..8d79dd1 --- /dev/null +++ b/cmake/treedata/common/cores.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | xbmc/cores cores | ||
| 2 | xbmc/cores/AudioEngine cores/audioengine | ||
| 3 | xbmc/cores/DllLoader cores/dll-loader | ||
| 4 | xbmc/cores/DllLoader/exports cores/dll-loader/exports | ||
| 5 | xbmc/cores/DllLoader/exports/util cores/dll-loader/exports/util | ||
| 6 | xbmc/cores/ExternalPlayer cores/externalplayer | ||
| 7 | xbmc/cores/paplayer cores/paplayer | ||
| 8 | xbmc/cores/playercorefactory cores/playercorefactory | ||
| 9 | xbmc/cores/RetroPlayer cores/RetroPlayer | ||
diff --git a/cmake/treedata/common/events.txt b/cmake/treedata/common/events.txt new file mode 100644 index 0000000..0adeb08 --- /dev/null +++ b/cmake/treedata/common/events.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/events events | ||
| 2 | xbmc/events/windows events/windows | ||
diff --git a/cmake/treedata/common/externals.txt b/cmake/treedata/common/externals.txt new file mode 100644 index 0000000..812bebc --- /dev/null +++ b/cmake/treedata/common/externals.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/contrib/kissfft kissfft | |||
diff --git a/cmake/treedata/common/filesystem.txt b/cmake/treedata/common/filesystem.txt new file mode 100644 index 0000000..1c49a74 --- /dev/null +++ b/cmake/treedata/common/filesystem.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | xbmc/filesystem filesystem | ||
| 2 | xbmc/filesystem/VideoDatabaseDirectory filesystem/videodatabase | ||
| 3 | xbmc/filesystem/MusicDatabaseDirectory filesystem/musicdatabase | ||
diff --git a/cmake/treedata/common/games.txt b/cmake/treedata/common/games.txt new file mode 100644 index 0000000..03d42bc --- /dev/null +++ b/cmake/treedata/common/games.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | xbmc/games games | ||
| 2 | xbmc/games/addons games/addons | ||
| 3 | xbmc/games/addons/playback games/addons/playback | ||
| 4 | xbmc/games/addons/savestates games/addons/savestates | ||
| 5 | xbmc/games/controllers games/controllers | ||
| 6 | xbmc/games/controllers/dialogs games/controllers/dialogs | ||
| 7 | xbmc/games/controllers/guicontrols games/controllers/guicontrols | ||
| 8 | xbmc/games/controllers/windows games/controllers/windows | ||
| 9 | xbmc/games/dialogs games/dialogs | ||
| 10 | xbmc/games/ports games/ports | ||
| 11 | xbmc/games/tags games/tags | ||
| 12 | xbmc/games/windows games/windows | ||
diff --git a/cmake/treedata/common/interfaces.txt b/cmake/treedata/common/interfaces.txt new file mode 100644 index 0000000..705697e --- /dev/null +++ b/cmake/treedata/common/interfaces.txt | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | xbmc/interfaces interfaces | ||
| 2 | xbmc/interfaces/builtins interfaces/builtins | ||
| 3 | xbmc/interfaces/generic interfaces/generic | ||
| 4 | xbmc/interfaces/info interfaces/info | ||
| 5 | xbmc/interfaces/json-rpc interfaces/json-rpc | ||
| 6 | xbmc/interfaces/json-rpc/schema interfaces/json-rpc/schema | ||
diff --git a/cmake/treedata/common/music.txt b/cmake/treedata/common/music.txt new file mode 100644 index 0000000..71f30e1 --- /dev/null +++ b/cmake/treedata/common/music.txt | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | xbmc/music music | ||
| 2 | xbmc/music/dialogs music/dialogs | ||
| 3 | xbmc/music/infoscanner music/infoscanner | ||
| 4 | xbmc/music/tags music/tags | ||
| 5 | xbmc/music/windows music/windows | ||
diff --git a/cmake/treedata/common/network.txt b/cmake/treedata/common/network.txt new file mode 100644 index 0000000..46da314 --- /dev/null +++ b/cmake/treedata/common/network.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/network network | ||
| 2 | xbmc/network/websocket network/websocket | ||
diff --git a/cmake/treedata/common/peripherals.txt b/cmake/treedata/common/peripherals.txt new file mode 100644 index 0000000..903b537 --- /dev/null +++ b/cmake/treedata/common/peripherals.txt | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | xbmc/peripherals peripherals | ||
| 2 | xbmc/peripherals/addons peripherals/addons | ||
| 3 | xbmc/peripherals/bus peripherals/bus | ||
| 4 | xbmc/peripherals/bus/virtual peripherals/bus/virtual | ||
| 5 | xbmc/peripherals/devices peripherals/devices | ||
| 6 | xbmc/peripherals/dialogs peripherals/dialogs | ||
diff --git a/cmake/treedata/common/profiles.txt b/cmake/treedata/common/profiles.txt new file mode 100644 index 0000000..fae570b --- /dev/null +++ b/cmake/treedata/common/profiles.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | xbmc/profiles profiles | ||
| 2 | xbmc/profiles/dialogs profiles/dialogs | ||
| 3 | xbmc/profiles/windows profiles/windows | ||
diff --git a/cmake/treedata/common/pvr.txt b/cmake/treedata/common/pvr.txt new file mode 100644 index 0000000..decdabb --- /dev/null +++ b/cmake/treedata/common/pvr.txt | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | xbmc/pvr pvr | ||
| 2 | xbmc/pvr/addons pvr/addons | ||
| 3 | xbmc/pvr/channels pvr/channels | ||
| 4 | xbmc/pvr/dialogs pvr/dialogs | ||
| 5 | xbmc/pvr/epg pvr/epg | ||
| 6 | xbmc/pvr/recordings pvr/recordings | ||
| 7 | xbmc/pvr/timers pvr/timers | ||
| 8 | xbmc/pvr/windows pvr/windows | ||
diff --git a/cmake/treedata/common/settings.txt b/cmake/treedata/common/settings.txt new file mode 100644 index 0000000..c5aa2ae --- /dev/null +++ b/cmake/treedata/common/settings.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | xbmc/settings settings | ||
| 2 | xbmc/settings/dialogs settings/dialogs | ||
| 3 | xbmc/settings/lib settings/lib | ||
| 4 | xbmc/settings/windows settings/windows | ||
diff --git a/cmake/treedata/common/subdirs.txt b/cmake/treedata/common/subdirs.txt new file mode 100644 index 0000000..5a25afe --- /dev/null +++ b/cmake/treedata/common/subdirs.txt | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | xbmc xbmc | ||
| 2 | xbmc/addons addons | ||
| 3 | xbmc/addons/interfaces addonsBinaryInterfaces | ||
| 4 | xbmc/addons/interfaces/Addon addonCallbacks_Addon | ||
| 5 | xbmc/addons/interfaces/GUI addonCallbacks_GUI | ||
| 6 | xbmc/addons/settings addonsSettings | ||
| 7 | xbmc/commons commons | ||
| 8 | xbmc/dbwrappers dbwrappers | ||
| 9 | xbmc/dialogs dialogs | ||
| 10 | xbmc/favourites favourites | ||
| 11 | xbmc/guilib guilib | ||
| 12 | xbmc/input input | ||
| 13 | xbmc/input/joysticks input/joysticks | ||
| 14 | xbmc/input/joysticks/dialogs input/joysticks/dialogs | ||
| 15 | xbmc/input/joysticks/generic input/joysticks/generic | ||
| 16 | xbmc/input/keyboard input/keyboard | ||
| 17 | xbmc/input/keyboard/generic input/keyboard/generic | ||
| 18 | xbmc/input/mouse input/mouse | ||
| 19 | xbmc/input/mouse/generic input/mouse/generic | ||
| 20 | xbmc/listproviders listproviders | ||
| 21 | xbmc/media media | ||
| 22 | xbmc/messaging messaging | ||
| 23 | xbmc/messaging/helpers messagingHelpers | ||
| 24 | xbmc/pictures pictures | ||
| 25 | xbmc/platform platform | ||
| 26 | xbmc/playlists playlists | ||
| 27 | xbmc/powermanagement powermanagement | ||
| 28 | xbmc/programs programs | ||
| 29 | xbmc/rendering rendering | ||
| 30 | xbmc/storage storage | ||
| 31 | xbmc/threads threads | ||
| 32 | xbmc/utils utils | ||
| 33 | xbmc/view view | ||
| 34 | xbmc/windowing windowing | ||
| 35 | xbmc/windows windows | ||
diff --git a/cmake/treedata/common/tests.txt b/cmake/treedata/common/tests.txt new file mode 100644 index 0000000..358bc4d --- /dev/null +++ b/cmake/treedata/common/tests.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | xbmc/test test | ||
| 2 | xbmc/addons/test test/addons | ||
| 3 | xbmc/filesystem/test test/filesystem | ||
| 4 | xbmc/interfaces/python/test test/python | ||
| 5 | xbmc/music/tags/test test/music_tags | ||
| 6 | xbmc/network/test test/network | ||
| 7 | xbmc/threads/test test/threads | ||
| 8 | xbmc/utils/test test/utils | ||
| 9 | xbmc/video/test test/video | ||
| 10 | xbmc/cores/AudioEngine/Sinks/test test/audioengine_sinks | ||
diff --git a/cmake/treedata/common/video.txt b/cmake/treedata/common/video.txt new file mode 100644 index 0000000..acfb33b --- /dev/null +++ b/cmake/treedata/common/video.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | xbmc/video video | ||
| 2 | xbmc/video/dialogs video/dialogs | ||
| 3 | xbmc/video/jobs video/jobs | ||
| 4 | xbmc/video/windows video/windows | ||
diff --git a/cmake/treedata/common/videoplayer.txt b/cmake/treedata/common/videoplayer.txt new file mode 100644 index 0000000..8c8d45d --- /dev/null +++ b/cmake/treedata/common/videoplayer.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | xbmc/cores/VideoPlayer cores/VideoPlayer | ||
| 2 | xbmc/cores/VideoPlayer/DVDCodecs cores/VideoPlayer/codecs | ||
| 3 | xbmc/cores/VideoPlayer/DVDCodecs/Audio cores/VideoPlayer/codecs/audio | ||
| 4 | xbmc/cores/VideoPlayer/DVDCodecs/Overlay cores/VideoPlayer/codecs/overlay | ||
| 5 | xbmc/cores/VideoPlayer/DVDCodecs/Video cores/VideoPlayer/codecs/video | ||
| 6 | xbmc/cores/VideoPlayer/DVDDemuxers cores/VideoPlayer/demuxers | ||
| 7 | xbmc/cores/VideoPlayer/DVDInputStreams cores/VideoPlayer/inputstreams | ||
| 8 | xbmc/cores/VideoPlayer/DVDSubtitles cores/VideoPlayer/subtitles | ||
| 9 | xbmc/cores/VideoPlayer/Process cores/VideoPlayer/process | ||
| 10 | xbmc/cores/VideoPlayer/VideoRenderers cores/VideoPlayer/videorenderers | ||
| 11 | xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders cores/VideoPlayer/videorenderers/shaders | ||
| 12 | xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender cores/VideoPlayer/videorenderers/hwdec | ||
diff --git a/cmake/treedata/freebsd/subdirs.txt b/cmake/treedata/freebsd/subdirs.txt new file mode 100644 index 0000000..df2fa76 --- /dev/null +++ b/cmake/treedata/freebsd/subdirs.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/linux/sse4 sse4 | ||
| 3 | xbmc/input/linux input/linux | ||
| 4 | xbmc/input/touch input/touch | ||
| 5 | xbmc/input/touch/generic input/touch/generic | ||
| 6 | xbmc/network/linux network/linux | ||
| 7 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 8 | xbmc/powermanagement/linux powermanagement/linux | ||
| 9 | xbmc/storage/linux storage/linux | ||
| 10 | xbmc/filesystem/posix filesystem/posix | ||
| 11 | xbmc/utils/posix utils_posix | ||
| 12 | xbmc/platform/posix posix | ||
| 13 | xbmc/freebsd freebsdsupport | ||
diff --git a/cmake/treedata/ios/subdirs.txt b/cmake/treedata/ios/subdirs.txt new file mode 100644 index 0000000..b681ed5 --- /dev/null +++ b/cmake/treedata/ios/subdirs.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/input/touch input/touch | ||
| 3 | xbmc/input/touch/generic input/touch/generic | ||
| 4 | xbmc/network/linux network/linux | ||
| 5 | xbmc/network/osx network/osx | ||
| 6 | xbmc/peripherals/bus/osx peripherals/bus/osx | ||
| 7 | xbmc/powermanagement/osx powermanagement/osx | ||
| 8 | xbmc/storage/osx storage/osx | ||
| 9 | xbmc/platform/posix posix | ||
| 10 | xbmc/platform/darwin platform_darwin | ||
| 11 | xbmc/platform/darwin/ios platform_ios | ||
| 12 | xbmc/platform/darwin/ios-common platform_ios-common | ||
| 13 | xbmc/filesystem/posix filesystem/posix | ||
| 14 | xbmc/utils/posix utils_posix | ||
| 15 | xbmc/windowing/osx windowing/osx | ||
diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt new file mode 100644 index 0000000..2dc8045 --- /dev/null +++ b/cmake/treedata/linux/subdirs.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/linux/sse4 sse4 | ||
| 3 | xbmc/input/linux input/linux | ||
| 4 | xbmc/input/touch input/touch | ||
| 5 | xbmc/input/touch/generic input/touch/generic | ||
| 6 | xbmc/network/linux network/linux | ||
| 7 | xbmc/peripherals/bus/linux peripherals/bus/linux | ||
| 8 | xbmc/powermanagement/linux powermanagement/linux | ||
| 9 | xbmc/storage/linux storage/linux | ||
| 10 | xbmc/filesystem/posix filesystem/posix | ||
| 11 | xbmc/utils/posix utils_posix | ||
| 12 | xbmc/windowing/egl windowing/egl | ||
| 13 | xbmc/platform/posix posix | ||
diff --git a/cmake/treedata/optional/common/X.txt b/cmake/treedata/optional/common/X.txt new file mode 100644 index 0000000..617ff40 --- /dev/null +++ b/cmake/treedata/optional/common/X.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/windowing/X11 windowing/X11 # X | |||
diff --git a/cmake/treedata/optional/common/aml.txt b/cmake/treedata/optional/common/aml.txt new file mode 100644 index 0000000..db1efd1 --- /dev/null +++ b/cmake/treedata/optional/common/aml.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/windowing/amlogic windowing/amlogic # AML | ||
| 2 | |||
diff --git a/cmake/treedata/optional/common/cdrip.txt b/cmake/treedata/optional/common/cdrip.txt new file mode 100644 index 0000000..79b5390 --- /dev/null +++ b/cmake/treedata/optional/common/cdrip.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/cdrip cdrip # OPTICAL | |||
diff --git a/cmake/treedata/optional/common/dacp.txt b/cmake/treedata/optional/common/dacp.txt new file mode 100644 index 0000000..fd225c2 --- /dev/null +++ b/cmake/treedata/optional/common/dacp.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/network/dacp network/dacp # AIRTUNES | |||
diff --git a/cmake/treedata/optional/common/mdns.txt b/cmake/treedata/optional/common/mdns.txt new file mode 100644 index 0000000..9bebb89 --- /dev/null +++ b/cmake/treedata/optional/common/mdns.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/network/mdns mdns # MDNS | |||
diff --git a/cmake/treedata/optional/common/mir.txt b/cmake/treedata/optional/common/mir.txt new file mode 100644 index 0000000..d681e8b --- /dev/null +++ b/cmake/treedata/optional/common/mir.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/windowing/mir windowing/mir # MIR | |||
diff --git a/cmake/treedata/optional/common/opengl.txt b/cmake/treedata/optional/common/opengl.txt new file mode 100644 index 0000000..b88ad7a --- /dev/null +++ b/cmake/treedata/optional/common/opengl.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/rendering/gl rendering/gl # OPENGL | |||
diff --git a/cmake/treedata/optional/common/opengles.txt b/cmake/treedata/optional/common/opengles.txt new file mode 100644 index 0000000..6a223a1 --- /dev/null +++ b/cmake/treedata/optional/common/opengles.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/rendering/gles rendering/gles # OPENGLES | |||
diff --git a/cmake/treedata/optional/common/python.txt b/cmake/treedata/optional/common/python.txt new file mode 100644 index 0000000..4960485 --- /dev/null +++ b/cmake/treedata/optional/common/python.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | xbmc/interfaces/legacy interfaces/legacy # PYTHON | ||
| 2 | xbmc/interfaces/legacy/wsgi interfaces/legacy/wsgi # PYTHON | ||
| 3 | xbmc/interfaces/python interfaces/python # PYTHON | ||
| 4 | xbmc/interfaces/swig build/swig # PYTHON | ||
diff --git a/cmake/treedata/optional/common/upnp.txt b/cmake/treedata/optional/common/upnp.txt new file mode 100644 index 0000000..5589b80 --- /dev/null +++ b/cmake/treedata/optional/common/upnp.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | lib/libUPnP upnp # UPNP | ||
| 2 | xbmc/network/upnp network/upnp # UPNP | ||
diff --git a/cmake/treedata/optional/common/webserver.txt b/cmake/treedata/optional/common/webserver.txt new file mode 100644 index 0000000..b492006 --- /dev/null +++ b/cmake/treedata/optional/common/webserver.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | xbmc/network/httprequesthandler network/httprequesthandler # MICROHTTPD | ||
| 2 | xbmc/network/httprequesthandler/python network/httprequesthandler/python # MICROHTTPD | ||
diff --git a/cmake/treedata/osx/subdirs.txt b/cmake/treedata/osx/subdirs.txt new file mode 100644 index 0000000..f0fc5c5 --- /dev/null +++ b/cmake/treedata/osx/subdirs.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | xbmc/linux linuxsupport | ||
| 2 | xbmc/network/linux network/linux | ||
| 3 | xbmc/network/osx network/osx | ||
| 4 | xbmc/peripherals/bus/osx peripherals/bus/osx | ||
| 5 | xbmc/powermanagement/osx powermanagement/osx | ||
| 6 | xbmc/storage/osx storage/osx | ||
| 7 | xbmc/platform/posix posix | ||
| 8 | xbmc/platform/darwin platform_darwin | ||
| 9 | xbmc/platform/darwin/osx platform_osx | ||
| 10 | xbmc/filesystem/posix filesystem/posix | ||
| 11 | xbmc/utils/posix utils_posix | ||
| 12 | xbmc/windowing/osx windowing/osx | ||
diff --git a/cmake/treedata/rbpi/omxplayer.txt b/cmake/treedata/rbpi/omxplayer.txt new file mode 100644 index 0000000..d56f1df --- /dev/null +++ b/cmake/treedata/rbpi/omxplayer.txt | |||
| @@ -0,0 +1 @@ | |||
| xbmc/cores/omxplayer cores/omxplayer | |||
diff --git a/cmake/treedata/rbpi/subdirs.txt b/cmake/treedata/rbpi/subdirs.txt new file mode 100644 index 0000000..c98652a --- /dev/null +++ b/cmake/treedata/rbpi/subdirs.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 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/externals.txt b/cmake/treedata/windows/externals.txt new file mode 100644 index 0000000..989677e --- /dev/null +++ b/cmake/treedata/windows/externals.txt | |||
| @@ -0,0 +1 @@ | |||
| lib/win32/Effects11 Effects11 | |||
diff --git a/cmake/treedata/windows/subdirs.txt b/cmake/treedata/windows/subdirs.txt new file mode 100644 index 0000000..e52d2f6 --- /dev/null +++ b/cmake/treedata/windows/subdirs.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | xbmc/platform/win32 platform_win32 | ||
| 2 | xbmc/input/windows input/windows | ||
| 3 | xbmc/input/touch input/touch | ||
| 4 | xbmc/input/touch/generic input/touch/generic | ||
| 5 | xbmc/network/windows network/windows | ||
| 6 | xbmc/network/mdns network/mdns | ||
| 7 | xbmc/peripherals/bus/win32 peripherals/bus/win32 | ||
| 8 | xbmc/powermanagement/windows powermanagement/windows | ||
| 9 | xbmc/storage/windows storage/windows | ||
| 10 | xbmc/filesystem/win32 filesystem/win32 | ||
| 11 | xbmc/utils/win32 utils_win32 | ||
| 12 | xbmc/rendering/dx rendering_dx | ||
| 13 | xbmc/threads/platform/win threads_win | ||
| 14 | xbmc/windowing/windows windowing/windows | ||
