You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
att v811_spc009_project 4 months ago
btaa v811_spc009_project 4 months ago
cert v811_spc009_project 4 months ago
common v811_spc009_project 4 months ago
crypto_toolbox v811_spc009_project 4 months ago
docs v811_spc009_project 4 months ago
dumpsys v811_spc009_project 4 months ago
facade v811_spc009_project 4 months ago
fuzz v811_spc009_project 4 months ago
grpc v811_spc009_project 4 months ago
hal v811_spc009_project 4 months ago
hci v811_spc009_project 4 months ago
iso v811_spc009_project 4 months ago
l2cap v811_spc009_project 4 months ago
neighbor v811_spc009_project 4 months ago
os v811_spc009_project 4 months ago
packet v811_spc009_project 4 months ago
proto v811_spc009_project 4 months ago
rust v811_spc009_project 4 months ago
security v811_spc009_project 4 months ago
shim v811_spc009_project 4 months ago
storage v811_spc009_project 4 months ago
.clang-format v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
Android.mk v811_spc009_project 4 months ago
AndroidTestTemplate.xml v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
benchmark.cc v811_spc009_project 4 months ago
dumpsys_data.fbs v811_spc009_project 4 months ago
fuzz_test.cc v811_spc009_project 4 months ago
module.cc v811_spc009_project 4 months ago
module.h v811_spc009_project 4 months ago
module_unittest.cc v811_spc009_project 4 months ago
module_unittest.fbs v811_spc009_project 4 months ago
module_unittest_generated.h v811_spc009_project 4 months ago
setup.py v811_spc009_project 4 months ago
stack_manager.cc v811_spc009_project 4 months ago
stack_manager.h v811_spc009_project 4 months ago
stack_manager_unittest.cc v811_spc009_project 4 months ago

README.md

Why is gabeldorsche plural?

Please see this informative video we've prepared.

Architecture

Guidelines for developing the Gabeldorsche (GD) stack

Testing

Gabeldorsche (GD) was built with test driven development in mind. Three types of tests are used in ensuring Gabeldorsche stack's stability, correctness and free from regression.

If you are verifying something is glued or hooked up correctly inside the stack, use a unit test.

If you are verifying correct behavior (especially interop problems) DO NOT write a unit test as this not a good use of your time. Write a cert test instead so it applies to any stack.