blob: 51274b0772faa3116216866688715b6b1c7a0e18 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""All things ChromeOS signing related"""
import os
from chromite.cbuildbot import constants
SIGNING_DIR = os.path.join(constants.CHROMITE_DIR, 'signing')
INPUT_INSN_DIR = os.path.join(constants.SOURCE_ROOT, 'crostools',
'signer_instructions')
TEST_INPUT_INSN_DIR = os.path.join(SIGNING_DIR, 'signer_instructions')