<?xml version="1.0" encoding="UTF-8" ?>
<library xmlns="http://www.sap.com/sap.ui.library.xsd">

    <name>sap.ndc</name>
    <vendor>SAP SE</vendor>
    <copyright>SAPUI5
 * (c) Copyright 2026 SAP SE. All rights reserved.</copyright>
    <version>1.145.1</version>

    <documentation>SAPUI5 library with controls with native device capabilities.</documentation>

    <dependencies>
        <dependency>
            <libraryName>sap.ui.core</libraryName>
        </dependency>
        <dependency>
            <libraryName>sap.m</libraryName>
        </dependency>
    </dependencies>

    <appData>
        <!-- package name for selenium -->
        <selenium xmlns="http://www.sap.com/ui5/buildext/selenium" package="com.sap.ui5.selenium.ndc"/>
        <!-- excludes for the JSDoc -->
        <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc">
            <exclude name="sap.ndc.thirdparty."/>
        </jsdoc>
        <!-- excludes for the JSCoverage -->
        <jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage">
            <exclude name="sap.ndc.thirdparty."/>
        </jscoverage>

        <!-- excludes for the default preload files -->
        <packaging xmlns="http://www.sap.com/ui5/buildext/packaging" version="2.0" >
            <all-in-one>
                <exclude name="sap/ndc/thirdparty/" />
            </all-in-one>
        </packaging>

        <!-- Thirdparty references -->
        <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
            <lib name="zxing-cpp/zxing-cpp" displayName="ZXing-C++" version="2.3.0" hash="1b1ab013a30d11c8cc889c88c4e98f02" homepage="https://github.com/zxing-cpp/zxing-cpp" id="73554900106100403380">
               <license url="https://github.com/zxing-cpp/zxing-cpp/blob/master/LICENSE" type="Apache-2.0" />
               <copyright>2016 ZXing authors</copyright>
               <pattern>sap/ndc/thirdparty/zxingcpp/*</pattern>
            </lib>
        </thirdparty>

        <documentation xmlns="http://www.sap.com/ui5/buildext/documentation"
                       indexUrl="../../../test-resources/sap/ndc/demokit/docuindex.json"
                       resolve="lib"/>
        <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
                      url="../../../test-resources/sap/ndc/relnotes/changes-{major}.{minor}.json"
                      resolve="lib" />
        <ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
            <component>MOB-SDK-UI5</component><!-- default component for library, embedded text as a shortcut for <name>text</name> -->
        </ownership>
    </appData>

</library>
