mirror of
https://github.com/openharmony/security_deviceauth.git
synced 2026-08-27 12:41:24 -04:00
0e130bbfc5
Signed-off-by: huzhonghua <huzhonghua1@huawei.com>
33 lines
823 B
INI
Executable File
33 lines
823 B
INI
Executable File
{
|
|
"subsystem": "security",
|
|
"parts": {
|
|
"deviceauth_standard": {
|
|
"variants": [
|
|
"phone",
|
|
"wearable"
|
|
],
|
|
"module_list": [
|
|
"//base/security/deviceauth:deviceauth_build",
|
|
"//base/security/deviceauth:deviceauth_service_build",
|
|
"//base/security/deviceauth:deviceauth_sdk_build"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"name": "//base/security/deviceauth/services:deviceauth_sdk",
|
|
"header": {
|
|
"header_files": [
|
|
"device_auth_defines.h",
|
|
"device_auth.h"
|
|
],
|
|
"header_base": "//base/security/deviceauth/interfaces/innerkits"
|
|
}
|
|
}
|
|
],
|
|
"test_list": [
|
|
"//base/security/deviceauth:deviceauth_test_build"
|
|
]
|
|
}
|
|
}
|
|
}
|