<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'pim_catalog.normalizer.indexing_product_and_product_model.product.properties' shared service.

if ($lazyLoad) {
    return $this->privates['pim_catalog.normalizer.indexing_product_and_product_model.product.properties'] = $this->createProxy('ProductPropertiesNormalizer_2dd83b2', function () {
        return \ProductPropertiesNormalizer_2dd83b2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
            $wrappedInstance = $this->load('getPimCatalog_Normalizer_IndexingProductAndProductModel_Product_PropertiesService.php', false);

            $proxy->setProxyInitializer(null);

            return true;
        });
    });
}

include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Normalizer/Indexing/ProductAndProductModel/ProductPropertiesNormalizer.php';

return new \Akeneo\Pim\Enrichment\Component\Product\Normalizer\Indexing\ProductAndProductModel\ProductPropertiesNormalizer(($this->services['pim_catalog.repository.channel'] ?? $this->getPimCatalog_Repository_ChannelService()), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), ($this->privates['akeneo.pim.enrichment.product.query.get_product_completenesses'] ?? $this->load('getAkeneo_Pim_Enrichment_Product_Query_GetProductCompletenessesService.php')), ($this->privates['pim_indexing_serializer'] ?? $this->load('getPimIndexingSerializerService.php')), new RewindableGenerator(function () {
    return new \EmptyIterator();
}, 0));
