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.
This commit is contained in:
Frank Morgner
2016-05-25 23:13:34 +02:00
parent 790ea80fb7
commit dfead89d0a
13 changed files with 1140 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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>