pax_global_header00006660000000000000000000000064152444266010014516gustar00rootroot0000000000000052 comment=e003409d302e0ba3bd8f2385e8f237d191896b0e LineageOS-android_vendor_apn-e003409/000077500000000000000000000000001524442660100174235ustar00rootroot00000000000000LineageOS-android_vendor_apn-e003409/.github/000077500000000000000000000000001524442660100207635ustar00rootroot00000000000000LineageOS-android_vendor_apn-e003409/.github/workflows/000077500000000000000000000000001524442660100230205ustar00rootroot00000000000000LineageOS-android_vendor_apn-e003409/.github/workflows/build/000077500000000000000000000000001524442660100241175ustar00rootroot00000000000000LineageOS-android_vendor_apn-e003409/.github/workflows/build/action.yml000066400000000000000000000003271524442660100261210ustar00rootroot00000000000000name: build runs: using: composite steps: - name: Install dependencies shell: bash run: pip install pre-commit xmlschema - name: Lint shell: bash run: pre-commit run --all LineageOS-android_vendor_apn-e003409/.github/workflows/gerrit.yml000066400000000000000000000015511524442660100250410ustar00rootroot00000000000000name: gerrit checks on: workflow_dispatch: inputs: ref: type: string gerrit-ref: type: string change: type: string jobs: build: runs-on: ubuntu-latest steps: - uses: lineageos-infra/fetch-gerrit-change@main with: gerrit-ref: ${{ inputs.gerrit-ref }} ref: ${{ inputs.ref }} - name: Check if build/action.yml exists id: check run: | if [ -f ./.github/workflows/build/action.yml ]; then echo "run=1" >> "$GITHUB_OUTPUT" fi - name: Build if: ${{ steps.check.outputs.run }} uses: ./.github/workflows/build - uses: lineageos-infra/gerrit-vote@main if: ${{ steps.check.outputs.run && always() }} with: auth: ${{ secrets.GERRIT_VOTE_CREDS }} change: ${{ inputs.change }} ref: ${{ inputs.ref }} LineageOS-android_vendor_apn-e003409/.pre-commit-config.yaml000066400000000000000000000014621524442660100237070ustar00rootroot00000000000000# SPDX-FileCopyrightText: The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.4 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: local hooks: - id: validate-schema name: validate schema entry: ./validate.py language: system files: ^.*\.xml$ - id: format-apns name: format apns entry: ./format.py language: system files: ^.*\.xml$ LineageOS-android_vendor_apn-e003409/AE.xml000066400000000000000000000042721524442660100204370ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AF.xml000066400000000000000000000033761524442660100204440ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AG.xml000066400000000000000000000036061524442660100204410ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AI.xml000066400000000000000000000021751524442660100204430ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AL.xml000066400000000000000000000023161524442660100204430ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AM.xml000066400000000000000000000043401524442660100204430ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AN.xml000066400000000000000000000012301524442660100204370ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AO.xml000066400000000000000000000017421524442660100204500ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AR.xml000066400000000000000000000143321524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AT.xml000066400000000000000000000063671524442660100204650ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AU.xml000066400000000000000000000231361524442660100204570ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AW.xml000066400000000000000000000022221524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/AZ.xml000066400000000000000000000024121524442660100204560ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/Android.bp000066400000000000000000000011231524442660100213230ustar00rootroot00000000000000// // SPDX-FileCopyrightText: The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // genrule { name: "apns-conf", out: ["apns-conf.xml"], srcs: ["*.xml"], tools: ["make-apns", "xmllint"], cmd: "XMLLINT=$(location xmllint) $(location make-apns) $(in) > $(out)", } prebuilt_etc_xml { name: "apns-conf.xml", product_specific: true, src: ":apns-conf", schema: ":apns-conf-schema", } filegroup { name: "apns-conf-schema", srcs: ["apns-conf.xsd"], } sh_binary_host { name: "make-apns", src: "make-apns.sh", required: ["xmllint"], } LineageOS-android_vendor_apn-e003409/BA.xml000066400000000000000000000062151524442660100204330ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BB.xml000066400000000000000000000032701524442660100204320ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BD.xml000066400000000000000000000114311524442660100204320ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BE.xml000066400000000000000000000151141524442660100204350ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BG.xml000066400000000000000000000045351524442660100204440ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BH.xml000066400000000000000000000057751524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BI.xml000066400000000000000000000005301524442660100204350ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BN.xml000066400000000000000000000017531524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BO.xml000066400000000000000000000041511524442660100204460ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BR.xml000066400000000000000000000302021524442660100204450ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BS.xml000066400000000000000000000024561524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BW.xml000066400000000000000000000020251524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/BY.xml000066400000000000000000000056571524442660100204740ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CA.xml000066400000000000000000002107351524442660100204400ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CD.xml000066400000000000000000000011051524442660100204300ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CH.xml000066400000000000000000000035451524442660100204460ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CI.xml000066400000000000000000000030071524442660100204400ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CL.xml000066400000000000000000000121561524442660100204500ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CM.xml000066400000000000000000000022751524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CN.xml000066400000000000000000000306731524442660100204560ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CO.xml000066400000000000000000000064421524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CR.xml000066400000000000000000000042131524442660100204510ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CV.xml000066400000000000000000000006121524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CY.xml000066400000000000000000000017321524442660100204630ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/CZ.xml000066400000000000000000000051371524442660100204670ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/DE.xml000066400000000000000000000231341524442660100204400ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/DK.xml000066400000000000000000000360261524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/DM.xml000066400000000000000000000021751524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/DO.xml000066400000000000000000000047451524442660100204610ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/DZ.xml000066400000000000000000000026451524442660100204710ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/EC.xml000066400000000000000000000033721524442660100204410ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/EE.xml000066400000000000000000000036441524442660100204450ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/EG.xml000066400000000000000000000063421524442660100204450ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ES.xml000066400000000000000000000464431524442660100204670ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ET.xml000066400000000000000000000005461524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/FI.xml000066400000000000000000000374031524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/FJ.xml000066400000000000000000000034271524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/FR.xml000066400000000000000000001016601524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GB.xml000066400000000000000000001134441524442660100204440ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GD.xml000066400000000000000000000021751524442660100204440ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GE.xml000066400000000000000000000013271524442660100204430ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GF.xml000066400000000000000000000050031524442660100204370ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GH.xml000066400000000000000000000036061524442660100204500ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GL.xml000066400000000000000000000013051524442660100204460ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GM.xml000066400000000000000000000005271524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GQ.xml000066400000000000000000000012111524442660100204470ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GR.xml000066400000000000000000000060061524442660100204570ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GT.xml000066400000000000000000000032341524442660100204610ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/GY.xml000066400000000000000000000041731524442660100204710ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/HK.xml000066400000000000000000000430001524442660100204440ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/HN.xml000066400000000000000000000021361524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/HR.xml000066400000000000000000000042441524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/HT.xml000066400000000000000000000012521524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/HU.xml000066400000000000000000000065711524442660100204720ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ID.xml000066400000000000000000000200351524442660100204410ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IE.xml000066400000000000000000000160571524442660100204530ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IL.xml000066400000000000000000000140461524442660100204560ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IN.xml000066400000000000000000004770671524442660100205000ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/INTL.xml000066400000000000000000000005561524442660100207210ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IQ.xml000066400000000000000000000055221524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IR.xml000066400000000000000000000023371524442660100204640ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IS.xml000066400000000000000000000043141524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/IT.xml000066400000000000000000000560361524442660100204730ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/JM.xml000066400000000000000000000145401524442660100204570ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/JO.xml000066400000000000000000000047441524442660100204660ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/JP.xml000066400000000000000000000270051524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KE.xml000066400000000000000000000054031524442660100204460ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KH.xml000066400000000000000000000062051524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KN.xml000066400000000000000000000021751524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KP.xml000066400000000000000000000020321524442660100204540ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KR.xml000066400000000000000000000077631524442660100204760ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KW.xml000066400000000000000000000037541524442660100204770ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KY.xml000066400000000000000000000021751524442660100204750ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/KZ.xml000066400000000000000000000032011524442660100204650ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LB.xml000066400000000000000000000043511524442660100204450ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LC.xml000066400000000000000000000021751524442660100204500ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LI.xml000066400000000000000000000006271524442660100204560ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LICENSES/000077500000000000000000000000001524442660100206305ustar00rootroot00000000000000LineageOS-android_vendor_apn-e003409/LICENSES/Apache-2.0.txt000066400000000000000000000240501524442660100230500ustar00rootroot00000000000000Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] 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. LineageOS-android_vendor_apn-e003409/LK.xml000066400000000000000000000071621524442660100204610ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LT.xml000066400000000000000000000104011524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LU.xml000066400000000000000000000032701524442660100204670ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LV.xml000066400000000000000000000033101524442660100204630ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/LY.xml000066400000000000000000000016671524442660100205030ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MA.xml000066400000000000000000000051641524442660100204500ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MD.xml000066400000000000000000000033511524442660100204470ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ME.xml000066400000000000000000000034331524442660100204510ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MG.xml000066400000000000000000000052561524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MK.xml000066400000000000000000000024541524442660100204610ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ML.xml000066400000000000000000000024761524442660100204660ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MM.xml000066400000000000000000000005661524442660100204650ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MO.xml000066400000000000000000000127201524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MS.xml000066400000000000000000000021751524442660100204710ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MU.xml000066400000000000000000000014101524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MW.xml000066400000000000000000000005101524442660100204640ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MX.xml000066400000000000000000000122601524442660100204720ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/MY.xml000066400000000000000000000132021524442660100204700ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NC.xml000066400000000000000000000017421524442660100204510ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NE.xml000066400000000000000000000011431524442660100204460ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NG.xml000066400000000000000000000051331524442660100204530ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NI.xml000066400000000000000000000054301524442660100204550ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NL.xml000066400000000000000000000303551524442660100204640ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NO.xml000066400000000000000000000055471524442660100204740ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NP.xml000066400000000000000000000045461524442660100204730ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/NZ.xml000066400000000000000000000071151524442660100205000ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/OM.xml000066400000000000000000000050421524442660100204610ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PA.xml000066400000000000000000000137231524442660100204530ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PE.xml000066400000000000000000000033231524442660100204520ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PG.xml000066400000000000000000000012631524442660100204550ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PH.xml000066400000000000000000000067241524442660100204650ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PK.xml000066400000000000000000000043101524442660100204550ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PL.xml000066400000000000000000000136051524442660100204650ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PR.xml000066400000000000000000000021771524442660100204750ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PS.xml000066400000000000000000000140461524442660100204740ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PT.xml000066400000000000000000000063471524442660100205020ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/PY.xml000066400000000000000000000040111524442660100204710ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/QA.xml000066400000000000000000000037571524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/RE.xml000066400000000000000000000065061524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/REUSE.toml000066400000000000000000000006361524442660100212100ustar00rootroot00000000000000# SPDX-FileCopyrightText: The LineageOS Project # SPDX-License-Identifier: Apache-2.0 version = 1 SPDX-PackageName = "apn" SPDX-PackageSupplier = "The LineageOS Project" SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_vendor_apn" [[annotations]] path = [".github/workflows/**"] precedence = "aggregate" SPDX-FileCopyrightText = "The LineageOS Project" SPDX-License-Identifier = "Apache-2.0" LineageOS-android_vendor_apn-e003409/RO.xml000066400000000000000000000055721524442660100204760ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/RS.xml000066400000000000000000000066121524442660100204760ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/RU.xml000066400000000000000000000312701524442660100204760ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/RW.xml000066400000000000000000000005731524442660100205020ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SA.xml000066400000000000000000000036701524442660100204560ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SD.xml000066400000000000000000000026241524442660100204570ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SE.xml000066400000000000000000000472771524442660100204750ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SG.xml000066400000000000000000000101461524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SI.xml000066400000000000000000000045361524442660100204700ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SK.xml000066400000000000000000000110301524442660100204550ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SL.xml000066400000000000000000000005351524442660100204660ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SN.xml000066400000000000000000000027021524442660100204660ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SR.xml000066400000000000000000000012331524442660100204700ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SV.xml000066400000000000000000000072251524442660100205030ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SY.xml000066400000000000000000000020261524442660100205000ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/SZ.xml000066400000000000000000000006651524442660100205100ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TC.xml000066400000000000000000000021751524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TH.xml000066400000000000000000000053711524442660100204660ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TN.xml000066400000000000000000000047731524442660100205010ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TO.xml000066400000000000000000000012721524442660100204710ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TR.xml000066400000000000000000000067531524442660100205050ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TT.xml000066400000000000000000000237741524442660100205110ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TW.xml000066400000000000000000000130051524442660100204760ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/TZ.xml000066400000000000000000000017061524442660100205060ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/UA.xml000066400000000000000000000056071524442660100204620ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/UG.xml000066400000000000000000000036411524442660100204640ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/US.xml000066400000000000000000003347141524442660100205100ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/UY.xml000066400000000000000000000106041524442660100205030ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/UZ.xml000066400000000000000000000035011524442660100205020ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/VC.xml000066400000000000000000000030641524442660100204600ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/VE.xml000066400000000000000000000072151524442660100204640ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/VG.xml000066400000000000000000000031151524442660100204610ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/VN.xml000066400000000000000000000045711524442660100204770ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/VU.xml000066400000000000000000000012721524442660100205010ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/WS.xml000066400000000000000000000012641524442660100205010ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/YE.xml000066400000000000000000000013731524442660100204660ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/YT.xml000066400000000000000000000065061524442660100205100ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ZA.xml000066400000000000000000000067551524442660100204740ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ZM.xml000066400000000000000000000022321524442660100204720ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/ZW.xml000066400000000000000000000005611524442660100205070ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/apns-conf.xsd000066400000000000000000000142051524442660100220310ustar00rootroot00000000000000 LineageOS-android_vendor_apn-e003409/format.py000077500000000000000000000037641524442660100213020ustar00rootroot00000000000000#!/usr/bin/env python3 # # SPDX-FileCopyrightText: The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # import sys from xml.etree import ElementTree from xml.sax.saxutils import escape apn_attribute_order = ['mcc', 'mnc', 'carrier', 'apn'] def sort_apn_attributes(item): key, _ = item try: return (0, apn_attribute_order.index(key)) except ValueError: return (1, key) def pretty_apn(elem, indent): attrs = sorted(elem.attrib.items(), key=sort_apn_attributes) lines = [f'{indent}<{elem.tag}'] for k, v in attrs: lines.append(f'{indent} {k}="{escape(v)}"') lines.append(f'{indent}/>') return '\n'.join(lines) def format_elem(elem, depth=0): indent = ' ' * 4 * depth out = [] if elem.tag == 'apn': out.append(pretty_apn(elem, indent)) else: attrs = ' '.join(f'{k}="{v}"' for k, v in elem.attrib.items()) if attrs: out.append(f'{indent}<{elem.tag} {attrs}>') else: out.append(f'{indent}<{elem.tag}>') for child in sorted( elem, key=lambda e: tuple( e.get(attr) or '' for attr in apn_attribute_order ), ): out.append(format_elem(child, depth + 1)) out.append(f'{indent}') return '\n'.join(out) def process_file(xml_path): tree = ElementTree.parse(xml_path) formatted = format_elem(tree.getroot()) with open(xml_path, 'w', encoding='utf-8') as f: header = [ '', # REUSE-IgnoreStart '\n', # REUSE-IgnoreEnd ] f.write('\n'.join(header)) f.write(formatted + '\n') if __name__ == '__main__': for xml_path in sys.argv[1:]: process_file(xml_path) LineageOS-android_vendor_apn-e003409/make-apns.sh000077500000000000000000000012561524442660100216420ustar00rootroot00000000000000#!/usr/bin/env bash # # SPDX-FileCopyrightText: The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # APNS="\n" # REUSE-IgnoreStart APNS+="\n" # REUSE-IgnoreEnd APNS+="\n" for f in "$@"; do APNS+="\n" APNS+="\n" done APNS+="\n" printf "$APNS" | "${XMLLINT:-xmllint}" --format --nofixup-base-uris --xinclude - LineageOS-android_vendor_apn-e003409/ruff.toml000066400000000000000000000002761524442660100212670ustar00rootroot00000000000000# SPDX-FileCopyrightText: The LineageOS Project # SPDX-License-Identifier: Apache-2.0 line-length = 80 [lint] extend-select = ['A', 'FA100', 'FA102', 'I'] [format] quote-style = 'single' LineageOS-android_vendor_apn-e003409/validate.py000077500000000000000000000007101524442660100215670ustar00rootroot00000000000000#!/usr/bin/env python3 # # SPDX-FileCopyrightText: The LineageOS Project # SPDX-License-Identifier: Apache-2.0 # import sys import xmlschema schema = xmlschema.XMLSchema('apns-conf.xsd') if __name__ == '__main__': ret = 0 for xml_path in sys.argv[1:]: try: schema.validate(xml_path) except xmlschema.XMLSchemaValidationError as e: print(xml_path, e, file=sys.stderr) ret = -1 exit(ret)