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..3c6a5c41962b7ff9b81cd0cd3d687db71b7e78ae |
--- /dev/null |
+++ b/third_party/wds/README.chromium |
@@ -0,0 +1,20 @@ |
+Name: WDS |
+URL: https://github.com/01org/wds |
+Version: 0.1.0 |
+License: LGPL 2.1 |
+License File: src/COPYING |
+Security Critical: no |
Lei Zhang
2016/02/05 23:00:05
This probably should say yes.
Mikhail
2016/02/08 15:12:18
The library code will be compiled conditionally (w
|
+ |
+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 v0.1.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. |