summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ M Rossy <[email protected]>2015-08-24 16:25:10 -0700
committerJ M Rossy <[email protected]>2015-08-24 16:25:10 -0700
commitd619854c439eb633955f8b1febccd0406908e0a0 (patch)
tree9425eff321dc607ebc8613749ee7bb4d1fa06139
parent04e153f524f910b6141c5a1cb4301a38ca3d78d9 (diff)
Update README for usb/kmdf_fx2 sample
-rw-r--r--usb/kmdf_fx2/README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/usb/kmdf_fx2/README.md b/usb/kmdf_fx2/README.md
index 934a39e9..0bf65d1d 100644
--- a/usb/kmdf_fx2/README.md
+++ b/usb/kmdf_fx2/README.md
@@ -10,30 +10,6 @@ The specification for the device is at <http://www.osronline.com/hardware/OSRFX2
## Universal Windows Driver Compliant
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
-
-Related topics
---------------
-
-****
-
-[umdf\_fx2](http://msdn.microsoft.com/en-us/library/windows/hardware/)
-
-[wdf\_osrfx2](http://msdn.microsoft.com/en-us/library/windows/hardware/)
-
-
-
-Build the sample
-----------------
-
-The default Solution build configuration is **Debug** and **Win32**.
-
-**To select a configuration and build a driver**
-
-1. Open the driver project or solution in Visual Studio (find *filtername*.sln or *filtername*.vcxproj).
-2. Right-click the solution in the **Solutions Explorer** and select **Configuration Manager**.
-3. From the **Configuration Manager**, select the **Active Solution Configuration** (for example, Debug or Release) and the **Active Solution Platform** (for example, Win32) that correspond to the type of build you are interested in.
-4. From the **Build** menu, click **Build Solution** (Ctrl+Shift+B).
-
Overview
--------