add local files

This commit is contained in:
Prabhjot Singh 2019-05-24 17:27:16 +05:30
parent 7cd02093c4
commit 974813cf3c
1694 changed files with 364708 additions and 0 deletions

View 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>