diff --git a/sa/profiles/Hikvision/DS2CD/__init__.py b/sa/profiles/Hikvision/DS2CD/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..12623e3cfb9e803c6c58be65f94170097845924e --- /dev/null +++ b/sa/profiles/Hikvision/DS2CD/__init__.py @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- +# --------------------------------------------------------------------- +# Vendor: Hikvision +# OS: DS2CD +# --------------------------------------------------------------------- +# Copyright (C) 2007-2018 The NOC Project +# See LICENSE for details +# --------------------------------------------------------------------- + +from noc.core.profile.base import BaseProfile + + +class Profile(BaseProfile): + name = "Hikvision.DS2CD" diff --git a/sa/profiles/Hikvision/__init__.py b/sa/profiles/Hikvision/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..40a96afc6ff09d58a702b76e3f7dd412fe975e26 --- /dev/null +++ b/sa/profiles/Hikvision/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*-