AppClassifierFeature.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!--
  2. /******************************************************************************
  3. @file AppClassifierFeature.xml
  4. @brief Implementation of Android Framework Learning Module
  5. DESCRIPTION
  6. Each feature has an xml file to define the components
  7. ===========================================================================
  8. Copyright (c) 2017-2021 Qualcomm Technologies, Inc.
  9. All Rights Reserved.
  10. Confidential and Proprietary - Qualcomm Technologies, Inc.
  11. ===========================================================================
  12. ******************************************************************************/
  13. -->
  14. <!--
  15. Follows "Data goes into elements, metadata goes into attributes"
  16. -->
  17. <Feature>
  18. <Name>AppClassifier</Name>
  19. <Configs>
  20. <Enable>1</Enable>
  21. </Configs>
  22. <Libname>libappclassifier.so</Libname>
  23. <Triggers>
  24. <Trigger>
  25. <Primary>true</Primary>
  26. <AsyncId>VENDOR_HINT_APP_WORKLOAD_TYPE</AsyncId>
  27. </Trigger>
  28. <Trigger>
  29. <Primary>true</Primary>
  30. <AsyncId>VENDOR_HINT_WORKLOAD_HEAVY</AsyncId>
  31. <AsyncType>1</AsyncType>
  32. </Trigger>
  33. </Triggers>
  34. </Feature>