mirror of
https://github.com/openharmony/vendor_asrmicro.git
synced 2026-07-01 22:04:01 -04:00
!17 change vendor_asrmicro /utils/native/lite path to /commonlibrary/utils_lite
Merge pull request !17 from Leon/master
This commit is contained in:
+1
-1
@@ -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" ]
|
||||
|
||||
@@ -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 = []
|
||||
}
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
|
||||
static_library("dsoftbus_test") {
|
||||
sources = [ "dsoftbus_app.c" ]
|
||||
include_dirs = [ "//utils/native/lite/include" ]
|
||||
include_dirs = [ "//commonlibrary/utils_lite/include" ]
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
@@ -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") {
|
||||
}
|
||||
|
||||
@@ -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 = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user