From d5b9941c18e9f41345f6a21f231d83e35f3e8249 Mon Sep 17 00:00:00 2001 From: Piotr Kosko Date: Mon, 20 Mar 2017 11:56:18 +0100 Subject: [PATCH] [Systeminfo] Added new keys descriptions for build information Change-Id: I921d0b341f4c277329407927df41272e54808b5a Signed-off-by: Piotr Kosko --- .../mobile/tizen/systeminfo_capability_keys.html | 24 ++++++++++++++++++++++ .../wearable/tizen/systeminfo_capability_keys.html | 24 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo_capability_keys.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo_capability_keys.html index 39e0a14..921f721 100755 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo_capability_keys.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo_capability_keys.html @@ -1522,6 +1522,30 @@ the Tizen reference implementation. The platform returns the device manufacturer's name. 2.3 + +http://tizen.org/system/build.release + DOMString + The platform returns the build version information. The build version information is made when the platform image is created. + 3.0 + + +http://tizen.org/system/build.type + DOMString + The platform returns the build type, such as "user" or "eng". The build type is made when the platform image is created. + 3.0 + + +http://tizen.org/system/build.variant + DOMString + The platform returns the variant release information. The variant release information is made when the platform image is created. + 3.0 + + +http://tizen.org/system/build.id + DOMString + The platform returns the build ID. The build ID is made when the platform image is created. + 3.0 + diff --git a/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html b/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html index 6403a5a..68be6f7 100755 --- a/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html +++ b/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html @@ -1558,6 +1558,30 @@ the Tizen reference implementation. The platform returns the device manufacturer's name. 2.3 + +http://tizen.org/system/build.release + DOMString + The platform returns the build version information. The build version information is made when the platform image is created. + 3.0 + + +http://tizen.org/system/build.type + DOMString + The platform returns the build type, such as "user" or "eng". The build type is made when the platform image is created. + 3.0 + + +http://tizen.org/system/build.variant + DOMString + The platform returns the variant release information. The variant release information is made when the platform image is created. + 3.0 + + +http://tizen.org/system/build.id + DOMString + The platform returns the build ID. The build ID is made when the platform image is created. + 3.0 + -- 2.7.4