meta-facebook: greatlakes: System state initialization

Description:
- System state initialization.

Design:
- Use script to determine 12V and host current state
  12V: use BMC gpio
  host: Use BIC gpio
- Set correct state on CurrentHostState property for host status
- Set correcr state on CurrentPowerState property for 12V status

Test Case:
1. 12V on and host off
2. 12V on and host on
3. 12V off and host off

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Change-Id: Ibff1f6e79290cfb39dc5442c240e324b38c18ecd
diff --git a/meta-facebook/recipes-phosphor/state/phosphor-state-manager/greatlakes/power-cmd b/meta-facebook/recipes-phosphor/state/phosphor-state-manager/greatlakes/power-cmd
index 334798c..892cde5 100644
--- a/meta-facebook/recipes-phosphor/state/phosphor-state-manager/greatlakes/power-cmd
+++ b/meta-facebook/recipes-phosphor/state/phosphor-state-manager/greatlakes/power-cmd
@@ -20,3 +20,14 @@
 export POW_OFF_SLOT=0x00
 export CPLD_PWR_CTRL_ADDR=0xf
 export PWRGD_SYS_PWROK_INDEX=12
+export IANA="0x15 0xA0 0x0"
+export IANA_LEN=3
+export CHASSIS_BUS_NAME="xyz.openbmc_project.State.Chassis"
+export CHASSIS_OBJ_PATH="/xyz/openbmc_project/state/chassis"
+export CHASSIS_INTF_NAME="xyz.openbmc_project.State.Chassis"
+export CHASSIS_PROPERTY_NAME="CurrentPowerState"
+export HOST_BUS_NAME="xyz.openbmc_project.State.Host"
+export HOST_OBJ_PATH="/xyz/openbmc_project/state/host"
+export HOST_INTF_NAME="xyz.openbmc_project.State.Host"
+export HOST_PROPERTY_NAME="CurrentHostState"
+