blob: 2bf15b240f14f0fac7236f941bb7ad6e90fd35a6 [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")
25(load-file "./plugin-all-apih-skel.el")
26(load-file "./plugin-api-skel.el")
27(load-file "./plugin-configure-skel.el")
28(load-file "./plugin-h-skel.el")
29(load-file "./plugin-main-skel.el")
30(load-file "./plugin-makefile-skel.el")
31(load-file "./plugin-msg-enum-skel.el")
32(load-file "./plugin-node-skel.el")
33(load-file "./plugin-test-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")