You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
599 B
16 lines
599 B
#ifndef SEC_NATIVE_FEATURE_TAG_FRAMEWORK_H |
|
#define SEC_NATIVE_FEATURE_TAG_FRAMEWORK_H |
|
|
|
|
|
// Note |
|
// The string must be same as the string in CSCFeatureTagFramework.java |
|
// Because one feature coulde be implemented both in java layer and in native layer |
|
|
|
|
|
#define TAG_CSCFEATURE_FRAMEWORK_ENABLEBIDIRECTION "CscFeature_Framework_EnableBidirection" |
|
|
|
#define TAG_CSCFEATURE_FRAMEWORK_ENABLEHARFBUZZ "CscFeature_Framework_EnableHarfbuzz" |
|
|
|
#define TAG_CSCFEATURE_FRAMEWORK_ENABLETHAIVIETRESHAPING "CscFeature_Framework_EnableThaiVietReshaping" |
|
|
|
#endif // SEC_NATIVE_FEATURE_TAG_FRAMEWORK_H
|
|
|