!85 iothardware_peripheral仓目录和部件名标准化

Merge pull request !85 from zgit2021/0720_iothardware
This commit is contained in:
openharmony_ci
2022-07-28 07:27:00 +00:00
committed by Gitee
20 changed files with 22 additions and 22 deletions
@@ -15,7 +15,7 @@ static_library("led_example") {
sources = [ "led_example.c" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]
}
+1 -1
View File
@@ -15,7 +15,7 @@ static_library("button_example") {
sources = [ "button_example.c" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]
}
+1 -1
View File
@@ -15,7 +15,7 @@ static_library("pwm_example") {
sources = [ "pwm_example.c" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]
}
+1 -1
View File
@@ -15,7 +15,7 @@ static_library("adc_example") {
sources = [ "adc_example.c" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]
}
+2 -2
View File
@@ -9,7 +9,7 @@
# 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.
static_library("i2c_example") {
sources = [
@@ -24,7 +24,7 @@ static_library("i2c_example") {
cflags += [ "-Wno-unused-but-set-variable" ]
cflags += [ "-Wno-unused-parameter" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"nfc/ndef",
"nfc/ndef/rtd/",
+1 -1
View File
@@ -15,7 +15,7 @@ static_library("uart_example") {
sources = [ "uart_example.c" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]
}
+1 -1
View File
@@ -18,7 +18,7 @@ static_library("e53_sf1_example") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"include",
]
@@ -18,7 +18,7 @@ static_library("e53_ia1_example") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"include",
]
+1 -1
View File
@@ -18,7 +18,7 @@ static_library("e53_sc1_example") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"include",
]
+1 -1
View File
@@ -18,7 +18,7 @@ static_library("e53_sc2_example") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"include",
]
@@ -18,7 +18,7 @@ static_library("e53_is1_example") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"include",
]
@@ -25,7 +25,7 @@ static_library("cloud_oc_infrared") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
@@ -25,7 +25,7 @@ static_library("cloud_oc_agriculture") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
@@ -25,7 +25,7 @@ static_library("cloud_oc_gps") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
+2 -2
View File
@@ -9,7 +9,7 @@
# 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.
config_file = [ "../../third_party/libs/libpahomqtt_static.a" ]
copy("config") {
@@ -30,7 +30,7 @@ static_library("oc_mqtt") {
cflags += [ "-Wno-unused-but-set-variable" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
@@ -25,7 +25,7 @@ static_library("cloud_oc_smoke") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
@@ -25,7 +25,7 @@ static_library("cloud_oc_light") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
@@ -25,7 +25,7 @@ static_library("cloud_oc_manhole_cover") {
]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
@@ -15,7 +15,7 @@ static_library("flash_example") {
sources = [ "flash_example.c" ]
include_dirs = [
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]
}
+1 -1
View File
@@ -20,7 +20,7 @@ static_library("iot_hardware_hals") {
]
include_dirs = [
"//utils/native/lite/include",
"//base/iot_hardware/peripheral/interfaces/kits",
"//base/iothardware/peripheral/interfaces/inner_api",
"//device/soc/hisilicon/hi3861v100/sdk_liteos/include",
"//device/board/bearpi/bearpi_hm_nano/iot_hardware_hals/include",
]