Loading media/codec2/hidl/services/Android.bp +5 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,11 @@ cc_binary { "libbinder", ], required: ["android.hardware.media.c2@1.1-default-seccomp_policy"], // The content in manifest_media_c2_V1_1_default.xml can be included // directly in the main device manifest.xml file or via vintf_fragments. // (Remove the line below if the entry is already in the main manifest.) vintf_fragments: ["manifest_media_c2_V1_1_default.xml"], } // seccomp policy file. Loading media/codec2/hidl/services/manifest_media_c2_V1_0_default.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <manifest version="1.0" type="device"> <hal> <name>android.hardware.media.c2</name> <transport>hwbinder</transport> <version>1.0</version> <interface> <name>IComponentStore</name> <instance>default</instance> </interface> </hal> </manifest> media/codec2/hidl/services/manifest_media_c2_V1_1_default.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <manifest version="1.0" type="device"> <hal> <name>android.hardware.media.c2</name> <transport>hwbinder</transport> <version>1.1</version> <interface> <name>IComponentStore</name> <instance>default</instance> </interface> </hal> </manifest> Loading
media/codec2/hidl/services/Android.bp +5 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,11 @@ cc_binary { "libbinder", ], required: ["android.hardware.media.c2@1.1-default-seccomp_policy"], // The content in manifest_media_c2_V1_1_default.xml can be included // directly in the main device manifest.xml file or via vintf_fragments. // (Remove the line below if the entry is already in the main manifest.) vintf_fragments: ["manifest_media_c2_V1_1_default.xml"], } // seccomp policy file. Loading
media/codec2/hidl/services/manifest_media_c2_V1_0_default.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <manifest version="1.0" type="device"> <hal> <name>android.hardware.media.c2</name> <transport>hwbinder</transport> <version>1.0</version> <interface> <name>IComponentStore</name> <instance>default</instance> </interface> </hal> </manifest>
media/codec2/hidl/services/manifest_media_c2_V1_1_default.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <manifest version="1.0" type="device"> <hal> <name>android.hardware.media.c2</name> <transport>hwbinder</transport> <version>1.1</version> <interface> <name>IComponentStore</name> <instance>default</instance> </interface> </hal> </manifest>