Separating renderers into features.
[groupbasedpolicy.git] / renderers / oc / src / main / yang / oc-provider.yang
1 /*
2  * Copyright (c) 2015 Juniper Networks, Inc.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 module oc-provider {
10      yang-version 1;
11      namespace "urn:opendaylight:params:xml:ns:yang:controller:config:oc-provider";
12      prefix "oc-provider";
13
14      import config { prefix config; revision-date 2013-04-05; }
15
16      description
17          "This module contains the base YANG definitions for
18           oc-provider services.";
19
20      revision "2014-04-21" {
21          description
22              "Initial revision.";
23      }
24
25      identity oc-provider {
26          base "config:service-type";
27          config:java-class "org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.oc.rev140528.OcData";
28      }
29 }