{
"module": {
"name": "entry",
"type": "entry",
"description": "$string:module_desc",
"mainElement": "EntryAbility",
"deviceTypes": [
"2in1"
],
"requestPermissions": [
{
"name": "ohos.permission.ACCESS_EXTENSIONAL_DEVICE_DRIVER"
},
{
"name": "ohos.permission.ACCESS_DDK_DRIVERS"
}
],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:main_pages",
"abilities": [
{
"name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"ohos.want.action.home"
]
}
]
}
],
"extensionAbilities": [
{
"name": "DriverExtAbility",
"icon": "$media:startIcon",
"description": "driver",
"type": "driver",
"exported": true,
"srcEntry": "./ets/driverextability/DriverExtAbility.ets",
"metadata": [
{
"name": "bus",
"value": "USB"
},
{
"name": "desc",
"value": "the sample of driverExtensionAbility"
},
{
"name": "vendor",
"value": "string"
},
{
"name": "vid",
"value": "0x12D1"
},
{
"name": "pid",
"value": "0x10A2"
},
{
"name": "launchOnBind",
"value": "true"
},
{
"name": "ohos.permission.ACCESS_DDK_ALLOWED",
"value": "true"
}
]
}
]
}
}