Skip to content
Snippets Groups Projects
Commit ec0b139f authored by Shawn S's avatar Shawn S Committed by Mohammed Habibulla
Browse files

Updated LEDFlasher sample app to use generic model manifest in weaved.conf

  - model_id: AAw7x
  - model_name=Brillo Starter Board
  - name: LED Flasher
  - oem_name: by Google Inc.
  - product_id: developer-boards:ledflasher

Bug:26023817
Change-Id: Ibb25dff8f391ac97a6ed148bb9fe1d8a5123a72c
parent c97090d0
No related branches found
No related tags found
No related merge requests found
# Set the product_id, which is used by the backends to route
# metrics/crash reports to the right customer.
developer-boards:brillo-starter-board-qualcomm
developer-boards:ledflasher
......@@ -24,7 +24,7 @@
# api_key=
# Human readable name of the device.
name=Brillo Starter Board (Qualcomm)
name=LED Flasher
# Human readable description of the device.
# Defaults to empty string"
......@@ -34,15 +34,15 @@ description=Controls on-board LEDs
# location=
# Manufacturer of the device.
oem_name=Qualcomm Technologies, Inc.
oem_name=Google, Inc.
# Model of the device.
# Defaults to Brillo.
model_name=Brillo Starter Board (Qualcomm)
model_name=Brillo Starter Board
# Five character code assigned by the cloud registry of device models.
# Defaults to "AAAAA" (Unregistered model).
model_id=ABHNy
model_id=AAw7x
# Maximum role for local anonymous user.
local_anonymous_access_role=user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment