HMDemo/native_lib/oh-package.json5
2024-05-28 18:38:11 +08:00

12 lines
303 B
Plaintext

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