From 5c2d787787e57e7df34055da641932ca5ba1eaa9 Mon Sep 17 00:00:00 2001 From: Barry Golden Date: Mon, 24 Sep 2018 14:36:17 -0700 Subject: Updated YAML manifest for Microsoft Samples portal. (#287) * Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests --- bluetooth/bthecho/bluetooth-bthecho.yaml | 10 ---------- bluetooth/bthecho/bluetooth-bthecho.yml | 12 ++++++++++++ bluetooth/serialhcibus/bluetooth-serialhcibus.yaml | 10 ---------- bluetooth/serialhcibus/bluetooth-serialhcibus.yml | 12 ++++++++++++ 4 files changed, 24 insertions(+), 20 deletions(-) delete mode 100644 bluetooth/bthecho/bluetooth-bthecho.yaml create mode 100644 bluetooth/bthecho/bluetooth-bthecho.yml delete mode 100644 bluetooth/serialhcibus/bluetooth-serialhcibus.yaml create mode 100644 bluetooth/serialhcibus/bluetooth-serialhcibus.yml (limited to 'bluetooth') diff --git a/bluetooth/bthecho/bluetooth-bthecho.yaml b/bluetooth/bthecho/bluetooth-bthecho.yaml deleted file mode 100644 index 2b5737f5..00000000 --- a/bluetooth/bthecho/bluetooth-bthecho.yaml +++ /dev/null @@ -1,10 +0,0 @@ -### YamlMime:Sample -sample: -- name: Bluetooth Echo L2CAP Profile Driver - description: Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs. - generateZip: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows diff --git a/bluetooth/bthecho/bluetooth-bthecho.yml b/bluetooth/bthecho/bluetooth-bthecho.yml new file mode 100644 index 00000000..7e128d10 --- /dev/null +++ b/bluetooth/bthecho/bluetooth-bthecho.yml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Bluetooth Echo L2CAP Profile Driver + description: Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs. + generateZip: true + preserveParentHierarchy: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows + vssolution: /bluetooth/bthecho/bthecho.sln diff --git a/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml b/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml deleted file mode 100644 index f5fc2542..00000000 --- a/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml +++ /dev/null @@ -1,10 +0,0 @@ -### YamlMime:Sample -sample: -- name: Bluetooth Serial HCI Bus Driver - description: Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport. - generateZip: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows diff --git a/bluetooth/serialhcibus/bluetooth-serialhcibus.yml b/bluetooth/serialhcibus/bluetooth-serialhcibus.yml new file mode 100644 index 00000000..9c2f19fb --- /dev/null +++ b/bluetooth/serialhcibus/bluetooth-serialhcibus.yml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Bluetooth Serial HCI Bus Driver + description: Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport. + generateZip: true + preserveParentHierarchy: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows + vssolution: /bluetooth/serialhcibus/serialhcibus.sln -- cgit v1.3.1