From 1881a1a459d86a814b46d8eeb29aa51062ab658d Mon Sep 17 00:00:00 2001 From: Alin Gabriel Serdean Date: Wed, 3 Apr 2019 20:48:03 +0300 Subject: datapath-windows: Add Win10Analyze target This patch adds a new target called `Win10Analyze` to the driver solution. It enables us to trigger static analysis over the Win10 target. Since the location of the ruleset of drivers is somewhat random starting from 1803: https://www.osr.com/blog/2018/05/21/wdk-1803-ca/ Commit the ruleset inside our repository. This is the same ruleset used for 8,8.1 and 10. Signed-off-by: Alin Gabriel Serdean Acked-by: Anand Kumar --- datapath-windows/ovsext/ovsext.vcxproj.user | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'datapath-windows/ovsext/ovsext.vcxproj.user') diff --git a/datapath-windows/ovsext/ovsext.vcxproj.user b/datapath-windows/ovsext/ovsext.vcxproj.user index 6231d93f7..5b0c53539 100644 --- a/datapath-windows/ovsext/ovsext.vcxproj.user +++ b/datapath-windows/ovsext/ovsext.vcxproj.user @@ -15,6 +15,9 @@ TestSign + + TestSign + TestSign @@ -24,4 +27,4 @@ TestSign - + \ No newline at end of file -- cgit v1.2.1