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:
15
TCardEmulator/res/accessoryservices.xml
Normal file
15
TCardEmulator/res/accessoryservices.xml
Normal 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>
|
||||
Reference in New Issue
Block a user