aboutsummaryrefslogtreecommitdiff
path: root/src/ee/xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-06-12 22:51:26 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-06-12 22:51:26 +0200
commit7bea893adbb9e834d11e2706bdedc4f9db4969f8 (patch)
tree470947ad92b9228e88fa51fa8f339801c6ffbbba /src/ee/xml
parentb2e87255d3d51956dc5da440e535ce2cee5c6f5b (diff)
downloadee-python-7bea893adbb9e834d11e2706bdedc4f9db4969f8.tar.gz
ee-python-7bea893adbb9e834d11e2706bdedc4f9db4969f8.tar.bz2
ee-python-7bea893adbb9e834d11e2706bdedc4f9db4969f8.tar.xz
ee-python-7bea893adbb9e834d11e2706bdedc4f9db4969f8.zip
kicad.dl: Better organization of rules for classifying resistors,
capacitors, inductors, net ties, test points and mounting holes. This new (and consistent) style provides extension points for projects to use for their own rules. build.ninja.j2: Adding --no-warn to souffle rule, souffle complains when the relations are empty.
Diffstat (limited to 'src/ee/xml')
-rw-r--r--src/ee/xml/uris.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ee/xml/uris.py b/src/ee/xml/uris.py
index d2e3f5b..97c3fa3 100644
--- a/src/ee/xml/uris.py
+++ b/src/ee/xml/uris.py
@@ -11,6 +11,7 @@ TRANSISTOR = "http://purl.org/ee/part-type#transistor"
NET_TIE = "http://purl.org/ee/part-type#net-tie"
TEST_POINT = "http://purl.org/ee/part-type#test-point"
+MOUNTING_HOLE = "http://purl.org/ee/part-type#mounting-hole"
_DIGIKEY_FACT_KEY_PREFIX = "http://purl.org/ee/digikey-fact-key#"