diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 22:35:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 22:35:21 +0300 |
commit | 7be3d976a223220e8e48896a401ac7e56e40ce62 (patch) | |
tree | 4d39e948d5ccd65c27d6ce76120bbcbe33484061 /um/service/utils | |
parent | move WDK-version-specific stuff out of root README (diff) | |
download | windows7-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/service/utils/CMakeLists.txt (renamed from um/libservice/utils/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | um/service/utils/install_service.cpp (renamed from um/libservice/utils/install_service.cpp) | 0 | ||||
-rw-r--r-- | um/service/utils/start_service.cpp (renamed from um/libservice/utils/start_service.cpp) | 0 | ||||
-rw-r--r-- | um/service/utils/stop_service.cpp (renamed from um/libservice/utils/stop_service.cpp) | 0 | ||||
-rw-r--r-- | um/service/utils/uninstall_service.cpp (renamed from um/libservice/utils/uninstall_service.cpp) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/um/libservice/utils/CMakeLists.txt b/um/service/utils/CMakeLists.txt index 061ab25..061ab25 100644 --- a/um/libservice/utils/CMakeLists.txt +++ b/um/service/utils/CMakeLists.txt diff --git a/um/libservice/utils/install_service.cpp b/um/service/utils/install_service.cpp index f36af75..f36af75 100644 --- a/um/libservice/utils/install_service.cpp +++ b/um/service/utils/install_service.cpp diff --git a/um/libservice/utils/start_service.cpp b/um/service/utils/start_service.cpp index fafee53..fafee53 100644 --- a/um/libservice/utils/start_service.cpp +++ b/um/service/utils/start_service.cpp diff --git a/um/libservice/utils/stop_service.cpp b/um/service/utils/stop_service.cpp index 800c7a9..800c7a9 100644 --- a/um/libservice/utils/stop_service.cpp +++ b/um/service/utils/stop_service.cpp diff --git a/um/libservice/utils/uninstall_service.cpp b/um/service/utils/uninstall_service.cpp index 395bb51..395bb51 100644 --- a/um/libservice/utils/uninstall_service.cpp +++ b/um/service/utils/uninstall_service.cpp |