Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: third_party/wds/README.chromium

Issue 1498473010: third_party: Add WDS library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wds
Patch Set: Link dynamically. Fixed checklicenses.py complaint. Updated WDS version. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..745a4cd543b1d07fa8e61f6d30e1284b90e3e338
--- /dev/null
+++ b/third_party/wds/README.chromium
@@ -0,0 +1,20 @@
+Name: WDS
+URL: https://github.com/01org/wds
+Version: 0.1.0
Lei Zhang 2016/02/09 19:07:52 Should their be a version bump? Patch set 3 says i
Mikhail 2016/02/10 11:34:37 Right, thanks for pointing out.
Lei Zhang 2016/02/10 20:19:35 Woohoo, 1.0! \o/
+License: LGPL 2.1
+License File: src/COPYING
+Security Critical: yes
+
+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.

Powered by Google App Engine
This is Rietveld 408576698