Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
This topic shows the Device Description Framework (DDF) file for the FileSystem Configuration Service Provider.
Open Mobile Alliance Device Management (OMA DM) DDF files and the example in this topic are used only for OMA DM provisioning. For more information, see OMA Device Management.
Note: |
---|
The first line of the DDF is the namespace reference for Microsoft custom properties. For more information, see Managing Microsoft Custom Properties (OMA DM). |
Copy Code | |
---|---|
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM"> <VerDTD>1.2</VerDTD> <Node> <NodeName>FileSystem</NodeName> <Path>./Vendor/MSFT</Path> <DFProperties> <AccessType> <Get /> </AccessType> <Description>This is the root node for the FileSystem Configuration Service Provider. Note: the FileSystem Configuration Service Provider does not support ?list=StructData recursive queries.</Description> <DFFormat> <node /> </DFFormat> <Occurrence> <One /> </Occurrence> <Scope> <Permanent /> </Scope> <DFType> <DDFName>com.microsoft/windowsmobile/1.0/FileSystemMO</DDFName> </DFType> <MSFT:AccessRole>8</MSFT:AccessRole> <MSFT:RWAccess>1</MSFT:RWAccess> </DFProperties> <Node> <NodeName></NodeName> <DFProperties> <AccessType> <Get /> </AccessType> <Description>A placeholder for a node that represents a directory in the file system. It can have leaf nodes (files) and sub interior nodes (directories). Note 1: A Get command with ?list=StructData query is not supported. Note 2: this node supports querying the TStamp property and a Microsoft custom property -- msft:SystemAttributes -- which returns the directory's file attributes.</Description> <DFFormat> <node /> </DFFormat> <Occurrence> <OneOrMore /> </Occurrence> <Scope> <Dynamic /> </Scope> <DFType> <DDFName></DDFName> </DFType> <MSFT:RWAccess>1</MSFT:RWAccess> </DFProperties> </Node> <Node> <NodeName></NodeName> <DFProperties> <AccessType> <Get /> </AccessType> <Description>A placeholder for a leaf node that represents a single file in the file system. Note 1: A Get command on a leaf node is not supported in this version of the Configuartion Service Provider. Note 2: Get commands on the TStamp and Size properties for leaf nodes are supported. Note 3: A Get command on the Microsoft property msft:SystemAttributes returns the file attributes of the file.</Description> <DFFormat> <bin /> </DFFormat> <Occurrence> <ZeroOrMore /> </Occurrence> <Scope> <Dynamic /> </Scope> <DFType> <MIME>application/octet-stream</MIME> </DFType> <MSFT:RWAccess>1</MSFT:RWAccess> </DFProperties> </Node> </Node> </MgmtTree> |