summaryrefslogtreecommitdiff
path: root/thermal/simsensor
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-03-12 14:02:43 -0700
committerAdonais Romero González <[email protected]>2019-03-12 14:02:43 -0700
commitef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch)
tree3017523a73c6552c27947d402afa6062f4df2706 /thermal/simsensor
parent35bff356ac249057f4d673d39c7f28ed348cbf0f (diff)
Update README.md for samples portal (#358)
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
Diffstat (limited to 'thermal/simsensor')
-rw-r--r--thermal/simsensor/README.md15
-rw-r--r--thermal/simsensor/thermal-simsensor.yml12
2 files changed, 12 insertions, 15 deletions
diff --git a/thermal/simsensor/README.md b/thermal/simsensor/README.md
index a2537ce5..c46d022a 100644
--- a/thermal/simsensor/README.md
+++ b/thermal/simsensor/README.md
@@ -1,3 +1,13 @@
+---
+topic: sample
+name: SimSensor - Simulated Temperature Sensor Sample Driver
+description: Demonstrates a simulated temperature sensor device.
+languages:
+ - cpp
+products:
+ - windows
+---
+
<!---
name: SimSensor - Simulated Temperature Sensor Sample Driver
platform: KMDF
@@ -7,13 +17,12 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617991
--->
-
-SimSensor: Simulated Temperature Sensor Sample Driver
-=====================================================
+# SimSensor: Simulated Temperature Sensor Sample Driver
This sample is a driver for a simulated temperature sensor device.
## 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/simsensor/thermal-simsensor.yml b/thermal/simsensor/thermal-simsensor.yml
deleted file mode 100644
index 085e4db6..00000000
--- a/thermal/simsensor/thermal-simsensor.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-### YamlMime:Sample
-sample:
-- name: SimSensor - Simulated Temperature Sensor Sample Driver
- description: Demonstrates a simulated temperature sensor device.
- generateZip: true
- preserveParentHierarchy: true
- author: windows-driver-samples
- languages:
- - cpp
- technologies:
- - windows
- vssolution: /thermal/simsensor/simsensor.sln