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# 18pkg.name: samples/smp_svr/mynewt 19pkg.type: app 20pkg.description: Simple BLE peripheral running an mcumgr SMP server. 21pkg.author: "Apache Mynewt <dev@mynewt.apache.org>" 22pkg.homepage: "http://mynewt.apache.org/" 23pkg.keywords: 24 25pkg.deps: 26 - '@apache-mynewt-core/mgmt/smp/transport/smp_shell' 27 - '@apache-mynewt-core/sys/console/full' 28 - '@apache-mynewt-core/sys/log/full' 29 - '@apache-mynewt-core/sys/stats/full' 30 - '@apache-mynewt-mcumgr/cmd/fs_mgmt' 31 - '@apache-mynewt-mcumgr/cmd/img_mgmt' 32 - '@apache-mynewt-mcumgr/cmd/os_mgmt' 33 - '@apache-mynewt-mcumgr/smp' 34 35pkg.deps.!BSP_SIMULATED: 36 - '@mcuboot/boot/bootutil' 37 - '@apache-mynewt-core/mgmt/smp/transport/ble' 38 - '@apache-mynewt-nimble/nimble/controller' 39 - '@apache-mynewt-nimble/nimble/host' 40 - '@apache-mynewt-nimble/nimble/host/util' 41 - '@apache-mynewt-nimble/nimble/host/services/ans' 42 - '@apache-mynewt-nimble/nimble/host/services/gap' 43 - '@apache-mynewt-nimble/nimble/host/services/gatt' 44 - '@apache-mynewt-nimble/nimble/host/store/config' 45 - '@apache-mynewt-nimble/nimble/transport/ram' 46 47pkg.deps.BSP_SIMULATED: 48 - '@apache-mynewt-core/boot/stub' 49 50pkg.ign_files.BSP_SIMULATED: 51 - "gatt_svr.c" 52