1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<?xml version="1.0" encoding="utf-8" ?>
<service>
<name>Primatech</name>
<filepath>C:/NewYork/hiro.dll</filepath>
<description>Primatech Cellular Services</description>
<interface>
<name>com.omni.device.Accelerometer</name>
<version>1.4</version>
<capabilities>SurroundingsDD</capabilities>
<description>Interface that provides accelerometer readings</description>
</interface>
<interface>
<name>com.omni.device.Accelerometer</name>
<version>1.2</version>
<capabilities>SurroundingsDD</capabilities>
<description>Interface that provides accelerometer readings</description>
</interface>
</service>
|