From dbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 13 Mar 2019 19:15:06 -0700 Subject: Update manifests --- general/echo/kmdf/README.md | 2 +- general/echo/umdf/README.md | 2 +- general/echo/umdf2/README.md | 2 +- general/echo/umdfSocketEcho/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'general/echo') diff --git a/general/echo/kmdf/README.md b/general/echo/kmdf/README.md index 9dcdf601..8a4acf4b 100644 --- a/general/echo/kmdf/README.md +++ b/general/echo/kmdf/README.md @@ -94,4 +94,4 @@ This file merely redirects to the real makefile that is shared by all the driver Sources -Generic file that lists source files and all the build options. +Generic file that lists source files and all the build options. \ No newline at end of file diff --git a/general/echo/umdf/README.md b/general/echo/umdf/README.md index c1ae545f..4d8cbbe4 100644 --- a/general/echo/umdf/README.md +++ b/general/echo/umdf/README.md @@ -129,4 +129,4 @@ File Manifest **echodriver.ctl** - This file lists the WPP trace control GUID(s) for the sample driver. This file can be used with the tracelog command's -guid flag to enable the collection of these trace events within an established trace session. -- These GUIDs must remain in sync with the trace control GUIDs defined in internal.h. +- These GUIDs must remain in sync with the trace control GUIDs defined in internal.h. \ No newline at end of file diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index 1a46cc34..2ce91193 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -83,4 +83,4 @@ As an alternative to building the driver sample in Visual Studio, you can build **msbuild /p:configuration="Release" /p:platform="Win32" umdf2echo.sln** -For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). +For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). \ No newline at end of file diff --git a/general/echo/umdfSocketEcho/README.md b/general/echo/umdfSocketEcho/README.md index 579013e1..a3c60afa 100644 --- a/general/echo/umdfSocketEcho/README.md +++ b/general/echo/umdfSocketEcho/README.md @@ -174,4 +174,4 @@ Note that independent threads perform the reads and writes in the echo test appl File Manifest ------------- -**Dllsup.cpp**: The DLL support code that provides the DLL's entry point and the single required export (DllGetClassObject). +**Dllsup.cpp**: The DLL support code that provides the DLL's entry point and the single required export (DllGetClassObject). \ No newline at end of file -- cgit v1.3.1