# manifest
**Repository Path**: hihope-nl-ohsn/manifest
## Basic Information
- **Project Name**: manifest
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: OpenHarmony-5.1.0-Release
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1436
- **Created**: 2025-04-22
- **Last Updated**: 2025-05-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# license请参考
```
# Copyright (C) 2024 HiHope Open Source Organization .
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
```
# 代码下载链接
```
repo init -u git@gitee.com:hihope-nl-ohsn/manifest.git -b OpenHarmony-5.1.0-Release -m ws63.xml -g ohos:mini --no-repo-verify
```
## 更新代码
## 下载lfs文件
## 下载pre软件
```
repo sync -c
repo forall -c 'git lfs pull'
./build/prebuilts_download.sh
```
```
```
```
```
## 编译环境搭建注意事项
1.参照文档安装工具集
```
https://docs.openharmony.cn/pages/v4.1/zh-cn/device-dev/quick-start/quickstart-pkg-install-package.md
```
2.安装cmake工具
```
sudo apt install cmake
```
3.添加环境变量 export PATH=代码根目录/device/soc/hisilicon/ws63v100/sdkv100/tools/bin/compiler/riscv/cc_riscv32_musl_b090/cc_riscv32_musl/bin:$PATH
```
vim ~/.bashrc
source ~/.bashrc
```
4.如果hb工具安装失败或者版本不对可以先卸载再重装
```
python3 -m pip uninstall ohos-build
```
## 编译命令
```
hb set->mini->hihope->nearlink_dk_3863
hb build -f
```
## 提交代码格式
```
git add XXX
git commit -m "XXXXXX"
git push origin HEAD:refs/heads/OpenHarmony-4.1-Release
```
## 创建Pull Requests
```
代码提交时会自动创建Pull Requests,需要至少1名负责人审核,如果审核名单中没有相应的负责人,请联系管理员添加
```
# 有代码修改请另列xml使用如下示例来新建
```
```