1{ 2 "name": "@ohos/pin_auth", 3 "version": "4.0", 4 "description": "PIN Authentication capability", 5 "homePage": "https://gitee.com/openharmony", 6 "author": {}, 7 "repository": "", 8 "license": "Apache License 2.0", 9 "publishAs": "code-segment", 10 "segment": { 11 "destPath" : "base/useriam/pin_auth" 12 }, 13 "dirs": {}, 14 "scripts": {}, 15 "component": { 16 "name": "pin_auth", 17 "subsystem": "useriam", 18 "adapted_system_type": [ "standard" ], 19 "syscap": ["SystemCapability.UserIAM.UserAuth.PinAuth"], 20 "features": ["pin_auth_enabled"], 21 "rom": "1024KB", 22 "ram": "6072KB", 23 "deps": { 24 "components": [ 25 "hilog", 26 "ipc", 27 "safwk", 28 "samgr", 29 "access_token", 30 "miscdevice", 31 "user_auth_framework", 32 "drivers_interface_pin_auth", 33 "c_utils", 34 "enterprise_device_management", 35 "openssl", 36 "data_share" 37 ] 38 }, 39 "build": { 40 "group_type": { 41 "base_group": [ 42 ], 43 "fwk_group": [ 44 "//base/useriam/pin_auth/frameworks:pinauth_framework" 45 ], 46 "service_group": [ 47 "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile", 48 "//base/useriam/pin_auth/services:pinauthservice", 49 "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile.init" 50 ] 51 }, 52 "inner_kits": [ 53 { 54 "type": "so", 55 "name": "//base/useriam/pin_auth/frameworks:pinauth_framework", 56 "header": { 57 "header_files": [ 58 "i_inputer_data.h", 59 "i_inputer.h", 60 "pinauth_register.h" 61 ], 62 "header_base": "//base/useriam/pin_auth/interfaces/inner_api/" 63 } 64 } 65 ], 66 "test": [ 67 "//base/useriam/pin_auth/test/unittest:PinAuth_UT_test", 68 "//base/useriam/pin_auth/test/fuzztest:pin_auth_fuzz_test" 69 ] 70 } 71 } 72 } 73