• Home
  • Raw
  • Download

Lines Matching defs:ModuleBase

1449 type ModuleBase struct {  struct
1453 module Module
1455 nameProperties nameProperties
1456 commonProperties commonProperties
1457 distProperties distProperties
1458 variableProperties interface{}
1459 hostAndDeviceProperties hostAndDeviceProperties
1466 archProperties [][]interface{}
1469 bazelTargetModuleProperties bazel.BazelTargetModuleProperties
1473 visibilityPropertyInfo []visibilityProperty
1476 primaryVisibilityProperty visibilityProperty
1479 primaryLicensesProperty applicableLicensesProperty
1481 noAddressSanitizer bool
1482 installFiles InstallPaths
1483 installFilesDepSet *installPathsDepSet
1484 checkbuildFiles Paths
1485 packagingSpecs []PackagingSpec
1486 packagingSpecsDepSet *packagingSpecsDepSet
1489 katiInstalls katiInstalls
1490 katiSymlinks katiInstalls
1493 distFiles TaggedDistFiles
1497 installTarget WritablePath
1498 checkbuildTarget WritablePath
1499 blueprintDir string
1501 hooks hooks
1503 registerProps []interface{}
1506 buildParams []BuildParams
1507 ruleParams map[blueprint.Rule]blueprint.RuleParams
1508 variables map[string]string
1510 initRcPaths Paths
1511 vintfFragmentsPaths Paths
1515 licenseInstallMap []string
1518 licenseMetadataFile WritablePath
1556 func (m *ModuleBase) addBp2buildInfo(info bp2buildInfo) {
1561 func (m *ModuleBase) IsConvertedByBp2build() bool {
1566 func (m *ModuleBase) Bp2buildTargets() []bp2buildInfo {
1584 func (m *ModuleBase) GetUnconvertedBp2buildDeps() []string {
1589 func (m *ModuleBase) GetMissingBp2buildDeps() []string {
1593 func (m *ModuleBase) AddJSONData(d *map[string]interface{}) {
1607 func (m *ModuleBase) propertiesWithValues() []propInfo {
1698 func (m *ModuleBase) ComponentDepsMutator(BottomUpMutatorContext) {}
1700 func (m *ModuleBase) DepsMutator(BottomUpMutatorContext) {}
1704 func (m *ModuleBase) AddProperties(props ...interface{}) {
1708 func (m *ModuleBase) GetProperties() []interface{} {
1712 func (m *ModuleBase) BuildParamsForTests() []BuildParams {
1739 func (m *ModuleBase) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams {
1743 func (m *ModuleBase) VariablesForTests() map[string]string {
1749 func (m *ModuleBase) Name() string {
1754 func (m *ModuleBase) String() string {
1771 func (m *ModuleBase) BaseModuleName() string {
1775 func (m *ModuleBase) base() *ModuleBase {
1779 func (m *ModuleBase) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName {
1783 func (m *ModuleBase) visibilityProperties() []visibilityProperty {
1787 func (m *ModuleBase) Dists() []Dist {
1798 func (m *ModuleBase) GenerateTaggedDistFiles(ctx BaseModuleContext) TaggedDistFiles {
1829 func (m *ModuleBase) Target() Target {
1833 func (m *ModuleBase) TargetPrimary() bool {
1837 func (m *ModuleBase) MultiTargets() []Target {
1841 func (m *ModuleBase) Os() OsType {
1845 func (m *ModuleBase) Host() bool {
1849 func (m *ModuleBase) Device() bool {
1853 func (m *ModuleBase) Arch() Arch {
1857 func (m *ModuleBase) ArchSpecific() bool {
1862 func (m *ModuleBase) IsCommonOSVariant() bool {
1867 func (m *ModuleBase) supportsTarget(target Target) bool {
1885 func (m *ModuleBase) DeviceSupported() bool {
1896 func (m *ModuleBase) HostSupported() bool {
1908 func (m *ModuleBase) HostCrossSupported() bool {
1916 func (m *ModuleBase) Platform() bool {
1920 func (m *ModuleBase) DeviceSpecific() bool {
1924 func (m *ModuleBase) SocSpecific() bool {
1928 func (m *ModuleBase) ProductSpecific() bool {
1932 func (m *ModuleBase) SystemExtSpecific() bool {
1938 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool {
1943 func (m *ModuleBase) PartitionTag(config DeviceConfig) string {
1977 func (m *ModuleBase) Enabled() bool {
1987 func (m *ModuleBase) Disable() {
1992 func (m *ModuleBase) HideFromMake() {
1997 func (m *ModuleBase) IsHideFromMake() bool {
2002 func (m *ModuleBase) SkipInstall() {
2008 func (m *ModuleBase) IsSkipInstall() bool {
2017 func (m *ModuleBase) MakeUninstallable() {
2022 func (m *ModuleBase) ReplacedByPrebuilt() {
2027 func (m *ModuleBase) IsReplacedByPrebuilt() bool {
2031 func (m *ModuleBase) ExportedToMake() bool {
2035 func (m *ModuleBase) EffectiveLicenseKinds() []string {
2039 func (m *ModuleBase) EffectiveLicenseFiles() Paths {
2049 …oduleBase) computeInstallDeps(ctx ModuleContext) ([]*installPathsDepSet, []*packagingSpecsDepSet) {
2079 func (m *ModuleBase) FilesToInstall() InstallPaths {
2083 func (m *ModuleBase) PackagingSpecs() []PackagingSpec {
2087 func (m *ModuleBase) TransitivePackagingSpecs() []PackagingSpec {
2091 func (m *ModuleBase) NoAddressSanitizer() bool {
2095 func (m *ModuleBase) InstallInData() bool {
2099 func (m *ModuleBase) InstallInTestcases() bool {
2103 func (m *ModuleBase) InstallInSanitizerDir() bool {
2107 func (m *ModuleBase) InstallInRamdisk() bool {
2111 func (m *ModuleBase) InstallInVendorRamdisk() bool {
2115 func (m *ModuleBase) InstallInDebugRamdisk() bool {
2119 func (m *ModuleBase) InstallInRecovery() bool {
2123 func (m *ModuleBase) InstallInVendor() bool {
2127 func (m *ModuleBase) InstallInRoot() bool {
2131 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) {
2135 func (m *ModuleBase) Owner() string {
2139 func (m *ModuleBase) setImageVariation(variant string) {
2143 func (m *ModuleBase) ImageVariation() blueprint.Variation {
2150 func (m *ModuleBase) getVariationByMutatorName(mutator string) string {
2160 func (m *ModuleBase) InRamdisk() bool {
2164 func (m *ModuleBase) InVendorRamdisk() bool {
2168 func (m *ModuleBase) InDebugRamdisk() bool {
2172 func (m *ModuleBase) InRecovery() bool {
2176 func (m *ModuleBase) RequiredModuleNames() []string {
2180 func (m *ModuleBase) HostRequiredModuleNames() []string {
2184 func (m *ModuleBase) TargetRequiredModuleNames() []string {
2188 func (m *ModuleBase) InitRc() Paths {
2192 func (m *ModuleBase) VintfFragments() Paths {
2196 func (m *ModuleBase) CompileMultilib() *string {
2202 func (m *ModuleBase) SetLicenseInstallMap(installMap []string) {
2206 func (m *ModuleBase) generateModuleTarget(ctx ModuleContext) {
2254 func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind {
2313 …nc (m *ModuleBase) earlyModuleContextFactory(ctx blueprint.EarlyModuleContext) earlyModuleContext {
2321 func (m *ModuleBase) baseModuleContextFactory(ctx blueprint.BaseModuleContext) baseModuleContext {
2332 func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext) {
2463 func (m *ModuleBase) isHandledByBazel(ctx ModuleContext) (MixedBuildBuildable, bool) {
3193 func (m *ModuleBase) MakeAsPlatform() {
3201 func (m *ModuleBase) MakeAsSystemExt() {
3210 func (m *ModuleBase) IsNativeBridgeSupported() bool {