Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 1 | ;;; Copyright (c) 2016 Cisco and/or its affiliates. |
| 2 | ;;; Licensed under the Apache License, Version 2.0 (the "License"); |
| 3 | ;;; you may not use this file except in compliance with the License. |
| 4 | ;;; You may obtain a copy of the License at: |
| 5 | ;;; |
| 6 | ;;; http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | ;;; |
| 8 | ;;; Unless required by applicable law or agreed to in writing, software |
| 9 | ;;; distributed under the License is distributed on an "AS IS" BASIS, |
| 10 | ;;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 11 | ;;; See the License for the specific language governing permissions and |
| 12 | ;;; limitations under the License. |
| 13 | |
| 14 | ;; plugin all-in-1 program |
| 15 | |
| 16 | (load-file "./plugin.el") |
| 17 | |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 18 | ;; list of clib / vlib / vnet / vpp skeleton files |
| 19 | |
| 20 | (load-file "./cli-cmd-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 21 | (load-file "./config-skel.el") |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 22 | (load-file "./dual-loop-skel.el") |
| 23 | (load-file "./periodic-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 24 | (load-file "./pipe-skel.el") |
Dave Barach | 3f2e775 | 2018-10-03 16:10:04 -0400 | [diff] [blame] | 25 | (load-file "./plugin-cmake-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 26 | (load-file "./plugin-api-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 27 | (load-file "./plugin-h-skel.el") |
| 28 | (load-file "./plugin-main-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 29 | (load-file "./plugin-node-skel.el") |
Dave Barach | d7a37a7 | 2018-08-10 16:22:48 -0400 | [diff] [blame] | 30 | (load-file "./plugin-qsnode-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 31 | (load-file "./plugin-test-skel.el") |
Dave Barach | f4addbd | 2018-04-30 13:03:46 -0400 | [diff] [blame] | 32 | (load-file "./plugin-periodic-skel.el") |
Dave Barach | d7a37a7 | 2018-08-10 16:22:48 -0400 | [diff] [blame] | 33 | (load-file "./plugin-setup-skel.el") |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 34 | (load-file "./tunnel-c-skel.el") |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 35 | (load-file "./tunnel-decap-skel.el") |
Dave Barach | b852bfa | 2016-01-04 15:27:42 -0500 | [diff] [blame] | 36 | (load-file "./tunnel-encap-skel.el") |
| 37 | (load-file "./tunnel-h-skel.el") |
Dave Barach | e5389bb | 2016-03-28 17:12:19 -0400 | [diff] [blame] | 38 | (load-file "./elog-4-int-skel.el") |
| 39 | (load-file "./elog-4-int-track-skel.el") |
| 40 | (load-file "./elog-enum-skel.el") |
| 41 | (load-file "./elog-one-datum-skel.el") |