mirror of
https://github.com/openharmony/third_party_freetype.git
synced 2026-07-01 10:22:10 -04:00
ef370e5210
Signed-off-by: SeanDragon666 <lfseandragon@126.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"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": "freetype",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [ "freetype_feature_cfp_enable" ],
|
|
"adapted_system_type": [ "mini","small" ],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"libpng",
|
|
"zlib"
|
|
],
|
|
"third_party": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/freetype:freetype_static",
|
|
"header": {
|
|
"header_files": [
|
|
"ftconfig.h"
|
|
],
|
|
"header_base": "//third_party/freetype"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |