Files
vsmartcard/TCardEmulator/res/accessoryservices.xml
Frank Morgner dfead89d0a added Tizen Smart Card Emulator
as companion for Android Smart Card Emulator to allow using the
Accessories' HCE mode instead of the phone's hardware.
2016-11-30 08:15:25 +01:00

16 lines
501 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<resources>
<application name="com.vsmartcard.tcardemulator">
<serviceProfile id="/sample/hello" name="HelloAccessoryConsumer"
role="consumer" version="1.0">
<supportedTransports>
<transport type="TRANSPORT_BT" />
<transport type="TRANSPORT_WIFI" />
</supportedTransports>
<serviceChannel id="104" dataRate="low" priority="low"
reliability="enable">
</serviceChannel>
</serviceProfile>
</application>
</resources>