From bf948f77e7217e488b084ca9f4364322453066a1 Mon Sep 17 00:00:00 2001 From: Keebong Date: Thu, 25 Apr 2013 11:29:56 +0900 Subject: [PATCH] Modified feature list Change-Id: Ie9615c814e555995d21ba765bac4aee5be442617 Signed-off-by: Keebong --- data/FtApp.ini | 2 +- data/capability.conf | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 data/capability.conf diff --git a/data/FtApp.ini b/data/FtApp.ini index d73f458..c41f904 100755 --- a/data/FtApp.ini +++ b/data/FtApp.ini @@ -7,4 +7,4 @@ TestConfFileName=ftapputs.conf Platform=emulator VersionFile=info/version.info CompatFile=info/compat.info -DeviceCapabilityList=capability_m0_modem.conf +DeviceCapabilityList=capability.conf diff --git a/data/capability.conf b/data/capability.conf new file mode 100644 index 0000000..1e13bb2 --- /dev/null +++ b/data/capability.conf @@ -0,0 +1,49 @@ +#list up supported features. +#if a feature is not listed in this file, the feature is considered as unsupport feature. +http://tizen.org/feature/network.bluetooth +http://tizen.org/feature/camera +http://tizen.org/feature/camera.back +http://tizen.org/feature/camera.back.flash +http://tizen.org/feature/location +http://tizen.org/feature/location.gps +http://tizen.org/feature/network.nfc +http://tizen.org/feature/opengles.texture_format.3dc +http://tizen.org/feature/opengles.texture_format.atc +http://tizen.org/feature/opengles.texture_format.etc +http://tizen.org/feature/opengles.texture_format.ptc +http://tizen.org/feature/opengles.texture_format.pvrtc +http://tizen.org/feature/opengles.texture_format.utc +http://tizen.org/feature/opengles +http://tizen.org/feature/opengles.version.1_1 +http://tizen.org/feature/opengles.version.2_0 +http://tizen.org/feature/platform.core.cpu.arch.armv7 +http://tizen.org/feature/platform.core.fpu.arch.vfpv3 +http://tizen.org/feature/screen.output.hdmi +http://tizen.org/feature/sensor.accelerometer +http://tizen.org/feature/sensor.accelerometer.wakeup +http://tizen.org/feature/sensor.barometer +http://tizen.org/feature/sensor.gyroscope +http://tizen.org/feature/sensor.magnetometer +http://tizen.org/feature/sensor.photometer +http://tizen.org/feature/sensor.proximity +http://tizen.org/feature/sensor.tiltmeter +http://tizen.org/feature/sip.voip +http://tizen.org/feature/speech.recognition +http://tizen.org/feature/speech.synthesis +http://tizen.org/feature/usb.accessory +http://tizen.org/feature/usb.host +http://tizen.org/feature/network.wifi +http://tizen.org/feature/network.wifi.direct +http://tizen.org/feature/network.push +http://tizen.org/feature/screen.size.normal +http://tizen.org/feature/screen.coordinate_system.size.normal +http://tizen.org/feature/screen.size.normal.720.1280 +http://tizen.org/feature/screen.coordinate_system.physical.normal_720x1280 +http://tizen.org/feature/screen.coordinate_system.logical.normal +http://tizen.org/system/build.string=Tizen_Ref.Device-PQ_20130408.1842 +http://tizen.org/feature/graphics.acceleration +http://tizen.org/feature/screen.auto_rotation +http://tizen.org/feature/network.telephony +http://tizen.org/feature/network.telephony.mms +http://tizen.org/feature/network.telephony.sms.cbs +http://tizen.org/feature/shell.appwidget -- 2.7.4