From ec0b139f40c4b0b16025239e2710f349d1ea14f8 Mon Sep 17 00:00:00 2001
From: Shawn S <shawnshen@google.com>
Date: Wed, 20 Jan 2016 12:50:05 -0800
Subject: [PATCH] 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
---
 config/brillo/product_id | 2 +-
 weaved.conf              | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/brillo/product_id b/config/brillo/product_id
index f74933b..b46db5a 100644
--- a/config/brillo/product_id
+++ b/config/brillo/product_id
@@ -1,3 +1,3 @@
 # 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
diff --git a/weaved.conf b/weaved.conf
index 15dc5c9..7e2c6eb 100644
--- a/weaved.conf
+++ b/weaved.conf
@@ -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
-- 
GitLab