diff options
Diffstat (limited to 'cmake/treedata/common')
| -rw-r--r-- | cmake/treedata/common/addons.txt | 0 | ||||
| -rw-r--r-- | cmake/treedata/common/cores.txt | 9 | ||||
| -rw-r--r-- | cmake/treedata/common/events.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/externals.txt | 1 | ||||
| -rw-r--r-- | cmake/treedata/common/filesystem.txt | 3 | ||||
| -rw-r--r-- | cmake/treedata/common/games.txt | 12 | ||||
| -rw-r--r-- | cmake/treedata/common/interfaces.txt | 6 | ||||
| -rw-r--r-- | cmake/treedata/common/music.txt | 5 | ||||
| -rw-r--r-- | cmake/treedata/common/network.txt | 2 | ||||
| -rw-r--r-- | cmake/treedata/common/peripherals.txt | 6 | ||||
| -rw-r--r-- | cmake/treedata/common/profiles.txt | 3 | ||||
| -rw-r--r-- | cmake/treedata/common/pvr.txt | 8 | ||||
| -rw-r--r-- | cmake/treedata/common/settings.txt | 4 | ||||
| -rw-r--r-- | cmake/treedata/common/subdirs.txt | 35 | ||||
| -rw-r--r-- | cmake/treedata/common/tests.txt | 10 | ||||
| -rw-r--r-- | cmake/treedata/common/video.txt | 4 | ||||
| -rw-r--r-- | cmake/treedata/common/videoplayer.txt | 12 |
17 files changed, 122 insertions, 0 deletions
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 | ||
