HMDemo/native_lib/oh-package.json5

12 lines
297 B
Plaintext

{
"name": "native_lib",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "Index.ets",
"author": "",
"license": "Apache-2.0",
"packageType": "InterfaceHar",
"dependencies": {
"libnatvie_lib.so": "file:./src/main/cpp/types/libnatvie_lib"
}
}