Chromium Code Reviews| 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..9181103f278b3049894fd0362d7465e5c83d7f9b |
| --- /dev/null |
| +++ b/third_party/wds/README.chromium |
| @@ -0,0 +1,19 @@ |
| +Name: WDS |
| +URL: https://github.com/01org/wds |
| +Version: 0.1.0 |
| +License: LGPL |
| +License File: src/COPYING |
| +Security Critical: no |
| + |
| +Description: |
| +WDS is a set of libraries for developers who want to build Wi-Fi Display applications on linux. |
|
Lei Zhang
2015/12/04 18:24:05
80 cols
Mikhail
2015/12/07 09:21:53
Done.
|
| + |
| +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. |