LISP ONLY: maintain the emacs lisp plugin generator
[vpp.git] / extras / emacs / all-skel.el
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
18 ;; list of clib / vlib / vnet / vpp skeleton files
19
20 (load-file "./cli-cmd-skel.el")
21 (load-file "./config-skel.el")
22 (load-file "./dual-loop-skel.el")
23 (load-file "./periodic-skel.el")
24 (load-file "./pipe-skel.el")
25 (load-file "./plugin-all-apih-skel.el")
26 (load-file "./plugin-cmake-skel.el")
27 (load-file "./plugin-api-skel.el")
28 (load-file "./plugin-h-skel.el")
29 (load-file "./plugin-main-skel.el")
30 (load-file "./plugin-msg-enum-skel.el")
31 (load-file "./plugin-node-skel.el")
32 (load-file "./plugin-qsnode-skel.el")
33 (load-file "./plugin-test-skel.el")
34 (load-file "./plugin-periodic-skel.el")
35 (load-file "./plugin-setup-skel.el")
36 (load-file "./tunnel-c-skel.el")
37 (load-file "./tunnel-decap-skel.el")
38 (load-file "./tunnel-encap-skel.el")
39 (load-file "./tunnel-h-skel.el")
40 (load-file "./elog-4-int-skel.el")
41 (load-file "./elog-4-int-track-skel.el")
42 (load-file "./elog-enum-skel.el")
43 (load-file "./elog-one-datum-skel.el")