diff --git a/face_auth/bundle.json b/face_auth/bundle.json index b19ed1c625f174b758a52c111673982775cfb786..42cf6161dfa40a52b7fcb0a904d42d56ca43daa7 100644 --- a/face_auth/bundle.json +++ b/face_auth/bundle.json @@ -1,10 +1,10 @@ { - "name": "faceauth_device_driver_interface", - "description": "faceauth device driver", + "name": "face_auth_device_driver_interface", + "description": "face auth device driver", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "faceauth_device_driver_interface", + "name": "face_auth_device_driver_interface", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], @@ -23,13 +23,13 @@ }, "build": { "sub_component": [ - "//drivers/interface/face_auth/v1_0:libfaceauth_proxy_1.0" + "//drivers/interface/face_auth/v1_0:libface_auth_proxy_1.0" ], "test": [ ], "inner_kits": [ { - "name": "//drivers/interface/face_auth/v1_0:libfaceauth_proxy_1.0", + "name": "//drivers/interface/face_auth/v1_0:libface_auth_proxy_1.0", "header": { "header_files": [ ], diff --git a/face_auth/v1_0/BUILD.gn b/face_auth/v1_0/BUILD.gn index 6433456b453edabec740730af7f03deec9c75dac..50c986644512f3fcafb3108e5fe4dd072bb9e1bd 100644 --- a/face_auth/v1_0/BUILD.gn +++ b/face_auth/v1_0/BUILD.gn @@ -12,8 +12,8 @@ # limitations under the License. import("//drivers/adapter/uhdf2/hdi.gni") -hdi("faceauth") { - module_name = "faceauth" +hdi("face_auth") { + module_name = "face_auth" sources = [ "FaceAuthTypes.idl", "IExecutor.idl", @@ -22,5 +22,5 @@ hdi("faceauth") { ] language = "cpp" subsystem_name = "hdf" - part_name = "faceauth_device_driver" + part_name = "face_auth_device_driver" } diff --git a/pin_auth/bundle.json b/pin_auth/bundle.json index 24006ec11f3632686d867dca2864a3133288f77d..4f7163957a9326a9941b6441d782c70876e3e1d7 100644 --- a/pin_auth/bundle.json +++ b/pin_auth/bundle.json @@ -1,10 +1,10 @@ { - "name": "pinauth_device_driver_interface", + "name": "pin_auth_device_driver_interface", "description": "pinauth device driver interface", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "pinauth_device_driver_interface", + "name": "pin_auth_device_driver_interface", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], @@ -23,13 +23,13 @@ }, "build": { "sub_component": [ - "//drivers/interface/pin_auth/v1_0:libpinauth_proxy_1.0" + "//drivers/interface/pin_auth/v1_0:libpin_auth_proxy_1.0" ], "test": [ ], "inner_kits": [ { - "name": "//drivers/interface/pin_auth/v1_0:libpinauth_proxy_1.0", + "name": "//drivers/interface/pin_auth/v1_0:libpin_auth_proxy_1.0", "header": { "header_files": [ ], diff --git a/pin_auth/v1_0/BUILD.gn b/pin_auth/v1_0/BUILD.gn index 5478646492875291bccc9752e1462970d8d5348f..a49184b99ae5cf8d4f704177182a55eaaa3f8161 100644 --- a/pin_auth/v1_0/BUILD.gn +++ b/pin_auth/v1_0/BUILD.gn @@ -9,11 +9,11 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//drivers/adapter/uhdf2/hdi.gni") -hdi("pinauth") { - module_name = "pinauth" +hdi("pin_auth") { + module_name = "pin_auth" sources = [ "IExecutor.idl", "IExecutorCallback.idl", @@ -22,5 +22,5 @@ hdi("pinauth") { ] language = "cpp" subsystem_name = "hdf" - part_name = "pinauth_device_driver" + part_name = "pin_auth_device_driver" }