mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-10 01:12:45 -04:00
add local files
This commit is contained in:
parent
7cd02093c4
commit
974813cf3c
1694 changed files with 364708 additions and 0 deletions
27
universal7570-common/etc/feature_default.xml
Normal file
27
universal7570-common/etc/feature_default.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue