#===============================================================================
#
#                             Edit History
# $Header: $
#
# when         who     what, where, why
# ----------   ---     ---------------------------------------------------------
# 2011/11/22   sc      Initial creation for VMIDMT
# 2010/03/25   sds     Use new format (enable filter)
# 2010/01/04   sds     Initial Creation
#
#===============================================================================
# Copyright (c) 2010-2017
# Qualcomm Incorporated.
# All Rights Reserved.
# Qualcomm Confidential and Proprietary
#===============================================================================
Import('env')
env = env.Clone()
#-------------------------------------------------------------------------------
# M2VMT Lib private APIs
#-------------------------------------------------------------------------------
env.PublishPrivateApi('KERNEL_VMIDMT', [
   "${INC_ROOT}/ssg/securemsm/accesscontrol/src/components/vmidmt/drivers/hal/inc",
])

#-------------------------------------------------------------------------------
# M2VMT Lib subunits
#-------------------------------------------------------------------------------
env.LoadSoftwareUnits()
