universal7580: device-common: Use $(TARGET_COPY_OUT_SYSTEM)
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / libsecnativefeature / SecNativeFeatureTagFramework.h
1 #ifndef SEC_NATIVE_FEATURE_TAG_FRAMEWORK_H
2 #define SEC_NATIVE_FEATURE_TAG_FRAMEWORK_H
3
4
5 // Note
6 // The string must be same as the string in CSCFeatureTagFramework.java
7 // Because one feature coulde be implemented both in java layer and in native layer
8
9
10 #define TAG_CSCFEATURE_FRAMEWORK_ENABLEBIDIRECTION "CscFeature_Framework_EnableBidirection"
11
12 #define TAG_CSCFEATURE_FRAMEWORK_ENABLEHARFBUZZ "CscFeature_Framework_EnableHarfbuzz"
13
14 #define TAG_CSCFEATURE_FRAMEWORK_ENABLETHAIVIETRESHAPING "CscFeature_Framework_EnableThaiVietReshaping"
15
16 #endif // SEC_NATIVE_FEATURE_TAG_FRAMEWORK_H