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 --- avstream/sampledevicemft/README.md | 4 ++-- avstream/sampledevicemft/avstream-sampledevicemft.yaml | 10 ---------- avstream/sampledevicemft/avstream-sampledevicemft.yml | 12 ++++++++++++ 3 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 avstream/sampledevicemft/avstream-sampledevicemft.yaml create mode 100644 avstream/sampledevicemft/avstream-sampledevicemft.yml (limited to 'avstream/sampledevicemft') diff --git a/avstream/sampledevicemft/README.md b/avstream/sampledevicemft/README.md index 2b79c451..79ddc9f0 100644 --- a/avstream/sampledevicemft/README.md +++ b/avstream/sampledevicemft/README.md @@ -23,7 +23,7 @@ Related topics **Concepts** -[Windows Store device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683) +[UWP device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683) [Media Foundation Transforms](http://msdn.microsoft.com/en-us/library/windows/hardware/ms703138) @@ -33,6 +33,6 @@ Related topics **Samples** -[Windows Store device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) +[Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) [Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441%20) diff --git a/avstream/sampledevicemft/avstream-sampledevicemft.yaml b/avstream/sampledevicemft/avstream-sampledevicemft.yaml deleted file mode 100644 index d1e877c4..00000000 --- a/avstream/sampledevicemft/avstream-sampledevicemft.yaml +++ /dev/null @@ -1,10 +0,0 @@ -### YamlMime:Sample -sample: -- name: Driver Device Transform Sample - description: A driver device transform which loads in a process streaming an Avstream based camera device using Media Foundation. - generateZip: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows diff --git a/avstream/sampledevicemft/avstream-sampledevicemft.yml b/avstream/sampledevicemft/avstream-sampledevicemft.yml new file mode 100644 index 00000000..84ffd6d0 --- /dev/null +++ b/avstream/sampledevicemft/avstream-sampledevicemft.yml @@ -0,0 +1,12 @@ +### YamlMime:Sample +sample: +- name: Driver Device Transform Sample + description: A driver device transform which loads in a process streaming an Avstream based camera device using Media Foundation. + generateZip: true + preserveParentHierarchy: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows + vssolution: /avstream/sampledevicemft/SampleDeviceMft.sln -- cgit v1.3.1