mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-09 17:02:47 -04:00
27 lines
697 B
XML
27 lines
697 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- It can be added for each operators like below form
|
|
|
|
<ABC> -> sales code
|
|
<sapient>true</sapient> -> feature1
|
|
<burton>false</burton> -> feature2
|
|
<libtech>true</libtech> -> feature3
|
|
.
|
|
.
|
|
</ABC>
|
|
|
|
each name of tags are will be environment variable with ro.csc.
|
|
ex) ro.csc.sapient, ro.csc.burton, ro.csc.libtech <== you could use them at any section.
|
|
also, should be added between <FeatureSet>
|
|
and </FeatureSet> .
|
|
jhwan.kim@hdlnc.com -->
|
|
<SamsungMobileFeature>
|
|
|
|
<Country></Country>
|
|
<CountryISO></CountryISO>
|
|
<SalesCode></SalesCode>
|
|
|
|
<!-- Default Values -->
|
|
<FeatureSet>
|
|
</FeatureSet>
|
|
|
|
</SamsungMobileFeature>
|