Index: third_party/wds/README.chromium |
diff --git a/third_party/wds/README.chromium b/third_party/wds/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4f64c7e1681ac22060e9e9b34c8c6ccd9d3d18aa |
--- /dev/null |
+++ b/third_party/wds/README.chromium |
@@ -0,0 +1,20 @@ |
+Name: WDS |
+URL: https://github.com/01org/wds |
+Version: 1.0.0 |
+License: LGPL 2.1 |
+License File: src/COPYING |
+Security Critical: yes |
Nico
2016/02/11 13:11:43
this had a security review, yes?
Mikhail
2016/02/11 13:16:15
Yeah, this has passed both licensing and security
|
+ |
+Description: |
+WDS is a set of libraries for developers who want to build Wi-Fi Display |
+applications on linux. |
+ |
+Modifications: |
+- None |
+ |
+To import a new snapshot of WDS: |
+- Checkout the latest release tag: 'git checkout v1.0.0'. |
+- Change the DEPS entry to the newly checked out commit. |
+- Update generated files: |
+ 'cmake . && make wds && mv libwds/rtsp/gen/* ../gen/' |
+- Update this README to reflect the new version number. |