From 07564f2d3a97eb0918adb7237508beeecdea1721 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Fri, 11 Jan 2013 12:46:42 -0800 Subject: [PATCH] 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 --- libc/include/sys/_system_properties.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/sys/_system_properties.h b/libc/include/sys/_system_properties.h index 42a7f6c0f..c5820f48e 100644 --- a/libc/include/sys/_system_properties.h +++ b/libc/include/sys/_system_properties.h @@ -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