|
|
|
@ -17,21 +17,58 @@
|
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
|
~ under the License.
|
|
|
|
|
-->
|
|
|
|
|
<DeviceManagementConfiguration name="windows">
|
|
|
|
|
<DataSource>
|
|
|
|
|
<jndiConfig>
|
|
|
|
|
<name>jdbc/MobileWindowsDM_DS</name>
|
|
|
|
|
</jndiConfig>
|
|
|
|
|
</DataSource>
|
|
|
|
|
<ProvisioningConfig>
|
|
|
|
|
<TenantDomain>carbon.super</TenantDomain>
|
|
|
|
|
<SharedWithAllTenants>false</SharedWithAllTenants>
|
|
|
|
|
</ProvisioningConfig>
|
|
|
|
|
<Features>
|
|
|
|
|
<Feature name="abc">
|
|
|
|
|
<Property name="prop1">place_holder</Property>
|
|
|
|
|
<Property name="prop2">place_holder</Property>
|
|
|
|
|
<Property name="prop3">place_holder</Property>
|
|
|
|
|
</Feature>
|
|
|
|
|
</Features>
|
|
|
|
|
</DeviceManagementConfiguration>
|
|
|
|
|
<DeviceTypeConfiguration name="windows">
|
|
|
|
|
|
|
|
|
|
<License>
|
|
|
|
|
<Language>en_US</Language>
|
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
|
<Text>This is license text</Text>
|
|
|
|
|
</License>
|
|
|
|
|
|
|
|
|
|
<ProvisioningConfig>
|
|
|
|
|
<SharedWithAllTenants>false</SharedWithAllTenants>
|
|
|
|
|
</ProvisioningConfig>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
</DeviceTypeConfiguration>
|
|
|
|
|