1# Read ro.boot.hardware.sku. Needed by Regulatory Info screen of Settings app. 2# Normally this property is a default_prop which is readable by anybody, but on marlin/sailfish 3# init_mid needs to be able to set this property and thus this property had to be relabelled as 4# a new type, hw_sku_pop. This in turn requires us to grant system_app read access to this property 5# label. 6get_prop(system_app, hw_sku_prop); 7 8# Needed by Settings app's CameraLaserSensorPreferenceController 9set_prop(system_app, camera_prop) 10 11