<?xml version="1.0" encoding="UTF-8"?>
<!--
	XML

	Copyright 2018-2023 MicroEJ Corp. All rights reserved.
	Use of this source code is governed by a BSD-style license that can be found with this software.
-->

<project name="bluetooth-init">
	<import file="${scripts.dir}/extension-init.xml"/>

	<target name="init/bluetooth" extensionOf="init/execution">
		<augment id="init.application.classpath">
			<fileset dir="${platform.dir}/javaLibs" includes="kf-*.jar"/>
		</augment>

		<augment id="init.properties">
			<propertyref name="bluetooth.pump.buffer.size"/>
		</augment>
	</target>
</project>
