mirror of
https://gitee.com/openharmony/third_party_freetype
synced 2024-11-27 11:40:26 +00:00
add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
This commit is contained in:
parent
8c68c96a22
commit
2a5f9e5192
34
bundle.json
Normal file
34
bundle.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user