summaryrefslogtreecommitdiff
path: root/thermal/simsensor
diff options
context:
space:
mode:
Diffstat (limited to 'thermal/simsensor')
-rw-r--r--thermal/simsensor/ReadMe.md4
1 files changed, 2 insertions, 2 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).