1 Star 0 Fork 44

陈荣/third_party_libdrm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bundle.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
xietingwei 提交于 2024-05-23 11:57 . 支撑部件独立编译
{
"name": "@ohos/libdrm",
"description": "libdrm is a userspace library for accessing the DRM, direct rendering manager, on Linux and other operating systems that support the ioctl interface.",
"version": "4.0",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libdrm"
},
"dirs": {},
"scripts": {},
"component": {
"name": "libdrm",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/libdrm:libdrm"
],
"inner_kits": [
{
"name": "//third_party/libdrm:libdrm",
"header": {
"header_files": [
"xf86drm.h",
"xf86drmHash.h",
"xf86drmMode.h",
"xf86drmRandom.h"
],
"header_base": "//third_party/libdrm"
}
}
],
"test": []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xilabao/third_party_libdrm.git
git@gitee.com:xilabao/third_party_libdrm.git
xilabao
third_party_libdrm
third_party_libdrm
master

搜索帮助