Add initial NEMO CLI renderer structure.
[nemo.git] / nemo-renderers / cli-renderer / src / main / yang / cli-renderer.yang
1 /*\r
2  * Copyright (c) 2015 Huawei, Inc. and others. All rights reserved.\r
3  *\r
4  * This program and the accompanying materials are made available under the\r
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
6  * and is available at http://www.eclipse.org/legal/epl-v10.html\r
7  */\r
8 \r
9 module cli-renderer {\r
10     yang-version 1;\r
11 \r
12     namespace "urn:opendaylight:params:xml:ns:yang:nemo:cli:renderer";\r
13     prefix "cli-renderer";\r
14 \r
15     description\r
16         "This module defines the NEMO CLI renderer model.";\r
17 \r
18     revision "2015-11-19" {\r
19         description\r
20             "Initial revision.";\r
21     }\r
22 }\r