بدون توضیح

zqy 5df2c8b627 add new app 2 سال پیش
app fc20a1543d add new app 2 سال پیش
device c3988a79ad 更新 2 سال پیش
iot_link edf1d18f6c update 2 سال پیش
vendor 5df2c8b627 add new app 2 سال پیش
README.md 05d5747588 适配数字管家 2 سال پیش

README.md

1、下载3.0LTS代码

    repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-verify
    repo sync -c
    repo forall -c 'git lfs pull'   

2、将bossay_release_out中的代码放置与对应目录

其中:
app文件夹放到applications/sample
iot_link放到third_party目录下
vendor和device中的文件夹放置对应目录

3、修改代码(仅当编译数字管家产品需要)

文件:base/security/huks/interfaces/innerkits/huks_lite/BUILD.gn

    屏蔽164行
    161   sources = huks_sources
    162   sources += huks_storage_source
    163   sources += huks_access_sources
    164   #sources += [ "hks_tmp_client.c" ]

4、编译

hb set 

选择bossay的产品

hb build -f 编译代码