| Index: services/ui/view_manager/README.md
|
| diff --git a/services/ui/view_manager/README.md b/services/ui/view_manager/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c9109a9dda9de300e96172970a35162764848172
|
| --- /dev/null
|
| +++ b/services/ui/view_manager/README.md
|
| @@ -0,0 +1,10 @@
|
| +# Mozart View Manager
|
| +
|
| +This directory contains an implementation of the ViewManager interface.
|
| +It provides a composable view management system for used by other
|
| +applications.
|
| +
|
| +It doesn't make sense to run this application stand-alone since it
|
| +doesn't have any UI of its own to display. Instead, use the Mozart
|
| +Launcher or some other application to launch and embed the UI of some
|
| +other application using the view manager.
|
|
|