add factory property file definition
This property file is used for properties which are set at device provisioning time or in the factory. They are never touched by a software update or factory data reset and typically contain data specific to the particular unit. Change-Id: I2e7c2fe62cb684cb2449eea917c42b19462e89a5 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
@@ -103,6 +103,7 @@ struct prop_msg
|
||||
#define PROP_PATH_SYSTEM_BUILD "/system/build.prop"
|
||||
#define PROP_PATH_SYSTEM_DEFAULT "/system/default.prop"
|
||||
#define PROP_PATH_LOCAL_OVERRIDE "/data/local.prop"
|
||||
#define PROP_PATH_FACTORY "/factory/factory.prop"
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user