| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations under the License. |
| --> |
| <feature> |
| <name>wave</name> |
| <dependency>dynamic-height</dependency> |
| <dependency>locked-domain</dependency> |
| <dependency>taming</dependency> |
| <dependency>rpc</dependency> |
| <gadget> |
| <script src="base.js"/> |
| <script src="dynamic-width.js"/> |
| <script src="participant.js"/> |
| <script src="state.js"/> |
| <script src="taming.js" caja="1"/> |
| <script src="util.js"/> |
| <script src="wave.js"/> |
| <script src="wave.ui.js"/> |
| <api> |
| <exports type="rpc">wave_participants</exports> |
| <exports type="rpc">wave_gadget_state</exports> |
| <exports type="rpc">wave_state_delta</exports> |
| <exports type="rpc">wave_private_gadget_state</exports> |
| <exports type="rpc">wave_private_state_delta</exports> |
| <exports type="rpc">wave_gadget_mode</exports> |
| <uses type="rpc">setIframeWidth</uses> |
| <uses type="rpc">wave_gadget_state</uses> |
| <uses type="rpc">wave_log</uses> |
| <uses type="rpc">set_snippet</uses> |
| <uses type="rpc">wave_enable</uses> |
| </api> |
| </gadget> |
| </feature> |