[Systeminfo] Added new keys descriptions for build information 81/119881/2
authorPiotr Kosko <p.kosko@samsung.com>
Mon, 20 Mar 2017 10:56:18 +0000 (11:56 +0100)
committerPiotr Kosko <p.kosko@samsung.com>
Mon, 20 Mar 2017 12:50:13 +0000 (13:50 +0100)
Change-Id: I921d0b341f4c277329407927df41272e54808b5a
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo_capability_keys.html
org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html

index 39e0a14..921f721 100755 (executable)
@@ -1522,6 +1522,30 @@ the Tizen reference implementation.</td>
      <td>The platform returns the device manufacturer's name.</td>
      <td>2.3</td>
     </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.release</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the build version information. The build version information is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.type</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the build type, such as &quot;user&quot; or &quot;eng&quot;. The build type is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.variant</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the variant release information. The variant release information is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.id</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the build ID. The build ID is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
 </tbody>
 </table>
 
index 6403a5a..68be6f7 100755 (executable)
@@ -1558,6 +1558,30 @@ the Tizen reference implementation.</td>
      <td>The platform returns the device manufacturer's name.</td>
      <td>2.3</td>
     </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.release</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the build version information. The build version information is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.type</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the build type, such as &quot;user&quot; or &quot;eng&quot;. The build type is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.variant</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the variant release information. The variant release information is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
+<tr>
+<td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.id</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">DOMString</span></td>
+     <td>The platform returns the build ID. The build ID is made when the platform image is created.</td>
+     <td>3.0</td>
+    </tr>
 </tbody>
 </table>