add bundle.json

Signed-off-by: pjscc <pangjiashuai@huawei.com>
This commit is contained in:
pjscc 2022-01-20 15:09:46 +08:00
parent 8c68c96a22
commit 2a5f9e5192

34
bundle.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "@ohos/freetype",
"description": "FreeType is a freely available software library to render fonts.",
"version": "3.1",
"license": "The FreeType Project",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/freetype"
},
"dirs": {},
"scripts": {},
"licensePath": "docs/LICENSE.TXT",
"readmePath": {
"en": "docs/README"
},
"component": {
"name": "thirdparty_freetype",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}