Regenerate dependencies using LineageOS's GenerateBp plugin
This commit is contained in:
parent
55f3e2c7ab
commit
573b32c9cc
65 changed files with 533 additions and 1272 deletions
387
Android.bp
387
Android.bp
|
@ -1,15 +1,388 @@
|
|||
//
|
||||
// SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
// DO NOT EDIT THIS FILE MANUALLY
|
||||
|
||||
java_import {
|
||||
name: "asn1bean-prebuilt-jar",
|
||||
jars: ["repository/com/beanit/asn1bean/1.13.0/asn1bean-1.13.0.jar"],
|
||||
name: "OpenEUICC_androidx.datastore_datastore-core-nodeps",
|
||||
jars: ["androidx/datastore/datastore-core/1.0.0/datastore-core-1.0.0.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_androidx.datastore_datastore-core",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_androidx.datastore_datastore-core-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-core-jvm",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "zxing-core-prebuilt-jar",
|
||||
jars: ["repository/com/google/zxing/core/3.4.1/core-3.4.1.jar"],
|
||||
name: "OpenEUICC_androidx.datastore_datastore-preferences-core-nodeps",
|
||||
jars: ["androidx/datastore/datastore-preferences-core/1.0.0/datastore-preferences-core-1.0.0.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_androidx.datastore_datastore-preferences-core",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_androidx.datastore_datastore-preferences-core-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_androidx.datastore_datastore-core",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
android_library_import {
|
||||
name: "zxing-android-embedded-prebuilt-aar",
|
||||
aars: ["repository/com/journeyapps/zxing-android-embedded/4.3.0/zxing-android-embedded-4.3.0.aar"],
|
||||
sdk_version: "current",
|
||||
name: "OpenEUICC_androidx.datastore_datastore-preferences-nodeps",
|
||||
aars: ["androidx/datastore/datastore-preferences/1.0.0/datastore-preferences-1.0.0.aar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_androidx.datastore_datastore",
|
||||
"OpenEUICC_androidx.datastore_datastore-preferences-core",
|
||||
],
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "OpenEUICC_androidx.datastore_datastore-preferences",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
manifest: "androidx/datastore/datastore-preferences/1.0.0/AndroidManifest.xml",
|
||||
static_libs: [
|
||||
"OpenEUICC_androidx.datastore_datastore-preferences-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_androidx.datastore_datastore",
|
||||
"OpenEUICC_androidx.datastore_datastore-preferences-core",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
android_library_import {
|
||||
name: "OpenEUICC_androidx.datastore_datastore-nodeps",
|
||||
aars: ["androidx/datastore/datastore/1.0.0/datastore-1.0.0.aar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_androidx.datastore_datastore-core",
|
||||
],
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "OpenEUICC_androidx.datastore_datastore",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
manifest: "androidx/datastore/datastore/1.0.0/AndroidManifest.xml",
|
||||
static_libs: [
|
||||
"OpenEUICC_androidx.datastore_datastore-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_androidx.datastore_datastore-core",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_com.google.errorprone_error_prone_annotations-nodeps",
|
||||
jars: ["com/google/errorprone/error_prone_annotations/2.15.0/error_prone_annotations-2.15.0.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_com.google.errorprone_error_prone_annotations",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_com.google.errorprone_error_prone_annotations-nodeps",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_com.google.guava_listenablefuture-nodeps",
|
||||
jars: ["com/google/guava/listenablefuture/1.0/listenablefuture-1.0.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_com.google.guava_listenablefuture",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_com.google.guava_listenablefuture-nodeps",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_com.google.zxing_core-nodeps",
|
||||
jars: ["com/google/zxing/core/3.4.1/core-3.4.1.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_com.google.zxing_core",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_com.google.zxing_core-nodeps",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
android_library_import {
|
||||
name: "OpenEUICC_com.journeyapps_zxing-android-embedded-nodeps",
|
||||
aars: ["com/journeyapps/zxing-android-embedded/4.3.0/zxing-android-embedded-4.3.0.aar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_com.google.zxing_core",
|
||||
],
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "OpenEUICC_com.journeyapps_zxing-android-embedded",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
manifest: "com/journeyapps/zxing-android-embedded/4.3.0/AndroidManifest.xml",
|
||||
static_libs: [
|
||||
"OpenEUICC_com.journeyapps_zxing-android-embedded-nodeps",
|
||||
"OpenEUICC_com.google.zxing_core",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk7-nodeps",
|
||||
jars: ["org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.22/kotlin-stdlib-jdk7-1.8.22.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk7",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk7-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk8-nodeps",
|
||||
jars: ["org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.22/kotlin-stdlib-jdk8-1.8.22.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk8",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk8-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk7",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-nodeps",
|
||||
jars: ["org/jetbrains/kotlin/kotlin-stdlib/1.9.20/kotlin-stdlib-1.9.20.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-nodeps",
|
||||
"OpenEUICC_org.jetbrains_annotations",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-android-nodeps",
|
||||
jars: ["org/jetbrains/kotlinx/kotlinx-coroutines-android/1.6.4/kotlinx-coroutines-android-1.6.4.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-android",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-android-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-core-jvm",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk8",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-core-jvm-nodeps",
|
||||
jars: ["org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.6.4/kotlinx-coroutines-core-jvm-1.6.4.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-core-jvm",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains.kotlinx_kotlinx-coroutines-core-jvm-nodeps",
|
||||
"OpenEUICC_org.jetbrains.kotlin_kotlin-stdlib-jdk8",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "OpenEUICC_org.jetbrains_annotations-nodeps",
|
||||
jars: ["org/jetbrains/annotations/13.0/annotations-13.0.jar"],
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "OpenEUICC_org.jetbrains_annotations",
|
||||
sdk_version: "33",
|
||||
min_sdk_version: "14",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
static_libs: [
|
||||
"OpenEUICC_org.jetbrains_annotations-nodeps",
|
||||
],
|
||||
java_version: "1.7",
|
||||
}
|
||||
|
|
BIN
androidx/datastore/datastore-core/1.0.0/datastore-core-1.0.0.jar
Normal file
BIN
androidx/datastore/datastore-core/1.0.0/datastore-core-1.0.0.jar
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2020-2024 The Android Open Source Project
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2020-2024 The Android Open Source Project
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2020 The Android Open Source Project
|
||||
|
||||
Licensed 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.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="androidx.datastore.preferences" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="30" />
|
||||
|
||||
</manifest>
|
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2020-2024 The Android Open Source Project
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2020-2024 The Android Open Source Project
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
24
androidx/datastore/datastore/1.0.0/AndroidManifest.xml
Normal file
24
androidx/datastore/datastore/1.0.0/AndroidManifest.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2020 The Android Open Source Project
|
||||
|
||||
Licensed 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.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="androidx.datastore.datastore" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="30" />
|
||||
|
||||
</manifest>
|
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2020-2024 The Android Open Source Project
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
BIN
androidx/datastore/datastore/1.0.0/datastore-1.0.0.aar
Normal file
BIN
androidx/datastore/datastore/1.0.0/datastore-1.0.0.aar
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2020-2024 The Android Open Source Project
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 Google LLC
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
BIN
com/google/guava/listenablefuture/1.0/listenablefuture-1.0.jar
Normal file
BIN
com/google/guava/listenablefuture/1.0/listenablefuture-1.0.jar
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2010-2024 Kevin Bourrillion
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
3
com/google/zxing/core/3.4.1/core-3.4.1.jar.license
Normal file
3
com/google/zxing/core/3.4.1/core-3.4.1.jar.license
Normal file
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2007-2024 ZXing Authors
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2008 ZXing authors
|
||||
|
||||
Licensed 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.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.zxing.client.android" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="19" />
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
|
||||
<!-- Don't require camera, as this requires a rear camera. This allows it to work on the Nexus 7 -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.camera"
|
||||
android:required="false" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.camera.front"
|
||||
android:required="false" />
|
||||
<!-- TODO replace above two with next line after Android 4.2 -->
|
||||
<!-- <uses-feature android:name="android.hardware.camera.any"/> -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.camera.autofocus"
|
||||
android:required="false" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.camera.flash"
|
||||
android:required="false" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.screen.landscape"
|
||||
android:required="false" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.wifi"
|
||||
android:required="false" />
|
||||
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
||||
android:clearTaskOnLaunch="true"
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:stateNotNeeded="true"
|
||||
android:theme="@style/zxing_CaptureTheme"
|
||||
android:windowSoftInputMode="stateAlwaysHidden" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: 2024 Ralf Kistner
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: 2024 Ralf Kistner
|
||||
|
|
@ -1,193 +0,0 @@
|
|||
# Copied and adapted from prebuilts/tools
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
destRepo="$(cd $(dirname $0)/../.. && pwd)"
|
||||
tempDir="/tmp/import-temp-work"
|
||||
rm -rf $tempDir
|
||||
mkdir -p $tempDir
|
||||
cd $tempDir
|
||||
|
||||
function usage() {
|
||||
echo "Usage: $0 group:artifact:version[:classifier][@extension] [group:artifact:version[:classifier][@extension]...]
|
||||
|
||||
This script downloads the specified artifacts copies them into the appropriate subdirectory of $destRepo/prebuilts/"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
inputRepo=m2repository
|
||||
stageRepo=m2staged
|
||||
destAndroidRepo=$destRepo/prebuilts/openeuicc-deps/gradle
|
||||
destThirdPartyRepo=$destRepo/prebuilts/openeuicc-deps/repository
|
||||
|
||||
|
||||
# usage: downloadArtifacts "$group:$artifact:$version[:classifier][@extension]..."
|
||||
function downloadArtifacts() {
|
||||
if [ "$1" == "" ]; then
|
||||
usage
|
||||
fi
|
||||
echo downloading dependencies into $inputRepo
|
||||
rm -rf $inputRepo
|
||||
while [ "$1" != "" ]; do
|
||||
echo importing $1
|
||||
IFS=@ read -r dependency extension <<< "$1"
|
||||
IFS=: read -ra FIELDS <<< "${dependency}"
|
||||
groupId="${FIELDS[0]}"
|
||||
artifactId="${FIELDS[1]}"
|
||||
version="${FIELDS[2]}"
|
||||
classifier="${FIELDS[3]}"
|
||||
|
||||
# download the actual artifact
|
||||
downloadArtifact "$groupId" "$artifactId" "$version" "$classifier" "$extension"
|
||||
|
||||
# try to download the sources jar
|
||||
downloadArtifact "$groupId" "$artifactId" "$version" "sources" "jar" || true
|
||||
|
||||
# go to next artifact
|
||||
shift
|
||||
done
|
||||
echo done downloading dependencies
|
||||
}
|
||||
|
||||
# usage: downloadArtifact "$group" "$artifact" "$version" "$classifier" "$extension"
|
||||
function downloadArtifact() {
|
||||
pomPath="$PWD/pom.xml"
|
||||
echo creating $pomPath
|
||||
pomPrefix='<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.android.build</groupId>
|
||||
<artifactId>m2repository</artifactId>
|
||||
<version>1.0</version>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>mavenCentral</id>
|
||||
<name>Maven Central</name>
|
||||
<url>https://repo.maven.apache.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jcenter</id>
|
||||
<name>JCenter</name>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
'
|
||||
|
||||
pomSuffix='
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-cli</id>
|
||||
<configuration>
|
||||
<includeScope>runtime</includeScope>
|
||||
<addParentPoms>true</addParentPoms>
|
||||
<copyPom>true</copyPom>
|
||||
<useRepositoryLayout>true</useRepositoryLayout>
|
||||
<outputDirectory>m2repository</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
'
|
||||
|
||||
|
||||
groupId="$1"
|
||||
artifactId="$2"
|
||||
version="$3"
|
||||
classifier="$4"
|
||||
extension="$5"
|
||||
pomDependencies=""
|
||||
|
||||
|
||||
dependencyText=$(echo -e "\n <dependency>\n <groupId>${groupId}</groupId>\n <artifactId>${artifactId}</artifactId>\n <version>${version}</version>")
|
||||
[ $classifier ] && dependencyText+=$(echo -e "\n <classifier>${classifier}</classifier>")
|
||||
[ $extension ] && dependencyText+=$(echo -e "\n <type>${extension}</type>")
|
||||
dependencyText+=$(echo -e "\n </dependency>")
|
||||
|
||||
|
||||
pomDependencies="${pomDependencies}${dependencyText}"
|
||||
|
||||
echo "${pomPrefix}${pomDependencies}${pomSuffix}" > $pomPath
|
||||
echo done creating $pomPath
|
||||
|
||||
echo downloading one dependency into $inputRepo
|
||||
mvn -f "$pomPath" dependency:copy-dependencies
|
||||
echo done downloading one dependency into $inputRepo
|
||||
}
|
||||
|
||||
# generates an appropriately formatted repository for merging into existing repositories,
|
||||
# by computing artifact metadata
|
||||
function stageRepo() {
|
||||
echo staging to $stageRepo
|
||||
rm -rf $stageRepo
|
||||
|
||||
for f in $(find $inputRepo -type f | grep -v '\.sha1$' | grep -v '\.md5'); do
|
||||
md5=$(md5sum $f | sed 's/ .*//')
|
||||
sha1=$(sha1sum $f | sed 's/ .*//')
|
||||
relPath=$(echo $f | sed "s|$inputRepo/||")
|
||||
relDir=$(dirname $relPath)
|
||||
|
||||
fileName=$(basename $relPath)
|
||||
writeChecksums="true"
|
||||
|
||||
destDir="$stageRepo/$relDir"
|
||||
destFile="$stageRepo/$relPath"
|
||||
if [ "$fileName" == "maven-metadata-local.xml" ]; then
|
||||
writeChecksums="false"
|
||||
destFile="$destDir/maven-metadata.xml"
|
||||
fi
|
||||
|
||||
mkdir -p $destDir
|
||||
if [ "$writeChecksums" == "true" ]; then
|
||||
echo -n $md5 > "${destFile}.md5"
|
||||
echo -n $sha1 > "${destFile}.sha1"
|
||||
fi
|
||||
cp $f $destFile
|
||||
done
|
||||
|
||||
echo done staging to $stageRepo
|
||||
}
|
||||
|
||||
function announceCopy() {
|
||||
input=$1
|
||||
output=$2
|
||||
if stat $input > /dev/null 2>/dev/null; then
|
||||
echo copying "$input" to "$output"
|
||||
cp -rT $input $output
|
||||
fi
|
||||
}
|
||||
|
||||
function exportArtifact() {
|
||||
echo exporting
|
||||
announceCopy $stageRepo/com/android $destAndroidRepo/com/android
|
||||
rm -rf $stageRepo/com/android
|
||||
|
||||
announceCopy $stageRepo/androidx $destAndroidRepo/androidx
|
||||
rm -rf $stageRepo/androidx
|
||||
|
||||
announceCopy $stageRepo $destThirdPartyRepo
|
||||
echo done exporting
|
||||
}
|
||||
|
||||
|
||||
function main() {
|
||||
downloadArtifacts "$@"
|
||||
stageRepo
|
||||
exportArtifact
|
||||
}
|
||||
|
||||
main "$@"
|
BIN
org/jetbrains/annotations/13.0/annotations-13.0.jar
Normal file
BIN
org/jetbrains/annotations/13.0/annotations-13.0.jar
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 JetBrains Team
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 Kotlin Team
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 Kotlin Team
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 Kotlin Team
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 JetBrains Team
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 JetBrains Team
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
22b6ed34e3efb36d22499e062385ae11
|
|
@ -1 +0,0 @@
|
|||
117f036545eab0f28a6f87fad9c9928d95f3de8c
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
1459da0cc0db5a21405c93d47f8e6949
|
|
@ -1 +0,0 @@
|
|||
34d6af3f9b933b3f342799bd62d4adc419fd1f81
|
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||
<!-- which should be used instead. Do not delete the following line which -->
|
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||
<!-- that they should prefer consuming it instead. -->
|
||||
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.beanit</groupId>
|
||||
<artifactId>asn1bean</artifactId>
|
||||
<version>1.13.0</version>
|
||||
<name>ASN1bean</name>
|
||||
<description>ASN1bean is a library used for encoding and decoding ASN.1 BER messages.</description>
|
||||
<url>http://www.beanit.com/</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>beanit</id>
|
||||
<name>Beanit GmbH</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>none</connection>
|
||||
<url>none</url>
|
||||
</scm>
|
||||
</project>
|
|
@ -1 +0,0 @@
|
|||
b54a39f7109deb7bfc5a969d94ba9e06
|
|
@ -1 +0,0 @@
|
|||
44d5455c1eddbc00b51e70775d2e92328c4b795d
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.beanit</groupId>
|
||||
<artifactId>asn1bean</artifactId>
|
||||
<versioning>
|
||||
<release>1.13.0</release>
|
||||
<versions>
|
||||
<version>1.13.0</version>
|
||||
</versions>
|
||||
<lastUpdated>20220731022216</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1 +0,0 @@
|
|||
fbad9e0bca18ae75897e0b748788ceda
|
|
@ -1 +0,0 @@
|
|||
1869da97e9b2b60b5ff2fcaf55899174b93ae25d
|
|
@ -1,91 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2010 ZXing authors
|
||||
|
||||
Licensed 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.
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.4.1</version>
|
||||
</parent>
|
||||
|
||||
<name>ZXing Core</name>
|
||||
<description>Core barcode encoding/decoding library</description>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>proguard-library</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.wvengen</groupId>
|
||||
<artifactId>proguard-maven-plugin</artifactId>
|
||||
<version>${proguard.plugin.version}</version>
|
||||
<configuration>
|
||||
<options combine.children="append">
|
||||
<option>-optimizations !code/simplification/cast,!code/allocation/variable,!field/*,!class/*,!method/*</option>
|
||||
</options>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>biz.aQute.bnd</groupId>
|
||||
<artifactId>bnd-maven-plugin</artifactId>
|
||||
<version>5.1.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>bnd-process</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
||||
<manifestEntries>
|
||||
<Automatic-Module-Name>com.google.zxing</Automatic-Module-Name>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
|
@ -1 +0,0 @@
|
|||
d4e09cffb7bf2f15eb9c98eb9862378b
|
|
@ -1 +0,0 @@
|
|||
5e394e62598655ec542a69b8426abe8fd6fef182
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<versioning>
|
||||
<release>3.4.1</release>
|
||||
<versions>
|
||||
<version>3.4.1</version>
|
||||
</versions>
|
||||
<lastUpdated>20220731022100</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,844 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2010 ZXing authors
|
||||
|
||||
Licensed 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.
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>${zxing.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>android-core</artifactId>
|
||||
<version>${zxing.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>android-integration</artifactId>
|
||||
<version>${zxing.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<version>${zxing.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<module>javase</module>
|
||||
<!-- android modules are activated by a profile below -->
|
||||
<module>zxingorg</module>
|
||||
<!-- appspot app activated by a profile below -->
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<android.home>${env.ANDROID_HOME}</android.home>
|
||||
<proguard.version>7.0.0</proguard.version>
|
||||
<proguard.plugin.version>2.3.1</proguard.plugin.version>
|
||||
<!-- This can't reference project.version as some subprojects version differently -->
|
||||
<zxing.version>3.4.1</zxing.version>
|
||||
<android.platform>22</android.platform>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<inherited>false</inherited>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>3.0.0-M3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce</id>
|
||||
<configuration>
|
||||
<rules>
|
||||
<requireModuleConvergence />
|
||||
<requireUpperBoundDeps />
|
||||
<dependencyConvergence />
|
||||
<requireMavenVersion>
|
||||
<version>3.3.9</version>
|
||||
</requireMavenVersion>
|
||||
<requireJavaVersion>
|
||||
<version>${java.version}</version>
|
||||
</requireJavaVersion>
|
||||
</rules>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>enforce</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<compilerArgs>
|
||||
<arg>-Xlint:all</arg>
|
||||
<arg>-Xlint:-serial</arg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<goals>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<configuration>
|
||||
<javadocVersion>${java.version}</javadocVersion>
|
||||
<source>${java.version}</source>
|
||||
<quiet>true</quiet>
|
||||
<notimestamp>true</notimestamp>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<docencoding>${project.reporting.outputEncoding}</docencoding>
|
||||
<doclint>all</doclint>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<configuration>
|
||||
<filesets>
|
||||
<fileset>
|
||||
<directory>.</directory>
|
||||
<includes>
|
||||
<include>**/classes/**</include>
|
||||
<include>**/gwt-unitCache/**</include>
|
||||
<include>**/webapp/generator/**</include>
|
||||
<include>**/WEB-INF/deploy/**</include>
|
||||
</includes>
|
||||
</fileset>
|
||||
</filesets>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>3.0.0-M1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jarsigner-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>signing</id>
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>target/*.apk</include>
|
||||
</includes>
|
||||
<keystore>../private/ZXing.keystore</keystore>
|
||||
<alias>zxing</alias>
|
||||
<arguments>
|
||||
<argument>-sigalg</argument>
|
||||
<argument>MD5withRSA</argument>
|
||||
<argument>-digestalg</argument>
|
||||
<argument>SHA1</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.0.0-M1</version>
|
||||
<configuration>
|
||||
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||
<tagNameFormat>zxing-@{project.version}</tagNameFormat>
|
||||
<releaseProfiles>release</releaseProfiles>
|
||||
<goals>deploy</goals>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-scm-plugin</artifactId>
|
||||
<version>1.11.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>3.0.0-M1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.1.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<keyname>Sean Owen (ZXing) <srowen@gmail.com></keyname>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.0.0-M5</version>
|
||||
<configuration>
|
||||
<forkCount>0.5C</forkCount>
|
||||
<systemPropertyVariables>
|
||||
<java.awt.headless>true</java.awt.headless>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>3.3.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.simpligility.maven.plugins</groupId>
|
||||
<artifactId>android-maven-plugin</artifactId>
|
||||
<version>4.6.0</version>
|
||||
<extensions>true</extensions>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>android-zipalign</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>zipalign</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<sdk>
|
||||
<path>${android.home}</path>
|
||||
<platform>${android.platform}</platform>
|
||||
</sdk>
|
||||
<artifactSet>
|
||||
<excludes>
|
||||
<!-- Make sure Android SDK jar isn't included -->
|
||||
<exclude>com.google.android:android</exclude>
|
||||
</excludes>
|
||||
</artifactSet>
|
||||
<proguard>
|
||||
<skip>true</skip>
|
||||
</proguard>
|
||||
<sign>
|
||||
<debug>true</debug>
|
||||
</sign>
|
||||
<zipalign>
|
||||
<skip>false</skip>
|
||||
</zipalign>
|
||||
<release>false</release>
|
||||
<apkDebug>true</apkDebug>
|
||||
<androidManifestFile>AndroidManifest.xml</androidManifestFile>
|
||||
<resourceDirectory>res</resourceDirectory>
|
||||
<assetsDirectory>assets</assetsDirectory>
|
||||
<nativeLibrariesDirectory>libs</nativeLibrariesDirectory>
|
||||
<disableConflictingDependenciesWarning>true</disableConflictingDependenciesWarning>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.guardsquare</groupId>
|
||||
<artifactId>proguard-base</artifactId>
|
||||
<version>${proguard.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.guardsquare</groupId>
|
||||
<artifactId>proguard-core</artifactId>
|
||||
<version>${proguard.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.wvengen</groupId>
|
||||
<artifactId>proguard-maven-plugin</artifactId>
|
||||
<version>${proguard.plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>proguard</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<proguardVersion>${proguard.version}</proguardVersion>
|
||||
<addMavenDescriptor>true</addMavenDescriptor>
|
||||
<obfuscate>false</obfuscate>
|
||||
<options>
|
||||
<option>-target ${java.version}</option>
|
||||
<option>-dontshrink</option>
|
||||
<option>-keep class * { !private *; }</option>
|
||||
<option>-verbose</option>
|
||||
<option>-optimizationpasses 3</option>
|
||||
</options>
|
||||
<libs>
|
||||
<lib>${java.home}/lib/rt.jar</lib>
|
||||
</libs>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.guardsquare</groupId>
|
||||
<artifactId>proguard-base</artifactId>
|
||||
<version>${proguard.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.guardsquare</groupId>
|
||||
<artifactId>proguard-core</artifactId>
|
||||
<version>${proguard.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.9.1</version>
|
||||
<inherited>false</inherited>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<configLocation>src/checkstyle/checkstyle.xml</configLocation>
|
||||
<!-- Android generated files -->
|
||||
<excludes>**/R.java,**/BuildConfig.java,**/Manifest.java</excludes>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>validate</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.puppycrawl.tools</groupId>
|
||||
<artifactId>checkstyle</artifactId>
|
||||
<version>8.36.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<version>0.13</version>
|
||||
<configuration>
|
||||
<consoleOutput>true</consoleOutput>
|
||||
<ignoreErrors>true</ignoreErrors>
|
||||
<excludes>
|
||||
<exclude>.reuse/*</exclude>
|
||||
<exclude>**/.*</exclude>
|
||||
<exclude>**/.settings/**</exclude>
|
||||
<exclude>**/*.iml</exclude>
|
||||
<exclude>**/*.md</exclude>
|
||||
<exclude>**/*.textile</exclude>
|
||||
<exclude>**/*.txt</exclude>
|
||||
<exclude>**/*.html</exclude>
|
||||
<exclude>**/*.js</exclude>
|
||||
<exclude>**/*.css</exclude>
|
||||
<exclude>**/*.properties</exclude>
|
||||
<exclude>**/*.cfg</exclude>
|
||||
<exclude>**/*.config</exclude>
|
||||
<exclude>**/*.yaml</exclude>
|
||||
<exclude>**/gen/**</exclude>
|
||||
<exclude>**/resources/**</exclude>
|
||||
<exclude>**/symbolMaps/**</exclude>
|
||||
<exclude>**/target/**</exclude>
|
||||
<exclude>**/dependency-reduced-pom.xml</exclude>
|
||||
<exclude>docs/</exclude>
|
||||
<exclude>private/**</exclude>
|
||||
<exclude>CHANGES</exclude>
|
||||
<excludeSubProjects>false</excludeSubProjects>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>check-api</id>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<ignoredDifferencesFile>${project.parent.basedir}/src/clirr/ignored-differences.xml</ignoredDifferencesFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.8.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>prepare-agent</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>report</id>
|
||||
<phase>test</phase>
|
||||
<goals>
|
||||
<goal>report</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||