From f24fc4c5c2e0fb9adbba86160c117f2b959ec70d Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Mon, 4 Apr 2016 10:38:08 +0900 Subject: [PATCH] [3.0][system-info] add system build information - 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 --- org.tizen.guides/html/native/system/sysinfo_n.htm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/org.tizen.guides/html/native/system/sysinfo_n.htm b/org.tizen.guides/html/native/system/sysinfo_n.htm index 3c0e6a0..78e3195 100644 --- a/org.tizen.guides/html/native/system/sysinfo_n.htm +++ b/org.tizen.guides/html/native/system/sysinfo_n.htm @@ -1098,6 +1098,10 @@ the Tizen reference implementation. String The platform returns the build date. The build date is made when platform image is created. + http://tizen.org/system/build.id + String + The platform returns the build id. The build id is made when platform image is created. + http://tizen.org/system/build.string String @@ -1108,6 +1112,21 @@ the Tizen reference implementation. String The platform returns the build time. The build time is made when platform image is created. + + http://tizen.org/system/build.type + String + The platform returns the build type like "user" or "eng". The build type is made when platform image is created. + + + http://tizen.org/system/build.variant + String + The platform returns the variant release information. The variant release information is made when platform image is created. + + + http://tizen.org/system/build.version.release + String + The platform returns the build version information. The build version information is made when platform image is created. + -- 2.7.4