[3.0][system-info] add system build information
authorTaeyoung Kim <ty317.kim@samsung.com>
Mon, 4 Apr 2016 01:38:08 +0000 (10:38 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Mon, 4 Apr 2016 01:38:08 +0000 (10:38 +0900)
- http://tizen.org/system/build.id
- http://tizen.org/system/build.type
- http://tizen.org/system/build.version.release
- http://tizen.org/system/build.variant

Change-Id: Id150b7de58d0b549d7c42517ec6f543d5d5e0066
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
org.tizen.guides/html/native/system/sysinfo_n.htm

index 3c0e6a0..78e3195 100644 (file)
@@ -1098,6 +1098,10 @@ the Tizen reference implementation.</td>
      <td><span style="font-family: Courier New,Courier,monospace">String</span></td>
         <td>The platform returns the build date. The build date is made when platform image is created. </td>
     </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">String</span></td>
+        <td>The platform returns the build id. The build id is made when platform image is created. </td>
+    </tr>
        <tr>
        <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.string </span></td>
      <td><span style="font-family: Courier New,Courier,monospace">String</span></td>
@@ -1108,6 +1112,21 @@ the Tizen reference implementation.</td>
      <td><span style="font-family: Courier New,Courier,monospace">String</span></td>
         <td>The platform returns the build time. The build time is made when platform image is created. </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">String</span></td>
+        <td>The platform returns the build type like "user" or "eng". The build type is made when platform image is created. </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">String</span></td>
+        <td>The platform returns the variant release information. The variant release information is made when platform image is created. </td>
+    </tr>
+       <tr>
+       <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/system/build.version.release </span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">String</span></td>
+        <td>The platform returns the build version information. The build version information is made when platform image is created. </td>
+    </tr>
    </tbody>
   </table>