http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/a533afb6/spec/fixtures/projects/native/blackberry/www/plugins.xml ---------------------------------------------------------------------- diff --git a/spec/fixtures/projects/native/blackberry/www/plugins.xml b/spec/fixtures/projects/native/blackberry/www/plugins.xml new file mode 100644 index 0000000..eed2e5b --- /dev/null +++ b/spec/fixtures/projects/native/blackberry/www/plugins.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<plugins> + <plugin name="App" value="org.apache.cordova.app.App"/> + <plugin name="Device" value="org.apache.cordova.device.Device"/> + <plugin name="Camera" value="org.apache.cordova.camera.Camera"/> + <plugin name="NetworkStatus" value="org.apache.cordova.network.Network"/> + <plugin name="Notification" value="org.apache.cordova.notification.Notification"/> + <plugin name="Accelerometer" value="org.apache.cordova.accelerometer.Accelerometer"/> + <plugin name="Geolocation" value="org.apache.cordova.geolocation.Geolocation"/> + <plugin name="File" value="org.apache.cordova.file.FileManager"/> + <plugin name="FileTransfer" value="org.apache.cordova.http.FileTransfer"/> + <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/> + <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/> + <plugin name="Battery" value="org.apache.cordova.battery.Battery"/> + <plugin name="Media" value="org.apache.cordova.media.Media"/> +</plugins>