//----------------------------------------------------------------------
//   Copyright 2012-2014 NXP B.V.
//   Copyright 2009 Cadence Design Systems, Inc.
//   All Rights Reserved Worldwide
//
//   Licensed under the Apache License, Version 2.0 (the
//   "License"); you may not use this file except in
//   compliance with the License.  You may obtain a copy of
//   the License at
//
//       http://www.apache.org/licenses/LICENSE-2.0
//
//   Unless required by applicable law or agreed to in
//   writing, software distributed under the License is
//   distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
//   CONDITIONS OF ANY KIND, either express or implied.  See
//   the License for the specific language governing
//   permissions and limitations under the License.
//----------------------------------------------------------------------

#ifndef UVM_INCLUDED
#define UVM_INCLUDED

#include "uvmsc/base/uvm_base.h"
#include "uvmsc/factory/uvm_fact_reg.h"
#include "uvmsc/comps/uvm_comps.h"
#include "uvmsc/seq/uvm_seq.h"
#include "uvmsc/report/uvm_report.h"
#include "uvmsc/phasing/uvm_phasing.h"
#include "uvmsc/macros/uvm_macros.h"
#include "uvmsc/conf/uvm_conf.h"
#include "uvmsc/tlm1/uvm_tlm1.h"
#include "uvmsc/misc/uvm_misc.h"
#include "uvmsc/print/uvm_print.h"
#include "uvmsc/policy/uvm_policy.h"
#include "uvmsc/cb/uvm_cbs.h"
#include "uvmsc/reg/uvm_reg_layer.h"
#include "uvmsc/dpi/uvm_hdl.h"

#endif /* UVM_INCLUDED */
