From 4921883434749752ac82a0cbab8e6e57120800c5 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 23 Aug 2017 01:00:20 +0200 Subject: Restore Basic HTML5 testing Scenario as a Standalone Controller --- htdocs/README.md | 2 +- htdocs/audio-control.html | 45 --------------------------------------------- htdocs/audio-logic.html | 9 --------- htdocs/index.html | 38 +++++++++++++++++++++++++++++++++----- 4 files changed, 34 insertions(+), 60 deletions(-) delete mode 100644 htdocs/audio-control.html delete mode 100644 htdocs/audio-logic.html (limited to 'htdocs') diff --git a/htdocs/README.md b/htdocs/README.md index bb14b7e..0ad2260 100644 --- a/htdocs/README.md +++ b/htdocs/README.md @@ -3,5 +3,5 @@ ------------------------------------------------------------------------ # Load bindings directly from development tree for debug - afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs + AFB_BINDER_NAME='sample' afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html deleted file mode 100644 index 06010e5..0000000 --- a/htdocs/audio-control.html +++ /dev/null @@ -1,45 +0,0 @@ - - - Basic Audio Hardware Abstraction Layer Test - - - - - - - -

Simple Audio Control Test

- -

- Selected HAL - - - API Verbosity - -
-
- -
    - -
  1. -
  2. -
  3. -
    -
  4. -
  5. -
  6. - -
- - diff --git a/htdocs/audio-logic.html b/htdocs/audio-logic.html deleted file mode 100644 index c31282a..0000000 --- a/htdocs/audio-logic.html +++ /dev/null @@ -1,9 +0,0 @@ - - - High Level API Simple Test Page - - - - - -ToBeDone \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index 828d389..19d5315 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,7 +1,35 @@ - - AGL-AudioBindins tests - -

Controller for AAAA test

+ + Simple COntroller Test + + + + + + + +

Simple Control Test

+ +

+ +
    -
  1. AudioControl Control/Policy API + +
  2. +
  3. +
    +
  4. +
    +
  5. +
    +
  6. + +
+ + -- cgit 1.2.3-korg