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

Unified Diff: mojo/public/c/README.md

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « mojo/public/c/PRESUBMIT.py ('k') | mojo/public/c/docs/bindings/INTERNALS.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/README.md
diff --git a/mojo/public/c/README.md b/mojo/public/c/README.md
deleted file mode 100644
index 8e11545deb08bc11d964da4ad54bc22f33ec397c..0000000000000000000000000000000000000000
--- a/mojo/public/c/README.md
+++ /dev/null
@@ -1,45 +0,0 @@
-Mojo Public C API
-=================
-
-This directory contains C language bindings for the Mojo Public API.
-
-Environment
------------
-
-The environment/ subdirectory defines some common things that, while not part of
-the system API, may be required for GLES2 (for example). These are things that a
-Mojo application may be required to provide to the GLES2 (for example) library
-in order to use it. (However, the Mojo application may implement these things as
-it sees fit.)
-
-GLES2
------
-
-The gles2/ subdirectory defines the GLES2 C API that's available to Mojo
-applications. To use GLES2, Mojo applications must link against a dynamic
-library (the exact mechanism being platform-dependent) and use the header files
-in this directory as well as the standard Khronos GLES2 header files.
-
-The reason for this, rather than providing GLES2 using the standard Mojo IPC
-mechanism, is performance: The protocol (and transport mechanisms) used to
-communicate with the Mojo GLES2 service is not stable nor "public" (mainly for
-performance reasons), and using the dynamic library shields the application from
-changes to the underlying system.
-
-System
-------
-
-The system/ subdirectory provides definitions of the basic low-level API used by
-all Mojo applications (whether directly or indirectly). These consist primarily
-of the IPC primitives used to communicate with Mojo services.
-
-Though the message protocol is stable, the implementation of the transport is
-not, and access to the IPC mechanisms must be via the primitives defined in this
-directory.
-
-Test Support
-------------
-
-This directory contains a C API for running tests. This API is only available
-under special, specific test conditions. It is not meant for general use by Mojo
-applications.
« no previous file with comments | « mojo/public/c/PRESUBMIT.py ('k') | mojo/public/c/docs/bindings/INTERNALS.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698