summaryrefslogtreecommitdiff
path: root/pofx
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2018-02-28 09:14:29 -0800
committerWei Mao <[email protected]>2018-02-28 09:14:29 -0800
commitba25139ebc243c1a79dcd6168cc95563a467b7ef (patch)
tree039959ca9f4d884b7fce99deb67c02573e53d7ab /pofx
parent9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff)
Added .yaml files for samples portal (#214)
Diffstat (limited to 'pofx')
-rw-r--r--pofx/PEP/pofx-pep.yaml10
-rw-r--r--pofx/UMDF2/pofx-umdf2.yaml10
-rw-r--r--pofx/WDF/pofx-wdf.yaml10
3 files changed, 30 insertions, 0 deletions
diff --git a/pofx/PEP/pofx-pep.yaml b/pofx/PEP/pofx-pep.yaml
new file mode 100644
index 00000000..ffc0a901
--- /dev/null
+++ b/pofx/PEP/pofx-pep.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: Power Engine Plugin (PEP) ACPI Sample
+ description: Demonstrates an interface which allows PEP to implement ACPI runtime methods natively via a driver.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/pofx/UMDF2/pofx-umdf2.yaml b/pofx/UMDF2/pofx-umdf2.yaml
new file mode 100644
index 00000000..e7db0b9e
--- /dev/null
+++ b/pofx/UMDF2/pofx-umdf2.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: Power Framework (PoFx) Sample (UMDF Version 2)
+ description: Demonstrates how a UMDF version 2 driver can implement F-state-based power management.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/pofx/WDF/pofx-wdf.yaml b/pofx/WDF/pofx-wdf.yaml
new file mode 100644
index 00000000..7541a404
--- /dev/null
+++ b/pofx/WDF/pofx-wdf.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: KMDF Power Framework (PoFx) Sample
+ description: Demonstrate how a KMDF driver can implement F-state-based power management.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows