aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Fedchin <anightik@gmail.com>2018-04-03 17:19:34 +0300
committerAnton Fedchin <anightik@gmail.com>2018-04-04 11:32:54 +0300
commit242dc3d579d1affbede9df6e838574e318c8d6e5 (patch)
tree3a2f9d864f543bb3f3c2056654257cdcbeb93206
parentd780542170cf094d3a4abec6547da547fd21af14 (diff)
[win10] storage: move implementation to platform folder.
-rw-r--r--cmake/treedata/windowsstore/subdirs.txt2
-rw-r--r--xbmc/platform/win10/storage/CMakeLists.txt (renamed from xbmc/storage/win10/CMakeLists.txt)2
-rw-r--r--xbmc/platform/win10/storage/Win10StorageProvider.cpp (renamed from xbmc/storage/win10/Win10StorageProvider.cpp)0
-rw-r--r--xbmc/platform/win10/storage/Win10StorageProvider.h (renamed from xbmc/storage/win10/Win10StorageProvider.h)0
4 files changed, 2 insertions, 2 deletions
diff --git a/cmake/treedata/windowsstore/subdirs.txt b/cmake/treedata/windowsstore/subdirs.txt
index 4b94e81e44..97d22730d5 100644
--- a/cmake/treedata/windowsstore/subdirs.txt
+++ b/cmake/treedata/windowsstore/subdirs.txt
@@ -1,5 +1,6 @@
xbmc/platform/win10 platform/win10
xbmc/platform/win10/filesystem platform/win10/filesystem
+xbmc/platform/win10/storage platfrom/win10/storage
xbmc/platform/win32/filesystem platform/win32/filesystem
xbmc/input/touch input/touch
xbmc/input/touch/generic input/touch/generic
@@ -7,7 +8,6 @@ xbmc/network/win10 network/win10
xbmc/network/mdns network/mdns
xbmc/peripherals/bus/win10 peripherals/bus/win10
xbmc/powermanagement/win10 powermanagement/win10
-xbmc/storage/win10 storage/win10
xbmc/utils/win32 utils/win32
xbmc/rendering/dx rendering/dx
xbmc/threads/platform/win threads/win
diff --git a/xbmc/storage/win10/CMakeLists.txt b/xbmc/platform/win10/storage/CMakeLists.txt
index 22d796e8df..84f3f595bf 100644
--- a/xbmc/storage/win10/CMakeLists.txt
+++ b/xbmc/platform/win10/storage/CMakeLists.txt
@@ -2,4 +2,4 @@ set(SOURCES Win10StorageProvider.cpp)
set(HEADERS Win10StorageProvider.h)
-core_add_library(storage_win10)
+core_add_library(platform_win10_storage)
diff --git a/xbmc/storage/win10/Win10StorageProvider.cpp b/xbmc/platform/win10/storage/Win10StorageProvider.cpp
index 56371ba6a8..56371ba6a8 100644
--- a/xbmc/storage/win10/Win10StorageProvider.cpp
+++ b/xbmc/platform/win10/storage/Win10StorageProvider.cpp
diff --git a/xbmc/storage/win10/Win10StorageProvider.h b/xbmc/platform/win10/storage/Win10StorageProvider.h
index b22e2deb6c..b22e2deb6c 100644
--- a/xbmc/storage/win10/Win10StorageProvider.h
+++ b/xbmc/platform/win10/storage/Win10StorageProvider.h