From 9b7e1d0361d1a5eee415e453ae79925084552c68 Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Mon, 16 Oct 2017 10:09:38 -0400 Subject: add policy and reference implementation --- htdocs/CMakeLists.txt | 2 +- htdocs/assets/content-background-car-wide.png | Bin 0 -> 1215422 bytes htdocs/assets/content-background-car.png | Bin 0 -> 244208 bytes htdocs/assets/content-background.png | Bin 0 -> 210766 bytes htdocs/assets/emergency.png | Bin 0 -> 20039 bytes htdocs/assets/favicon.ico | Bin 0 -> 1150 bytes htdocs/assets/iot-bzh-logo-small.png | Bin 0 -> 14449 bytes htdocs/assets/messages.png | Bin 0 -> 14597 bytes htdocs/assets/music-pause.png | Bin 0 -> 100761 bytes htdocs/assets/music-play.png | Bin 0 -> 110798 bytes htdocs/assets/phone-call-emit1.png | Bin 0 -> 46021 bytes htdocs/assets/phone-call-emit2.png | Bin 0 -> 56311 bytes htdocs/assets/phone-call-emit3.png | Bin 0 -> 70218 bytes htdocs/assets/phone-call.png | Bin 0 -> 37089 bytes htdocs/audiobackend.html | 35 +++++++++ htdocs/audiohl.html | 108 +++++++------------------- htdocs/index.html | 7 +- 17 files changed, 65 insertions(+), 87 deletions(-) create mode 100644 htdocs/assets/content-background-car-wide.png create mode 100644 htdocs/assets/content-background-car.png create mode 100644 htdocs/assets/content-background.png create mode 100644 htdocs/assets/emergency.png create mode 100644 htdocs/assets/favicon.ico create mode 100644 htdocs/assets/iot-bzh-logo-small.png create mode 100644 htdocs/assets/messages.png create mode 100644 htdocs/assets/music-pause.png create mode 100644 htdocs/assets/music-play.png create mode 100644 htdocs/assets/phone-call-emit1.png create mode 100644 htdocs/assets/phone-call-emit2.png create mode 100644 htdocs/assets/phone-call-emit3.png create mode 100644 htdocs/assets/phone-call.png create mode 100644 htdocs/audiobackend.html (limited to 'htdocs') diff --git a/htdocs/CMakeLists.txt b/htdocs/CMakeLists.txt index 2e51461..c08a493 100644 --- a/htdocs/CMakeLists.txt +++ b/htdocs/CMakeLists.txt @@ -23,7 +23,7 @@ ################################################## PROJECT_TARGET_ADD(htdocs) - file(GLOB SOURCE_FILES "*.html" "*.js" "*.jpg" "*.css") + file(GLOB SOURCE_FILES LIST_DIRECTORIES true "*.html" "*.js" "*.jpg" "*.css") add_input_files("${SOURCE_FILES}") diff --git a/htdocs/assets/content-background-car-wide.png b/htdocs/assets/content-background-car-wide.png new file mode 100644 index 0000000..073d1b9 Binary files /dev/null and b/htdocs/assets/content-background-car-wide.png differ diff --git a/htdocs/assets/content-background-car.png b/htdocs/assets/content-background-car.png new file mode 100644 index 0000000..4bcde72 Binary files /dev/null and b/htdocs/assets/content-background-car.png differ diff --git a/htdocs/assets/content-background.png b/htdocs/assets/content-background.png new file mode 100644 index 0000000..9be581c Binary files /dev/null and b/htdocs/assets/content-background.png differ diff --git a/htdocs/assets/emergency.png b/htdocs/assets/emergency.png new file mode 100644 index 0000000..c959b04 Binary files /dev/null and b/htdocs/assets/emergency.png differ diff --git a/htdocs/assets/favicon.ico b/htdocs/assets/favicon.ico new file mode 100644 index 0000000..eeb7ab7 Binary files /dev/null and b/htdocs/assets/favicon.ico differ diff --git a/htdocs/assets/iot-bzh-logo-small.png b/htdocs/assets/iot-bzh-logo-small.png new file mode 100644 index 0000000..2c3b2ae Binary files /dev/null and b/htdocs/assets/iot-bzh-logo-small.png differ diff --git a/htdocs/assets/messages.png b/htdocs/assets/messages.png new file mode 100644 index 0000000..4919452 Binary files /dev/null and b/htdocs/assets/messages.png differ diff --git a/htdocs/assets/music-pause.png b/htdocs/assets/music-pause.png new file mode 100644 index 0000000..790a6c4 Binary files /dev/null and b/htdocs/assets/music-pause.png differ diff --git a/htdocs/assets/music-play.png b/htdocs/assets/music-play.png new file mode 100644 index 0000000..37c18e3 Binary files /dev/null and b/htdocs/assets/music-play.png differ diff --git a/htdocs/assets/phone-call-emit1.png b/htdocs/assets/phone-call-emit1.png new file mode 100644 index 0000000..a8d863b Binary files /dev/null and b/htdocs/assets/phone-call-emit1.png differ diff --git a/htdocs/assets/phone-call-emit2.png b/htdocs/assets/phone-call-emit2.png new file mode 100644 index 0000000..14c8cbe Binary files /dev/null and b/htdocs/assets/phone-call-emit2.png differ diff --git a/htdocs/assets/phone-call-emit3.png b/htdocs/assets/phone-call-emit3.png new file mode 100644 index 0000000..5283a40 Binary files /dev/null and b/htdocs/assets/phone-call-emit3.png differ diff --git a/htdocs/assets/phone-call.png b/htdocs/assets/phone-call.png new file mode 100644 index 0000000..40007d2 Binary files /dev/null and b/htdocs/assets/phone-call.png differ diff --git a/htdocs/audiobackend.html b/htdocs/audiobackend.html new file mode 100644 index 0000000..a7c8f41 --- /dev/null +++ b/htdocs/audiobackend.html @@ -0,0 +1,35 @@ + + + + Audio High Level Test + + + + + + + +

+
+
    +
  1. +
  2. +
  3. +
  4. +
  5. +
  6. +
  7. +
  8. + + + +
    +
+ + diff --git a/htdocs/audiohl.html b/htdocs/audiohl.html index 41af265..ec4dd43 100644 --- a/htdocs/audiohl.html +++ b/htdocs/audiohl.html @@ -7,103 +7,47 @@ - + - +

+ Audio Role + + + + + + + + +
Endpoint Type - Endpoint ID - - Stream ID - + +
+ +
+ +
Property - Volume/Property Value - - + +
+ +
Stream Active/Mute State - +

    @@ -119,7 +63,7 @@
  1. -
  2. +
  3. diff --git a/htdocs/index.html b/htdocs/index.html index 3c43f9b..532cfce 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,11 +1,10 @@ - AGL-AudioBindins tests + AGL Audio Agent -

    audio-bindings test

    +

    AAA binding tests

    1. AlsaCore Low Level Binding
    2. AlsaHAL Hardware Abstraction Layer -
    3. AudioControl Control/Policy API
    4. High Level Audio API -
    5. High Level Audio API Demo +
    6. Audio Backend Test -- cgit 1.2.3-korg