summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-07-30 16:03:24 -0700
committerBarry Golden <[email protected]>2015-07-30 16:03:24 -0700
commit4dc90ad04d5e40851e2e370f487b7cc9a3be071b (patch)
treec2e74dd18a743893c555d311f29ad9fba77b60c6 /thermal
parentd3abcb10a801986a2956d6bbdfeb652bda1d9a74 (diff)
Update README.md
Diffstat (limited to 'thermal')
-rw-r--r--thermal/thermalclient/ReadMe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal/thermalclient/ReadMe.md b/thermal/thermalclient/ReadMe.md
index 4ebcb51f..47f8a2f6 100644
--- a/thermal/thermalclient/ReadMe.md
+++ b/thermal/thermalclient/ReadMe.md
@@ -1,7 +1,7 @@
SimThermalClient: Simulated Thermal Client Sample Driver
========================================================
-This sample is a driver for a simulated device that is a client of Windows thermal management. This driver publishes a [GUID\_THERMAL\_COOLING\_INTERFACE](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698265) driver interface. Support for this interface is available starting with Windows 8.1. Drivers publish this interface so that they can participate in global thermal management under the coordination of the Windows operating system.
+This sample is a driver for a simulated device that is a client of Windows thermal management. This driver publishes a [GUID\_THERMAL\_COOLING\_INTERFACE](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698265) driver interface. Drivers publish this interface so that they can participate in global thermal management under the coordination of the Windows operating system.
## Universal Windows Driver Compliant
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.