aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-04-27 22:35:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-04-27 22:35:21 +0300
commit7be3d976a223220e8e48896a401ac7e56e40ce62 (patch)
tree4d39e948d5ccd65c27d6ce76120bbcbe33484061 /um/wrappers
parentmove WDK-version-specific stuff out of root README (diff)
downloadwindows7-drivers-7be3d976a223220e8e48896a401ac7e56e40ce62.tar.gz
windows7-drivers-7be3d976a223220e8e48896a401ac7e56e40ce62.zip
um: reorganize projects
* libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter
Diffstat (limited to '')
-rw-r--r--um/wrappers/CMakeLists.txt2
-rw-r--r--um/wrappers/simple/CMakeLists.txt (renamed from um/libsimple/CMakeLists.txt)0
-rw-r--r--um/wrappers/simple/README.md (renamed from um/libsimple/README.md)6
-rw-r--r--um/wrappers/simple/include/libsimple/all.hpp (renamed from um/libnt_path_converter/include/libnt_path_converter/all.hpp)0
-rw-r--r--um/wrappers/simple/include/libsimple/device.hpp (renamed from um/libsimple/include/libsimple/device.hpp)0
-rw-r--r--um/wrappers/simple/src/device.cpp (renamed from um/libsimple/src/device.cpp)0
-rw-r--r--um/wrappers/simple/utils/CMakeLists.txt (renamed from um/libsimple/utils/CMakeLists.txt)0
-rw-r--r--um/wrappers/simple/utils/exchange_ints.cpp (renamed from um/libsimple/utils/exchange_ints.cpp)0
-rw-r--r--um/wrappers/special/CMakeLists.txt1
-rw-r--r--um/wrappers/special/nt_path_converter/CMakeLists.txt (renamed from um/libnt_path_converter/CMakeLists.txt)0
-rw-r--r--um/wrappers/special/nt_path_converter/README.md (renamed from um/libnt_path_converter/README.md)6
-rw-r--r--um/wrappers/special/nt_path_converter/include/libnt_path_converter/all.hpp (renamed from um/libsimple/include/libsimple/all.hpp)0
-rw-r--r--um/wrappers/special/nt_path_converter/include/libnt_path_converter/device.hpp (renamed from um/libnt_path_converter/include/libnt_path_converter/device.hpp)0
-rw-r--r--um/wrappers/special/nt_path_converter/src/device.cpp (renamed from um/libnt_path_converter/src/device.cpp)0
-rw-r--r--um/wrappers/special/nt_path_converter/utils/CMakeLists.txt (renamed from um/libnt_path_converter/utils/CMakeLists.txt)0
-rw-r--r--um/wrappers/special/nt_path_converter/utils/convert_nt_path.cpp (renamed from um/libnt_path_converter/utils/convert_nt_path.cpp)0
16 files changed, 9 insertions, 6 deletions
diff --git a/um/wrappers/CMakeLists.txt b/um/wrappers/CMakeLists.txt
new file mode 100644
index 0000000..834a76b
--- /dev/null
+++ b/um/wrappers/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_subdirectory(simple)
+add_subdirectory(special)
diff --git a/um/libsimple/CMakeLists.txt b/um/wrappers/simple/CMakeLists.txt
index ff61bd7..ff61bd7 100644
--- a/um/libsimple/CMakeLists.txt
+++ b/um/wrappers/simple/CMakeLists.txt
diff --git a/um/libsimple/README.md b/um/wrappers/simple/README.md
index ac00d63..51a46cb 100644
--- a/um/libsimple/README.md
+++ b/um/wrappers/simple/README.md
@@ -3,7 +3,7 @@ simple driver utilities
[simple] driver usage examples.
-[simple]: ../../km/src/simple
+[simple]: ../../../km/src/simple
Usage
-----
@@ -39,5 +39,5 @@ See also
* [Building the utilities]
* [License]
-[Building the utilities]: ../README.md#building-the-utilities
-[License]: ../../README.md#license
+[Building the utilities]: ../../README.md#building-the-utilities
+[License]: ../../../README.md#license
diff --git a/um/libnt_path_converter/include/libnt_path_converter/all.hpp b/um/wrappers/simple/include/libsimple/all.hpp
index 474b802..474b802 100644
--- a/um/libnt_path_converter/include/libnt_path_converter/all.hpp
+++ b/um/wrappers/simple/include/libsimple/all.hpp
diff --git a/um/libsimple/include/libsimple/device.hpp b/um/wrappers/simple/include/libsimple/device.hpp
index 3318818..3318818 100644
--- a/um/libsimple/include/libsimple/device.hpp
+++ b/um/wrappers/simple/include/libsimple/device.hpp
diff --git a/um/libsimple/src/device.cpp b/um/wrappers/simple/src/device.cpp
index 57e6963..57e6963 100644
--- a/um/libsimple/src/device.cpp
+++ b/um/wrappers/simple/src/device.cpp
diff --git a/um/libsimple/utils/CMakeLists.txt b/um/wrappers/simple/utils/CMakeLists.txt
index 8824e3e..8824e3e 100644
--- a/um/libsimple/utils/CMakeLists.txt
+++ b/um/wrappers/simple/utils/CMakeLists.txt
diff --git a/um/libsimple/utils/exchange_ints.cpp b/um/wrappers/simple/utils/exchange_ints.cpp
index 2935b2f..2935b2f 100644
--- a/um/libsimple/utils/exchange_ints.cpp
+++ b/um/wrappers/simple/utils/exchange_ints.cpp
diff --git a/um/wrappers/special/CMakeLists.txt b/um/wrappers/special/CMakeLists.txt
new file mode 100644
index 0000000..ed48e00
--- /dev/null
+++ b/um/wrappers/special/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(nt_path_converter)
diff --git a/um/libnt_path_converter/CMakeLists.txt b/um/wrappers/special/nt_path_converter/CMakeLists.txt
index 69f85d0..69f85d0 100644
--- a/um/libnt_path_converter/CMakeLists.txt
+++ b/um/wrappers/special/nt_path_converter/CMakeLists.txt
diff --git a/um/libnt_path_converter/README.md b/um/wrappers/special/nt_path_converter/README.md
index 74653dc..71b4948 100644
--- a/um/libnt_path_converter/README.md
+++ b/um/wrappers/special/nt_path_converter/README.md
@@ -3,7 +3,7 @@ nt_path_converter driver utilities
[nt_path_converter] driver usage examples.
-[nt_path_converter]: ../../km/src/special/nt_path_converter
+[nt_path_converter]: ../../../../km/src/special/nt_path_converter
Usage
-----
@@ -27,5 +27,5 @@ See also
* [Building the utilities]
* [License]
-[Building the utilities]: ../README.md#building-the-utilities
-[License]: ../../README.md#license
+[Building the utilities]: ../../../README.md#building-the-utilities
+[License]: ../../../../README.md#license
diff --git a/um/libsimple/include/libsimple/all.hpp b/um/wrappers/special/nt_path_converter/include/libnt_path_converter/all.hpp
index 474b802..474b802 100644
--- a/um/libsimple/include/libsimple/all.hpp
+++ b/um/wrappers/special/nt_path_converter/include/libnt_path_converter/all.hpp
diff --git a/um/libnt_path_converter/include/libnt_path_converter/device.hpp b/um/wrappers/special/nt_path_converter/include/libnt_path_converter/device.hpp
index e1d75fb..e1d75fb 100644
--- a/um/libnt_path_converter/include/libnt_path_converter/device.hpp
+++ b/um/wrappers/special/nt_path_converter/include/libnt_path_converter/device.hpp
diff --git a/um/libnt_path_converter/src/device.cpp b/um/wrappers/special/nt_path_converter/src/device.cpp
index 90cd12f..90cd12f 100644
--- a/um/libnt_path_converter/src/device.cpp
+++ b/um/wrappers/special/nt_path_converter/src/device.cpp
diff --git a/um/libnt_path_converter/utils/CMakeLists.txt b/um/wrappers/special/nt_path_converter/utils/CMakeLists.txt
index 9915995..9915995 100644
--- a/um/libnt_path_converter/utils/CMakeLists.txt
+++ b/um/wrappers/special/nt_path_converter/utils/CMakeLists.txt
diff --git a/um/libnt_path_converter/utils/convert_nt_path.cpp b/um/wrappers/special/nt_path_converter/utils/convert_nt_path.cpp
index 0055db2..0055db2 100644
--- a/um/libnt_path_converter/utils/convert_nt_path.cpp
+++ b/um/wrappers/special/nt_path_converter/utils/convert_nt_path.cpp