<?xml version="1.0" encoding="UTF-8"?>
<!--
    Licensed Material - Property of IBM

   © Copyright 2016 IBM Corp.

   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.
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
  id="cordova-plugin-mfp-fips"
  version="8.0.2024082705">
  <name>IBM MobileFirst Platform Foundation FIPS</name>
  <description>IBM MobileFirst Platform Foundation Cordova FIPS Plugin</description>
  <license>IBM</license>
  <keywords>cordova,ibm,worklight,mobilefirst,mfp,fips</keywords>
  <issue>https://www.ibm.com/support</issue>

  <engines>
      <engine name="cordova-android" version="&gt;=6.1.2 &lt;14" />
      <engine name="cordova-ios" version="&gt;=4.1.1 &lt;8" />
      <engine name="cordova-plugman" version="&gt;=6.1.1 &lt;13" />
  </engines>

  <dependency id="cordova-plugin-mfp" version="&gt;=8.0.0" />

  <platform name="android">

    <js-module src="bootstrap.js" name="fips">
       <runs/>
    </js-module>

    <asset src="www/worklight/fipshttp.js" target="plugins/cordova-plugin-mfp-fips/worklight/fipshttp.js" />

    <resource-file src="src/android/assets/featurelibs/armeabi/libcrypto.so.zip" target="assets/featurelibs/armeabi/libcrypto.so.zip" />
    <resource-file src="src/android/assets/featurelibs/armeabi-v7a/libcrypto.so.zip" target="assets/featurelibs/armeabi-v7a/libcrypto.so.zip" />
    <resource-file src="src/android/assets/featurelibs/x86/libcrypto.so.zip" target="assets/featurelibs/x86/libcrypto.so.zip" />

    <resource-file src="src/android/assets/featurelibs/armeabi/libssl.so.1.0.0.zip" target="assets/featurelibs/armeabi/libssl.so.1.0.0.zip" />
    <resource-file src="src/android/assets/featurelibs/x86/libssl.so.1.0.0.zip" target="assets/featurelibs/x86/libssl.so.1.0.0.zip" />

    <resource-file src="src/android/libs/armeabi/libuvpn.so" target="libs/armeabi/libuvpn.so" />

    <resource-file src="src/android/libs/armeabi-v7a/libuvpn.so" target="libs/armeabi-v7a/libuvpn.so" />

    <resource-file src="src/android/libs/x86/libuvpn.so" target="libs/x86/libuvpn.so" />

  </platform>

</plugin>
