!17 change vendor_asrmicro /utils/native/lite path to /commonlibrary/utils_lite

Merge pull request !17 from Leon/master
This commit is contained in:
openharmony_ci
2022-09-19 03:39:10 +00:00
committed by Gitee
8 changed files with 11 additions and 11 deletions
+1 -1
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.
group("wifi_demo") {
deps = [ "tests:example" ]
+2 -2
View File
@@ -9,14 +9,14 @@
# 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("hal_token_static") {
sources = [ "hal_token.c" ]
include_dirs = [
"//base/startup/init/interfaces/hals",
"//utils/native/lite/include",
"//commonlibrary/utils_lite/include",
]
deps = []
}
+1 -1
View File
@@ -22,7 +22,7 @@ static_library("example") {
defines = []
deps = [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static" ]
include_dirs = [ "//utils/native/lite/include" ]
include_dirs = [ "//commonlibrary/utils_lite/include" ]
if (asr_wifi_test) {
deps += [ "wifi:wifi_test" ]
+1 -1
View File
@@ -13,5 +13,5 @@
static_library("dsoftbus_test") {
sources = [ "dsoftbus_app.c" ]
include_dirs = [ "//utils/native/lite/include" ]
include_dirs = [ "//commonlibrary/utils_lite/include" ]
}
+2 -2
View File
@@ -19,7 +19,7 @@ static_library("hdf_test") {
"//drivers/hdf_core/adapter/khdf/liteos_m/osal/include",
"//drivers/hdf_core/framework/include/osal",
"//drivers/hdf_core/framework/core/common/include/manager",
"//utils/native/lite/include",
"//utils/native/lite/memory/include",
"//commonlibrary/utils_lite/include",
"//commonlibrary/utils_lite/memory/include",
]
}
+1 -1
View File
@@ -14,7 +14,7 @@
static_library("wifi_test") {
sources = [ "wifi_app.c" ]
include_dirs = [
"//utils/native/lite/include",
"//commonlibrary/utils_lite/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice/",
]
}
+1 -1
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.
group("xts_demo") {
}
+2 -2
View File
@@ -9,14 +9,14 @@
# 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("hal_token_static") {
sources = [ "hal_token.c" ]
include_dirs = [
"//base/startup/init/interfaces/hals",
"//utils/native/lite/include",
"//commonlibrary/utils_lite/include",
]
deps = []
}