|
| 1 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 2 | +# or more contributor license agreements. See the NOTICE file |
| 3 | +# distributed with this work for additional information |
| 4 | +# regarding copyright ownership. The ASF licenses this file |
| 5 | +# to you under the Apache License, Version 2.0 (the |
| 6 | +# "License"); you may not use this file except in compliance |
| 7 | +# with the License. You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, |
| 12 | +# software distributed under the License is distributed on an |
| 13 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | +# KIND, either express or implied. See the License for the |
| 15 | +# specific language governing permissions and limitations |
| 16 | +# under the License. |
| 17 | +# |
| 18 | + |
| 19 | +pkg.name: "porting/targets/linux_blemesh_shell" |
| 20 | +pkg.type: "target" |
| 21 | +pkg.description: This target is used to generate syscfg.h file and other artifacts for linux_blemesh_shell example app. |
| 22 | +pkg.author: |
| 23 | +pkg.homepage: |
| 24 | + |
| 25 | +pkg.deps: |
| 26 | + - "@apache-mynewt-core/kernel/os" |
| 27 | + - "@apache-mynewt-core/sys/console/stub" |
| 28 | + - "@apache-mynewt-core/sys/log/stub" |
| 29 | + - "@apache-mynewt-core/sys/stats/stub" |
| 30 | + - "@apache-mynewt-nimble/nimble/host" |
| 31 | + - "@apache-mynewt-nimble/nimble/transport" |
| 32 | + - "@apache-mynewt-nimble/nimble/host/services/ans" |
| 33 | + - "@apache-mynewt-nimble/nimble/host/services/bas" |
| 34 | + - "@apache-mynewt-nimble/nimble/host/services/dis" |
| 35 | + - "@apache-mynewt-nimble/nimble/host/services/gap" |
| 36 | + - "@apache-mynewt-nimble/nimble/host/services/gatt" |
| 37 | + - "@apache-mynewt-nimble/nimble/host/services/ias" |
| 38 | + - "@apache-mynewt-nimble/nimble/host/services/ipss" |
| 39 | + - "@apache-mynewt-nimble/nimble/host/services/lls" |
| 40 | + - "@apache-mynewt-nimble/nimble/host/services/tps" |
0 commit comments