blob: ab065bb2b2c54b6bf064a8f4d9a9749327b8d365 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2017 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v1.0 //
// which accompanies this distribution, and is available at //
// http://www.eclipse.org/legal/epl-v10.html //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
// Module: EPTF_LGenBasePerformTest_MTCDefinitions
//
// Purpose:
// This module provides functions for testing LGenBase
//
// Module depends on:
// -
//
// Current Owner:
// Laszlo Skumat (ELSZSKU)
//
// Last Review Date:
// 2008-09-11
//
// Detailed Comments:
// Provide functions to test LGenBase
//
//
///////////////////////////////////////////////////////////////
module EPTF_LGenBasePerformTest_MTCDefinitions
{
import from EPTF_CLL_Base_Definitions all
import from PIPEasp_PortType all;
#ifdef R3
import from EPTF_CLL_Common_Definitions all
import from EPTF_CLL_LGenBase_ConfigDefinitions all;
#endif
#ifdef R2
import from EPTF_CLL_Definitions all
import from EPTF_CLL_LGenBase_Definitions all;
#endif
type component EPTF_LGenBasePerformTest_MTC_CT extends EPTF_Base_CT {
port PIPEasp_PT v_pipe_PCO;
}
} // end of module