summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2014-09-18 17:09:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-18 17:09:16 +0000
commit6b0c837da88fd73084a7bd09175bbaad94fbef06 (patch)
treeb37ddddb30c647db342d9ce640dfa0ce3979d721
parentdab7ca16d7f8c31588dbb20b45deb3e53872ba6e (diff)
parent2d37daef1a94ebee2394481a2ba9811924a34fcb (diff)
downloadOMA-DM-6b0c837da88fd73084a7bd09175bbaad94fbef06.tar.gz
Merge "Adding a sample dmAccounts.xml for reference." into lmp-dev
-rw-r--r--samples/dmAccounts.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/samples/dmAccounts.xml b/samples/dmAccounts.xml
new file mode 100644
index 0000000..5c933f5
--- /dev/null
+++ b/samples/dmAccounts.xml
@@ -0,0 +1,20 @@
+<!-- This is a sample dmAccounts.xml. For OMA-DM testing purposes, test server
+info can be pushed in this format to /system/etc/ -->
+<DMAcc version="1">
+ <Account AccName="TestAccName"
+ ServerID="TestServerID"
+ Addr="https://test.server.addr/"
+ AddrType="1"
+ PortNbr="440"
+ ConRef=""
+ ServerName="ServerName"
+ AuthPref="DIGEST"
+ ServerPW="ServerPassword"
+ ServerNonce="abc123"
+ UserName="username"
+ ClientPW="ClientPassword"
+ ClientNonce="123abc"
+ ProxyAddr=""
+ ProxyPortNbr=""
+ />
+</DMAcc>