diff options
| author | Barry Golden <[email protected]> | 2018-02-28 09:14:29 -0800 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2018-02-28 09:14:29 -0800 |
| commit | ba25139ebc243c1a79dcd6168cc95563a467b7ef (patch) | |
| tree | 039959ca9f4d884b7fce99deb67c02573e53d7ab /wmi | |
| parent | 9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff) | |
Added .yaml files for samples portal (#214)
Diffstat (limited to 'wmi')
| -rw-r--r-- | wmi/wmiacpi/wmi-wmiacpi.yaml | 10 | ||||
| -rw-r--r-- | wmi/wmisamp/wmi-wmisamp.yaml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/wmi/wmiacpi/wmi-wmiacpi.yaml b/wmi/wmiacpi/wmi-wmiacpi.yaml new file mode 100644 index 00000000..47110a29 --- /dev/null +++ b/wmi/wmiacpi/wmi-wmiacpi.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: WMIACPI Sample + description: Contains ACPI BIOS and WMI sample code that enables instrumentation of the ACPI BIOS from within ACPI Source Language (ASL) code. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/wmi/wmisamp/wmi-wmisamp.yaml b/wmi/wmisamp/wmi-wmisamp.yaml new file mode 100644 index 00000000..f6885baa --- /dev/null +++ b/wmi/wmisamp/wmi-wmisamp.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: WmiSamp WMI Provider + description: Demonstrates how to register WMI providers in KMDF, create provider instances, and handle WMI queries sent to a device. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows |
