HMDemo/native_lib/src/main/module.json5

14 lines
251 B
Plaintext

{
"module": {
"name": "native_lib",
"type": "shared",
"description": "$string:shared_desc",
"deviceTypes": [
"phone",
"tablet",
"2in1"
],
"deliveryWithInstall": true,
"pages": "$profile:main_pages"
}
}