1{ 2 "name": "@openharmony/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": [], 21 "hisysevent_config": [ 22 "//base/useriam/pin_auth/hisysevent.yaml" 23 ], 24 "rom": "1024KB", 25 "ram": "6072KB", 26 "deps": { 27 "components": [ 28 "hilog", 29 "ipc", 30 "safwk", 31 "samgr", 32 "access_token", 33 "hisysevent", 34 "miscdevice", 35 "user_auth_framework", 36 "drivers_interface_pin_auth", 37 "c_utils" 38 ], 39 "third_party": [ 40 "openssl" 41 ] 42 }, 43 "build": { 44 "group_type": { 45 "base_group": [ 46 ], 47 "fwk_group": [ 48 "//base/useriam/pin_auth/frameworks:pinauth_framework" 49 ], 50 "service_group": [ 51 "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile", 52 "//base/useriam/pin_auth/services:pinauthservice", 53 "//base/useriam/pin_auth/sa_profile:pinauth_sa_profile.init" 54 ] 55 }, 56 "inner_kits": [ 57 { 58 "type": "so", 59 "name": "//base/useriam/pin_auth/frameworks:pinauth_framework", 60 "header": { 61 "header_files": [ 62 "i_inputer_data.h", 63 "i_inputer.h", 64 "pinauth_register.h" 65 ], 66 "header_base": "//base/useriam/pin_auth/interfaces/inner_api/" 67 } 68 } 69 ], 70 "test": [ 71 "//base/useriam/pin_auth/test/unittest:PinAuth_UT_test", 72 "//base/useriam/pin_auth/test/fuzztest:pin_auth_fuzz_test" 73 ] 74 } 75 } 76 } 77