[cmx] vulkan-cts components have "deprecated-all-services".

This changes all cmx files without "services" to specify
"deprecated-all-services" file in their feature set. This includes
almost all cmx files, since currently the only components that use
"services" are service sandboxing integration tests.

This annotation isn't required yet -- once all components are migrated
in all layers, make missing "services" equivalent to empty "services".

CP-25 #progress

TESTED=manually validated cmx files

Change-Id: Idd5866ace6000c2be01640e2c7a4ebf95cd2f737
3 files changed
tree: 248f1dbd5b69a178786205e25130d0f3f0f7a300
  1. android/
  2. data/
  3. doc/
  4. execserver/
  5. executor/
  6. external/
  7. framework/
  8. fuchsia/
  9. modules/
  10. scripts/
  11. targets/
  12. .editorconfig
  13. .gitignore
  14. Android.mk
  15. CMakeLists.txt
  16. LICENSE
  17. MODULE_LICENSE_APACHE2
  18. NOTICE
  19. README.md
README.md

dEQP README

This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.

Documentation

Up-to-date documentation for the dEQP is available at Android Open Source Project site.

Khronos Vulkan Conformance Tests

This repository includes Khronos Vulkan CTS under external/vulkancts directory. For more information see Vulkan CTS README.