From 400c1e8b5748ae2ad360aa558ad3552ce4e0227c Mon Sep 17 00:00:00 2001 From: Saurabh Srivastava Date: Tue, 8 Jan 2019 17:32:37 +0530 Subject: Launch platform specific processes Launch processes based on whether the platform is vendor enhanced or not. Change-Id: I04c074023e631c4f5d1e16ac166612f323b7a868 CRs-Fixed: 2341030 --- utils/loc_cfg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/loc_cfg.h') diff --git a/utils/loc_cfg.h b/utils/loc_cfg.h index aa00148..c8c39c9 100644 --- a/utils/loc_cfg.h +++ b/utils/loc_cfg.h @@ -84,7 +84,8 @@ typedef enum { ENABLED, RUNNING, DISABLED, - DISABLED_FROM_CONF + DISABLED_FROM_CONF, + DISABLED_VIA_VENDOR_ENHANCED_CHECK } loc_process_e_status; typedef struct { -- cgit v1.2.3