aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-18Update clang-format file.brillo-m10-releasebrillo-m10-devBertrand SIMONNET
We now have a brillo wide clang format definition so we can symlink it here. Bug: None Change-Id: Ib7e93160c9526af36b45e73a2f3fa9319cc1e538
2016-02-12Remove peripheralprovider.Bertrand SIMONNET
We will use a C only HAL type abstraction for each board, the provider pattern will not be needed. Bug: 26189976 Change-Id: I6e5968c7c4f214734b0117e484d362ce229f9fba
2016-01-21peripheralman: Add the provider interface.Bertrand SIMONNET
This ProviderInterface will be implemented by the BSP and will be used by peripheral manager to setup peripherals before handing it to the client. Bug: 26189976 Test: builds. Change-Id: I363b495e5750c65e3f95e85970b210af0af15636
2016-01-21peripheralman: Add clang-format definition.Bertrand SIMONNET
Copied from system/core/metricsd/.clang-format. This allows us to format the code with clang-format. Change-Id: Ice94e9f40403e6a2e53d928fbbb278807b478a63
2016-01-21peripheralman: Add dummy aidl serviceLee Campbell
Set up all the boilerplate to setup the IPC interface using AIDL. Also add an example CLI tool. Change-Id: Icd2837b99deb016f8b70e9823ba96c44fd36286f TEST: service registers and example runs.
2016-01-20peripheralman: Barebones client and daemon.Lee Campbell
Add barebones client, daemon and Android.mk files Change-Id: I5eea0da35ffa6ec6e03a0add1e9b1d2e397f38bf TEST: Services starts on the emulator
2016-01-20peripheralman: Adding License filesLee Campbell
Change-Id: I3a16e307f143f06649b18cec06272f171165ea5d
2016-01-20Initial empty repositoryBill Yi