mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-21 09:25:21 -04:00
fixed 6577ea3 from https://gitee.com/skyblackleon/appexecfwk_standard/pulls/47
add form type Signed-off-by: zhaoyuan <zhaoyuan17@huawei.com>
This commit is contained in:
@@ -29,6 +29,7 @@ enum class AbilityType {
|
||||
PAGE,
|
||||
SERVICE,
|
||||
DATA,
|
||||
FORM,
|
||||
};
|
||||
|
||||
enum class AbilitySubType {
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace ProfileReader {
|
||||
|
||||
thread_local int32_t parseResult;
|
||||
const std::map<std::string, AbilityType> ABILITY_TYPE_MAP = {
|
||||
{"page", AbilityType::PAGE}, {"service", AbilityType::SERVICE}, {"data", AbilityType::DATA}};
|
||||
{"page", AbilityType::PAGE}, {"service", AbilityType::SERVICE}, {"data", AbilityType::DATA}}, {"form", AbilityType::FORM};
|
||||
const std::map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = {
|
||||
{"unspecified", DisplayOrientation::UNSPECIFIED},
|
||||
{"landscape", DisplayOrientation::LANDSCAPE},
|
||||
|
||||
Reference in New Issue
Block a user