blob: 85cc8470c1e0bac437ac98ea12c078291c0f8b23 [file] [log] [blame]
Dave Barachb852bfa2016-01-04 15:27:42 -05001;;; 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 Warnickecb9cada2015-12-08 15:45:58 -070018;; list of clib / vlib / vnet / vpp skeleton files
19
20(load-file "./cli-cmd-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050021(load-file "./config-skel.el")
Ed Warnickecb9cada2015-12-08 15:45:58 -070022(load-file "./dual-loop-skel.el")
23(load-file "./periodic-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050024(load-file "./pipe-skel.el")
Dave Barach3f2e7752018-10-03 16:10:04 -040025(load-file "./plugin-cmake-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050026(load-file "./plugin-api-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050027(load-file "./plugin-h-skel.el")
28(load-file "./plugin-main-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050029(load-file "./plugin-node-skel.el")
Dave Barachd7a37a72018-08-10 16:22:48 -040030(load-file "./plugin-qsnode-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050031(load-file "./plugin-test-skel.el")
Dave Barachf4addbd2018-04-30 13:03:46 -040032(load-file "./plugin-periodic-skel.el")
Dave Barachd7a37a72018-08-10 16:22:48 -040033(load-file "./plugin-setup-skel.el")
Ed Warnickecb9cada2015-12-08 15:45:58 -070034(load-file "./tunnel-c-skel.el")
Ed Warnickecb9cada2015-12-08 15:45:58 -070035(load-file "./tunnel-decap-skel.el")
Dave Barachb852bfa2016-01-04 15:27:42 -050036(load-file "./tunnel-encap-skel.el")
37(load-file "./tunnel-h-skel.el")
Dave Barache5389bb2016-03-28 17:12:19 -040038(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")