vndk-def: Add configstore@1.1

Bug: 69691076
Bug: 77781837
Test: ./vndk_definition_tool.py check-dep --tag-file ...
Change-Id: I6c184e68868287268682d232f91ecd2a11450724
This commit is contained in:
Andrew Hsieh
2018-05-24 11:01:58 -07:00
parent c766e77398
commit 8429ee3cd5
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ android.hardware.cas@1.0,True,False,True,hidl_interface
android.hardware.cas@1.0-adapter-helper,True,False,True,hidl_interface
android.hardware.configstore-utils,True,False,True,cc_library_shared
android.hardware.configstore@1.0,True,False,True,hidl_interface
android.hardware.configstore@1.1,True,False,True,hidl_interface
android.hardware.configstore@1.0-adapter-helper,True,False,True,hidl_interface
android.hardware.confirmationui-support-lib,True,False,True,cc_library
android.hardware.confirmationui@1.0,True,False,True,hidl_interface
1 name vndk vndk_sp vendor_available rule
66 android.hardware.cas@1.0-adapter-helper True False True hidl_interface
67 android.hardware.configstore-utils True False True cc_library_shared
68 android.hardware.configstore@1.0 True False True hidl_interface
69 android.hardware.configstore@1.1 True False True hidl_interface
70 android.hardware.configstore@1.0-adapter-helper True False True hidl_interface
71 android.hardware.confirmationui-support-lib True False True cc_library
72 android.hardware.confirmationui@1.0 True False True hidl_interface

View File

@@ -35,6 +35,7 @@ Path,Tag,Comments
/system/${LIB}/android.hardware.cas@1.0.so,VNDK,
/system/${LIB}/android.hardware.configstore-utils.so,VNDK,
/system/${LIB}/android.hardware.configstore@1.0.so,VNDK,
/system/${LIB}/android.hardware.configstore@1.1.so,VNDK,
/system/${LIB}/android.hardware.confirmationui-support-lib.so,VNDK,
/system/${LIB}/android.hardware.confirmationui@1.0.so,VNDK,
/system/${LIB}/android.hardware.contexthub@1.0.so,VNDK,
@@ -514,6 +515,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hardware.cas@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.configstore-utils.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.configstore@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.configstore@1.1.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.confirmationui-support-lib.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.confirmationui@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.contexthub@1.0.so,VNDK,
1 Path Tag Comments
35 /system/${LIB}/android.hardware.cas@1.0.so VNDK
36 /system/${LIB}/android.hardware.configstore-utils.so VNDK
37 /system/${LIB}/android.hardware.configstore@1.0.so VNDK
38 /system/${LIB}/android.hardware.configstore@1.1.so VNDK
39 /system/${LIB}/android.hardware.confirmationui-support-lib.so VNDK
40 /system/${LIB}/android.hardware.confirmationui@1.0.so VNDK
41 /system/${LIB}/android.hardware.contexthub@1.0.so VNDK
515 /system/${LIB}/vndk${VNDK_VER}/android.hardware.cas@1.0.so VNDK
516 /system/${LIB}/vndk${VNDK_VER}/android.hardware.configstore-utils.so VNDK
517 /system/${LIB}/vndk${VNDK_VER}/android.hardware.configstore@1.0.so VNDK
518 /system/${LIB}/vndk${VNDK_VER}/android.hardware.configstore@1.1.so VNDK
519 /system/${LIB}/vndk${VNDK_VER}/android.hardware.confirmationui-support-lib.so VNDK
520 /system/${LIB}/vndk${VNDK_VER}/android.hardware.confirmationui@1.0.so VNDK
521 /system/${LIB}/vndk${VNDK_VER}/android.hardware.contexthub@1.0.so VNDK