Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examination #29

Open
wants to merge 4 commits into
base: Oleksandr.Tkachenko
Choose a base branch
from

Conversation

OleksandrTkachenko
Copy link

Implementation of the components required for controlling LEDs:

  • LedControl HAL - simple component, which allows writing to the files in SYSFS to control LEDs by the standard driver
  • LedControlService - service intended to communicate with LedControl HAL
  • LedControl application - a simple activity which allows user to switch on/off LEDs (by communicating with the LedControlService)

- add configuration files for LedControl HAL integration into AOSP build system
- add HIDL desctiption of the ILedControl interface
- implement LedControl functionality: write to specific files in sysfs
- add rc-script for LedControl HAL
- add change owner procedure to the rc-script (for the required files)

Signed-off-by: Oleksandr Tkachenko <[email protected]>
@OleksandrTkachenko OleksandrTkachenko added the ready The PR is ready for review (set by author). label Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready The PR is ready for review (set by author).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants