Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forwarding rule bugfix #310

Merged
merged 10 commits into from
Jun 27, 2018
6 changes: 5 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ Optional fields:
corresponding API property we can use `field` to map the user facing name
(specified by the `name` parameter) to the backend API (specified by the
`field` parameter)
- `resource`: A resource this resource is dependent upon. See
[Api::Type::ResourceRef](#resource-ref).
- `imports`: An imported property from the dependent resource specified by
`resource`. See [Api::Type::ResourceRef](#resource-ref).

Example:

Expand Down Expand Up @@ -157,7 +161,7 @@ Currently MM supports the following types:
- Api::Type::NameValues
- `Api::Type::NestedObject`: A composite field, composed of inner fields. This
is used for structures that are nested.
- `Api::Type::ResourceRef`: A reference to another object described in the
- <a id="resource-ref"></a>`Api::Type::ResourceRef`: A reference to another object described in the
product. This is used to create strong relationship binding between the
objects, where the generated code will make sure the object depended upon
exists. A `ResourceRef` also specifies which property from the dependent
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ We are now ready to compile a module!

## Compiling modules

### Prerequisites

Each module has its own set of prerequisites for successful compilation. It is
advisable to read the documentation within a particular module's project
repository before attempting compilation to ensure prerequisites are installed.
A list of each module's repository URL can be retrieved via the following
command:

git config --file .gitmodules --get-regexp url

### Compiling a single module

Compiling a module is as easy as:
Expand Down
93 changes: 0 additions & 93 deletions build/presubmit/git-hook

This file was deleted.

54 changes: 0 additions & 54 deletions build/presubmit/lib/00-logging

This file was deleted.

23 changes: 0 additions & 23 deletions build/presubmit/lib/00-timers

This file was deleted.

112 changes: 0 additions & 112 deletions build/presubmit/lib/10-attach_report

This file was deleted.

44 changes: 0 additions & 44 deletions build/presubmit/lib/10-common

This file was deleted.

Loading