Loading trusty/apploader/fuzz/Android.bp +7 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,10 @@ cc_fuzz { "-DTRUSTY_APP_PORT=\"com.android.trusty.apploader\"", "-DTRUSTY_APP_UUID=\"081ba88f-f1ee-452e-b5e8-a7e9ef173a97\"", "-DTRUSTY_APP_FILENAME=\"apploader.syms.elf\"", ] ], fuzz_config: { cc: ["trong@google.com"], }, } // Fuzz app package sent to apploader. Loading @@ -37,4 +40,7 @@ cc_fuzz { shared_libs: [ "libdmabufheap", ], fuzz_config: { cc: ["trong@google.com"], }, } trusty/confirmationui/fuzz/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ cc_fuzz { "-DTRUSTY_APP_UUID=\"7dee2364-c036-425b-b086-df0f6c233c1b\"", "-DTRUSTY_APP_FILENAME=\"confirmationui.syms.elf\"", ], fuzz_config: { cc: ["trong@google.com"], }, } Loading @@ -36,6 +39,9 @@ cc_fuzz { shared_libs: [ "libdmabufheap", ], fuzz_config: { cc: ["trong@google.com"], }, // The initial corpus for this fuzzer was derived by dumping messages from/to // HAL to/from TA triggered by VtsHalConfirmationUIV1_0TargetTest. Loading trusty/gatekeeper/fuzz/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ cc_fuzz { "-DTRUSTY_APP_UUID=\"38ba0cdc-df0e-11e4-9869-233fb6ae4795\"", "-DTRUSTY_APP_FILENAME=\"gatekeeper.syms.elf\"", ], fuzz_config: { cc: ["trong@google.com"], }, // The initial corpus for this fuzzer was derived by dumping messages from // the `secure_env` emulator interface for cuttlefish while enrolling a new Loading trusty/keymaster/fuzz/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ cc_fuzz { "-DTRUSTY_APP_UUID=\"5f902ace-5e5c-4cd8-ae54-87b88c22ddaf\"", "-DTRUSTY_APP_FILENAME=\"keymaster.syms.elf\"", ], fuzz_config: { cc: ["trong@google.com"], }, // The initial corpus for this fuzzer was derived by dumping messages from // the `secure_env` emulator interface for cuttlefish while running the Loading Loading
trusty/apploader/fuzz/Android.bp +7 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,10 @@ cc_fuzz { "-DTRUSTY_APP_PORT=\"com.android.trusty.apploader\"", "-DTRUSTY_APP_UUID=\"081ba88f-f1ee-452e-b5e8-a7e9ef173a97\"", "-DTRUSTY_APP_FILENAME=\"apploader.syms.elf\"", ] ], fuzz_config: { cc: ["trong@google.com"], }, } // Fuzz app package sent to apploader. Loading @@ -37,4 +40,7 @@ cc_fuzz { shared_libs: [ "libdmabufheap", ], fuzz_config: { cc: ["trong@google.com"], }, }
trusty/confirmationui/fuzz/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ cc_fuzz { "-DTRUSTY_APP_UUID=\"7dee2364-c036-425b-b086-df0f6c233c1b\"", "-DTRUSTY_APP_FILENAME=\"confirmationui.syms.elf\"", ], fuzz_config: { cc: ["trong@google.com"], }, } Loading @@ -36,6 +39,9 @@ cc_fuzz { shared_libs: [ "libdmabufheap", ], fuzz_config: { cc: ["trong@google.com"], }, // The initial corpus for this fuzzer was derived by dumping messages from/to // HAL to/from TA triggered by VtsHalConfirmationUIV1_0TargetTest. Loading
trusty/gatekeeper/fuzz/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ cc_fuzz { "-DTRUSTY_APP_UUID=\"38ba0cdc-df0e-11e4-9869-233fb6ae4795\"", "-DTRUSTY_APP_FILENAME=\"gatekeeper.syms.elf\"", ], fuzz_config: { cc: ["trong@google.com"], }, // The initial corpus for this fuzzer was derived by dumping messages from // the `secure_env` emulator interface for cuttlefish while enrolling a new Loading
trusty/keymaster/fuzz/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ cc_fuzz { "-DTRUSTY_APP_UUID=\"5f902ace-5e5c-4cd8-ae54-87b88c22ddaf\"", "-DTRUSTY_APP_FILENAME=\"keymaster.syms.elf\"", ], fuzz_config: { cc: ["trong@google.com"], }, // The initial corpus for this fuzzer was derived by dumping messages from // the `secure_env` emulator interface for cuttlefish while running the Loading