|
|
|
@ -19,56 +19,96 @@
|
|
|
|
|
-->
|
|
|
|
|
<DeviceTypeConfiguration name="windows">
|
|
|
|
|
|
|
|
|
|
<License>
|
|
|
|
|
<Language>en_US</Language>
|
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
|
<Text>This is license text</Text>
|
|
|
|
|
</License>
|
|
|
|
|
<DeviceDetails table-id="WIN_DEVICE"/>
|
|
|
|
|
|
|
|
|
|
<ProvisioningConfig>
|
|
|
|
|
<SharedWithAllTenants>false</SharedWithAllTenants>
|
|
|
|
|
</ProvisioningConfig>
|
|
|
|
|
<License>
|
|
|
|
|
<Language>en_US</Language>
|
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
|
<Text>This is license text</Text>
|
|
|
|
|
</License>
|
|
|
|
|
|
|
|
|
|
<DataSource>
|
|
|
|
|
<jndiConfig>
|
|
|
|
|
<name>jdbc/MobileWindowsDM_DS</name>
|
|
|
|
|
</jndiConfig>
|
|
|
|
|
<tableConfig>
|
|
|
|
|
<Table name="WIN_DEVICE">
|
|
|
|
|
<PrimaryKey>DEVICE_ID</PrimaryKey>
|
|
|
|
|
<Attributes>
|
|
|
|
|
<Attribute>DEVICE_ID</Attribute>
|
|
|
|
|
<Attribute>CHANNEL_URI</Attribute>
|
|
|
|
|
<Attribute>DEVICE_INFO</Attribute>
|
|
|
|
|
<Attribute>IMEI</Attribute>
|
|
|
|
|
<Attribute>IMSI</Attribute>
|
|
|
|
|
<Attribute>OS_VERSION</Attribute>
|
|
|
|
|
<Attribute>DEVICE_MODEL</Attribute>
|
|
|
|
|
<Attribute>VENDOR</Attribute>
|
|
|
|
|
<Attribute>LATITUDE</Attribute>
|
|
|
|
|
<Attribute>LONGITUDE</Attribute>
|
|
|
|
|
<Attribute>SERIAL</Attribute>
|
|
|
|
|
<Attribute>MAC_ADDRESS</Attribute>
|
|
|
|
|
<Attribute>DEVICE_NAME</Attribute>
|
|
|
|
|
<Attribute>OS_BUILD_DATE</Attribute>
|
|
|
|
|
</Attributes>
|
|
|
|
|
</Table>
|
|
|
|
|
</tableConfig>
|
|
|
|
|
</DataSource>
|
|
|
|
|
<ProvisioningConfig>
|
|
|
|
|
<SharedWithAllTenants>false</SharedWithAllTenants>
|
|
|
|
|
</ProvisioningConfig>
|
|
|
|
|
|
|
|
|
|
<Features>
|
|
|
|
|
<Feature code="abc">
|
|
|
|
|
<Name>abc</Name>
|
|
|
|
|
<Description>this is a feature</Description>
|
|
|
|
|
<Operation context="/bulb/{state}" method="PUT">
|
|
|
|
|
<QueryParameters>
|
|
|
|
|
<Parameter>deviceId</Parameter>
|
|
|
|
|
</QueryParameters>
|
|
|
|
|
<FormParameters>
|
|
|
|
|
<Parameter>test</Parameter>
|
|
|
|
|
</FormParameters>
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
</Features>
|
|
|
|
|
<DataSource>
|
|
|
|
|
<jndiConfig>
|
|
|
|
|
<name>jdbc/MobileWindowsDM_DS</name>
|
|
|
|
|
</jndiConfig>
|
|
|
|
|
<tableConfig>
|
|
|
|
|
<Table name="WIN_DEVICE">
|
|
|
|
|
<PrimaryKey>DEVICE_ID</PrimaryKey>
|
|
|
|
|
<Attributes>
|
|
|
|
|
<Attribute>CHANNEL_URI</Attribute>
|
|
|
|
|
<Attribute>DEVICE_INFO</Attribute>
|
|
|
|
|
<Attribute>IMEI</Attribute>
|
|
|
|
|
<Attribute>IMSI</Attribute>
|
|
|
|
|
<Attribute>OS_VERSION</Attribute>
|
|
|
|
|
<Attribute>DEVICE_MODEL</Attribute>
|
|
|
|
|
<Attribute>VENDOR</Attribute>
|
|
|
|
|
<Attribute>LATITUDE</Attribute>
|
|
|
|
|
<Attribute>LONGITUDE</Attribute>
|
|
|
|
|
<Attribute>SERIAL</Attribute>
|
|
|
|
|
<Attribute>MAC_ADDRESS</Attribute>
|
|
|
|
|
<Attribute>DEVICE_NAME</Attribute>
|
|
|
|
|
</Attributes>
|
|
|
|
|
</Table>
|
|
|
|
|
</tableConfig>
|
|
|
|
|
</DataSource>
|
|
|
|
|
|
|
|
|
|
<Features>
|
|
|
|
|
<Feature code="DEVICE_LOCK">
|
|
|
|
|
<Name>Device Lock</Name>
|
|
|
|
|
<Description>Lock the device</Description>
|
|
|
|
|
<Operation context="windows/lock-devices" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="DISENROLL">
|
|
|
|
|
<Name>Device Lock</Name>
|
|
|
|
|
<Description>Lock the device</Description>
|
|
|
|
|
<Operation context="windows/disenroll-devices" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="WIPE_DATA">
|
|
|
|
|
<Name>Device Lock</Name>
|
|
|
|
|
<Description>Lock the device</Description>
|
|
|
|
|
<Operation context="windows/wipe-devices" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="DEVICE_RING">
|
|
|
|
|
<Name>Device Lock</Name>
|
|
|
|
|
<Description>Lock the device</Description>
|
|
|
|
|
<Operation context="windows/ring-devices" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="LOCK_RESET">
|
|
|
|
|
<Name>Device Lock</Name>
|
|
|
|
|
<Description>Lock the device</Description>
|
|
|
|
|
<Operation context="windows/lock-reset-devices" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="PASSCODE_POLICY">
|
|
|
|
|
<Name>Password Policy</Name>
|
|
|
|
|
<Description>Set passcode policy</Description>
|
|
|
|
|
<Operation context="" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="CAMERA">
|
|
|
|
|
<Name>Camera Enable/Disable</Name>
|
|
|
|
|
<Description>Enable/Disable camera</Description>
|
|
|
|
|
<Operation context="" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
<Feature code="ENCRYPT_STORAGE">
|
|
|
|
|
<Name>Encrypt Storage</Name>
|
|
|
|
|
<Description>Encrypt the device storage</Description>
|
|
|
|
|
<Operation context="" method="POST">
|
|
|
|
|
</Operation>
|
|
|
|
|
</Feature>
|
|
|
|
|
</Features>
|
|
|
|
|
|
|
|
|
|
<DeviceAuthorizationConfig>
|
|
|
|
|
<authorizationRequired>false</authorizationRequired>
|
|
|
|
|
</DeviceAuthorizationConfig>
|
|
|
|
|
|
|
|
|
|
</DeviceTypeConfiguration>
|
|
|
|
|