diff options
| author | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
| commit | 1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch) | |
| tree | ceece70ec21256772341dc1ef91a199a5d13bc0f /thermal | |
| parent | d40232638faaab19de557e70a3ee938da7a35295 (diff) | |
terminology changes
Diffstat (limited to 'thermal')
| -rw-r--r-- | thermal/simsensor/ReadMe.md | 4 | ||||
| -rw-r--r-- | thermal/thermalclient/ReadMe.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/thermal/simsensor/ReadMe.md b/thermal/simsensor/ReadMe.md index 6d59171e..668c5b56 100644 --- a/thermal/simsensor/ReadMe.md +++ b/thermal/simsensor/ReadMe.md @@ -3,8 +3,8 @@ SimSensor: Simulated Temperature Sensor Sample Driver This sample is a driver for a simulated temperature sensor device. -## Universal Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## Universal Windows Driver Compliant +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. A hardware platform designer can strategically place temperature sensors in various thermal zones around the platform. The operating system gets the temperature readings from the temperature sensor drivers and uses these readings to regulate the temperatures across the platform. Regulation can be either passive or active. For more information, see [Device-Level Thermal Management](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698236). diff --git a/thermal/thermalclient/ReadMe.md b/thermal/thermalclient/ReadMe.md index aa886303..4ebcb51f 100644 --- a/thermal/thermalclient/ReadMe.md +++ b/thermal/thermalclient/ReadMe.md @@ -3,7 +3,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. -## Universal Compliant -This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. +## Universal Windows Driver Compliant +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. For more information, see [Device-Level Thermal Management](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698236). |
