OSDN Git Service

Add new CTS feature.
authorDianne Hackborn <hackbod@google.com>
Sun, 19 Mar 2017 05:15:44 +0000 (22:15 -0700)
committerDianne Hackborn <hackbod@google.com>
Sun, 19 Mar 2017 05:15:44 +0000 (22:15 -0700)
Test: this is for a test.
Change-Id: Ib557b8f68e7d5be72f8ab9b1f334d2756ea074e9

data/etc/car_core_hardware.xml
data/etc/handheld_core_hardware.xml
data/etc/tablet_core_hardware.xml
data/etc/wearable_core_hardware.xml

index ab89ef5..835504f 100644 (file)
@@ -23,6 +23,9 @@
      devices.
 -->
 <permissions>
+    <!-- This is Android and fully CTS compatible.  Basically this is for CTS tests to use. -->
+    <feature name="android.software.cts" />
+
     <feature name="android.hardware.audio.output" />
     <feature name="android.hardware.location" />
     <feature name="android.hardware.location.network" />
index ed3db5c..2607d58 100644 (file)
@@ -23,6 +23,9 @@
      devices.
 -->
 <permissions>
+    <!-- This is Android and fully CTS compatible.  Basically this is for CTS tests to use. -->
+    <feature name="android.software.cts" />
+
     <feature name="android.hardware.audio.output" />
     <feature name="android.hardware.camera" />
     <feature name="android.hardware.location" />
index 7f545e6..f0ca067 100644 (file)
@@ -23,6 +23,9 @@
      devices.
 -->
 <permissions>
+    <!-- This is Android and fully CTS compatible.  Basically this is for CTS tests to use. -->
+    <feature name="android.software.cts" />
+
     <feature name="android.hardware.audio.output" />
     <feature name="android.hardware.location" />
     <feature name="android.hardware.location.network" />
index 84230da..a7955e9 100644 (file)
@@ -21,6 +21,9 @@
      Wearable devices include watches, glasses, backpacks, and sweaters.
 -->
 <permissions>
+    <!-- This is Android and fully CTS compatible.  Basically this is for CTS tests to use. -->
+    <feature name="android.software.cts" />
+
     <feature name="android.hardware.location" />
     <!-- devices supporting compass/magnitometer sensor must include
         android.hardware.sensor.compass.xml -->