mirror of
https://github.com/openharmony/third_party_cryptsetup.git
synced 2026-07-01 06:48:19 -04:00
4c297512af
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
34 lines
833 B
JSON
34 lines
833 B
JSON
{
|
|
"name": "@ohos/cryptsetup",
|
|
"description": "Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module.",
|
|
"version": "3.1",
|
|
"license": "GPL-2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/cryptsetup"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "thirdparty_cryptsetup",
|
|
"subsystem": "",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |